Created
December 8, 2017 14:43
-
-
Save anonymous/33b974bce767e97f06defddbec9a8cba to your computer and use it in GitHub Desktop.
Manual Monacoin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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