Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

LockBlock-dev/gminer-rp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.