solanav / liu_client

Cliente en C
1 stars 0 forks source link

Monero miner plugin #42

Open solanav opened 5 years ago

solanav commented 5 years ago

We have close to zero possibilities of creating our own miner, so we have to adapt one that already works. It probable is a new thing to learn but should not be that hard to hack it together. We need a strong implementation that is as clean as possible, no using bash to call the program or shit like that :)

solanav commented 5 years ago

To be more precise we need an implementation of the cryptonight algorithm in the form of a library or something similar that we can activate by a call of a function.

solanav commented 5 years ago

Now that I think about it, this could be done with execv or something similar, I recommend using xmrig.