Ragnaroek / mithril

Pure Rust Monero Miner
GNU General Public License v3.0
235 stars 40 forks source link

Specify build requirements in the readme #2

Closed Susurrus closed 6 years ago

Susurrus commented 6 years ago

Really excited that you're building a miner in Rust. I'm interested in helping test and develop. I'm currently just trying to build it and run it on my local machine on the CPU, but ran into a problem compiling as it appears this requires a nightly. It would be helpful to have this (and any other needs) documented in the README.

Susurrus commented 6 years ago

Also found that to run it you need to copy the default_config.toml to config.toml.

Ragnaroek commented 6 years ago

Thanks for testing it :) I was focusing completely on the implementation. But now that is fully working I will add some more information to the README how to run it.

Ragnaroek commented 6 years ago

added a short documentation, closing issue.