Ragnaroek / mithril

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

Is this program designed so I can import it as a crate? #28

Closed Joe23232 closed 3 years ago

Joe23232 commented 3 years ago

Hi I have a question, am I able to use this as a crate and use all the high level cryptomining features? That way I can integrate it into my Rust GUI Software which can then allow the user to control the options with a GUI interface?

Ragnaroek commented 3 years ago

I currently have no plans to release mithril as a library (but nothing speaks against that per se). You could also start the binary from GUI and control the program through the config file.

Joe23232 commented 3 years ago

I see thanks

cryptoquick commented 3 years ago

FWIW, I'd like to see an embeddable version of this published, also.