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 :)
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.
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 :)