Created
July 1, 2017 18:12
-
-
Save YellowSharkMT/ec3d12ad1a21622728ade3d98c3fcc8d to your computer and use it in GitHub Desktop.
Supervisord config for Claymore/Ethereum Miner (ethdcrminer64) on Ubuntu 17.04
This file contains 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
[program:claymore-miner] | |
command = /usr/local/claymore96/ethdcrminer64 -epool xx.xx.xx:XXXX -ewal <Wallet>.<WorkerName>/<EmailAddress> -epsw x -mode 1 -tt 68 -allpools 1 | |
environment=GPU_FORCE_64BIT_PTR=0,GPU_MAX_HEAP_SIZE=100,GPU_USE_SYNC_OBJECTS=1,GPU_MAX_ALLOC_PERCENT=100,GPU_SINGLE_ALLOC_PERCENT=100 | |
stdout_logfile = /var/log/claymore/claymore.log | |
stderr_logfile = /var/log/claymore/error-claymore.log | |
user = <Username> | |
autostart = true | |
stop_signal = SIGINT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment