signum-network / signum-miner

The official signum-network miner
GNU General Public License v3.0
17 stars 4 forks source link

Updates to enable to miner to compile and run on Linux-x64 2021 version of Rust #16

Closed gittrekt closed 2 months ago

gittrekt commented 2 months ago

Changes to the miner.rs file:

Changes to the shabal256.rs file:

Changes to the Cargo.toml file:

damccull commented 2 months ago

I looked at the code changes made and they look good to me. Compiles and runs fine on my system as well.

damccull commented 2 months ago

Resolves #12.

pir8radio commented 2 months ago

push it as a beta and ill run it in production.

damccull commented 2 months ago

push it as a beta and ill run it in production.

Should be able to install rust, check out this pull request and "cargo run" to test it. However if you can't get that working I'll try to cross compile for you.