Open
Conversation
- Native Rust implementation of rustchain_universal_miner.py - Hardware detection and fingerprinting (CPU, memory, platform) - Ed25519 attestation with key management - Anti-emulation checks for VM detection - Cross-platform support (Linux, macOS, Windows) - Async runtime with Tokio - TOML-based configuration Files added: - rust_miner/Cargo.toml - Dependencies and build config - rust_miner/src/main.rs - Main entry point - rust_miner/src/hardware.rs - Hardware detection module - rust_miner/src/attestation.rs - Ed25519 signing module - rust_miner/src/config.rs - Configuration management - rust_miner/README.md - Documentation - rust_miner/config.example.toml - Example configuration Fixes Scottcjn#1601
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
RustChain Miner - Native Rust Implementation
🦀 Port of
rustchain_universal_miner.pyto native Rust.Features Implemented
Files Added
Build & Usage
cd rust_miner cargo build --release ./target/release/rustchain-minerComparison with Python Version
Payment Information
GitHub: moonma
Wallet: [To be provided]
Fixes Scottcjn#1601