Ragnaroek / mithril

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

Possible to add more Alt-coin algorithm to this project? #20

Closed sequencer closed 5 years ago

sequencer commented 6 years ago

Hello, I wonder is it possible to split your project into different modules, so that we can reuse more code. I wanna adder SHA256d, X11 etc algorithms. And also as for the algorithm backend, I also wanna implement some protocol and use it for ASIC miner.

Ragnaroek commented 6 years ago

Sure, if you make a proposal I can extract a module for some parts.

Regarding Alt-coins: I'm not super interested in them, but would add a PR for adding some Monero variants to the project.

sequencer commented 6 years ago

thank you! I'm going to read more about your code ;)

calidion commented 5 years ago

What is the progress? Can it be used to mine the original cryptonight alt coins?

calidion commented 5 years ago

Extracted cryptonight into cargo cryptonight = "0.1.0".

thank you. Hope pure rust version will be implemented soon.

@Ragnaroek

Ragnaroek commented 5 years ago

Hi, I currently do not have the time to add altcoins to mithril, but would welcome PR for that! Extracting the cryptonight core is great! I hope somebody finds it useful.