Please, merge this with the current version for the current miners.
This version spawn a cmd process to start claymore_miner in their own window, and allow to use the keyboard shortcut on it like it was started manually.
The mining output is no longer displayed in the monitorig window (not needed anymore).
And the "Show log" is improved, before it was updated every 10sec, now it's on demand.
PS : Please edit your start.bat on the website after the update.
This will automatically add a "exit" in the start.bat file that will help to close the spawned CMD windows when the miner process is killed during a restart.
You can also add it manually
Ex on ETH:
Before ->
EthDcrMiner64.exe -mode 0 -epool eth-eu.dwarfpool.com:8008 -ewal 0x315260950914163880f3ad5a7feec87407fa4868 -epsw x -dpool "http://sia-eu1.nanopool.org:9980/miner/header?address=bfa7288df0e7b9ce8c6c490f4d099e0db30d33dc9f5b7df5e6bf8e049073857640cc5707d52c&worker=rig" -lidag -gser 1 -dcri 50 -dcoin sia
After ->
EthDcrMiner64.exe -mode 0 -epool eth-eu.dwarfpool.com:8008 -ewal 0x315260950914163880f3ad5a7feec87407fa4868 -epsw x -dpool "http://sia-eu1.nanopool.org:9980/miner/header?address=bfa7288df0e7b9ce8c6c490f4d099e0db30d33dc9f5b7df5e6bf8e049073857640cc5707d52c&worker=rig" -lidag -gser 1 -dcri 50 -dcoin sia
exit