Claymore-Dual-Miner icon indicating copy to clipboard operation
Claymore-Dual-Miner copied to clipboard

I want to run claymore as a windows service, but not successful

Open logophilus7 opened this issue 5 years ago • 4 comments

I registered a service in my Windows to run my Claymore miner The registration was successful, but it cannot be started.

C:\Windows>sc create ClaymoreMiner binPath="E:\Portable\Network\Claymore\EthDcrMiner64.exe -epool eth-au1.nanopool.org:9999 -ewal 0xxxxxxxxxxxxxxxxxxxxxxxxxxxxx.Home/[email protected] -epsw x -mode 1 -ftime 10 -di 01" [SC] CreateService SUCCESS

C:\Windows>sc start ClaymoreMiner [SC] StartService FAILED 1053:

The service did not respond to the start or control request in a timely fashion.

logophilus7 avatar Sep 19 '19 08:09 logophilus7

Good day! Instead of installing the service, try installing Claymore at startup. To run the miner automatically on Windows bootup all you need to do is put your mining file in the startup folder.

C:\Users\ %USERNAME%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

Claymore-Dual avatar Dec 03 '19 23:12 Claymore-Dual

Good day! Instead of installing the service, try installing Claymore at startup. To run the miner automatically on Windows bootup all you need to do is put your mining file in the startup folder.

C:\Users\ %USERNAME%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

It's not a standard Windows Service that can't be autostart after Windows Server restarting.

I need it autostart after OS starting without autologin or what else.

r0achnnan9p avatar Feb 02 '21 08:02 r0achnnan9p

I've the same issue and looking for a solution Have you tried using NSSM (http://nssm.cc/)?

sycured avatar Feb 10 '21 01:02 sycured

I found a app that can running Claymore as Service. http://runasservice.com/

r0achnnan9p avatar Feb 20 '21 03:02 r0achnnan9p