Skip to content

Instantly share code, notes, and snippets.

Created December 8, 2017 14:43
Show Gist options
  • Save anonymous/33b974bce767e97f06defddbec9a8cba to your computer and use it in GitHub Desktop.
Save anonymous/33b974bce767e97f06defddbec9a8cba to your computer and use it in GitHub Desktop.
Manual Monacoin
1 - Download the miner https://github.com/tpruvot/ccminer/releases
2 - Extract the miner somewhere
3 - Create a new text file in the miner's folder, call it MINE_monacoin.bat and write into it
:start
ccminer-x64.exe -r 0 -a lyra2v2 -o stratum+tcp://hub.miningpoolhub.com:20593 -u USERNAME.WORKERNAME -p WORKERPASSWORD
timeout 1
goto start
pause
4 - Replace USERNAME with your mining pool hub username, and workername with the name of the hub worker you can create,
workerpassword is the password of the worker
5 - Save the text file, and double-click it to run it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment