Note that this rich presence starts the miner, no need to start it.
Tested with an AMD GPU on Windows Pro x64.
• Download the project or clone it
• Go to the GMiner RP folder and do npm install
• Edit the config :
minerPath: "PATH_TO_miner.exe",
//only slash { / }, don't put backslash { \ }
//example: "C:/Users/LockBlock/Desktop/GMiner/miner.exe"
minerOptions: [
'--algo', 'ALGO',
'--server', 'POOL_ADRESS:PORT',
'--user', 'WALLET',
'--worker', 'WORKER_NAME',
'--api', 'PORT'
],
//here are the options you put in the .bat to start the miner (algo, pool, user, port of the miner API ...)
//to add any parameter, just add: 'parameter', 'value',
//example: '--templimit', '60',
showMinerLogs: false
//if you want to display the logs of the miner (jobs, share, hashrate, temp, ...)
• Run it by doing node index.js
I fixed every bugs I found while using it, if I found more bugs, I will fix them.
See the license.