/gminer-rp

Discord Rich Presence for GMiner

Primary LanguageJavaScriptMIT LicenseMIT

GMiner Rich Presence

discord-rpc gminer.js

GitHub stars

Discord Rich Presence for GMiner

Rich Presence preview

Note that this rich presence starts the miner, no need to start it.

Tested with an AMD GPU on Windows Pro x64.

How to use

• Download NPM and NodeJS

• 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

Potential bugs

I fixed every bugs I found while using it, if I found more bugs, I will fix them.

Copyright

See the license.