Skip to content

Instantly share code, notes, and snippets.

@henryyang42
Last active June 12, 2017 04:58
Show Gist options
  • Save henryyang42/4bc7c609799b45e9a54f3061da30eedb to your computer and use it in GitHub Desktop.
Save henryyang42/4bc7c609799b45e9a54f3061da30eedb to your computer and use it in GitHub Desktop.
Miner config

Put auto_restart.bat, auto_restart.bat, reboot.bat in miner's folder. Put start_f2pool_mining.bat - 捷徑, auto_restart.bat - 捷徑 to C:\Users\thyang-miner2\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup to execute them on boot.

shutdown /r /t 7200
shutdown.exe /r /t 00
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
EthDcrMiner64.exe -epool eth.f2pool.com:8008 -ewal 0xc41056c46803b297a363db6468f803120e2210d1 -epsw x -eworker miner2 -dbg -1 -mode 1 -tstop 90 -gser 2 -r 1 -logfile miner.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment