Bitcoin Forum
May 11, 2024, 03:19:46 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Simple script to restart my miner  (Read 1592 times)
c0ikws (OP)
Member
**
Offline Offline

Activity: 79
Merit: 10


View Profile
April 08, 2013, 10:00:21 PM
 #1

Once in a while, my mining stops for no reason ! What an annoyance to see I've not been mining the whole night !

This batch file restart my miner every hour (Guiminer set to autostart)


:loop
sleep 3600
Taskkill /IM guiminer.exe /F
start E:\Guiminer\guiminer\guiminer.exe
echo GuiMiner Restarted
goto loop


If you want to use it, create text file and paste. Change to your path of your guiminer.exe. Save and rename as .bat. Start ! Voila
1715440786
Hero Member
*
Offline Offline

Posts: 1715440786

View Profile Personal Message (Offline)

Ignore
1715440786
Reply with quote  #2

1715440786
Report to moderator
1715440786
Hero Member
*
Offline Offline

Posts: 1715440786

View Profile Personal Message (Offline)

Ignore
1715440786
Reply with quote  #2

1715440786
Report to moderator
1715440786
Hero Member
*
Offline Offline

Posts: 1715440786

View Profile Personal Message (Offline)

Ignore
1715440786
Reply with quote  #2

1715440786
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715440786
Hero Member
*
Offline Offline

Posts: 1715440786

View Profile Personal Message (Offline)

Ignore
1715440786
Reply with quote  #2

1715440786
Report to moderator
bitjet
Hero Member
*****
Offline Offline

Activity: 696
Merit: 500



View Profile
April 11, 2013, 03:24:33 AM
Last edit: April 11, 2013, 03:47:44 AM by bitjet
 #2

Once in a while, my mining stops for no reason ! What an annoyance to see I've not been mining the whole night !

This batch file restart my miner every hour (Guiminer set to autostart)


:loop
sleep 3600
Taskkill /IM guiminer.exe /F
start E:\Guiminer\guiminer\guiminer.exe
echo GuiMiner Restarted
goto loop


If you want to use it, create text file and paste. Change to your path of your guiminer.exe. Save and rename as .bat. Start ! Voila

one problem.. sleep is not an actual command for batch files..

if you want to sleep you will have to get more creative. Like pinging a non existant location and timeing out for a certain amount of time. This will pause for 1 minute.

ping 192.0.2.2 -n 1 -w 60000 > nul
c0ikws (OP)
Member
**
Offline Offline

Activity: 79
Merit: 10


View Profile
April 11, 2013, 12:53:30 PM
 #3

Works for me on windows 7 ?

I downloaded sleep toolkit from win 2003 though
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!