Bitcoin Forum
June 19, 2024, 01:18:31 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Simple restart bat for miner  (Read 473 times)
NeXsus (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
December 21, 2013, 01:07:16 AM
 #1

hi guys I was trying to make a simple bat file to restart my cpu miner but I have been unable to make much progress

any help is appreciated

what I have so far, the switches don't seem to work I've tried quotes etc

@echo off
:loop
start "C:\path\minerd.exe" -a quark --url stratum+tcp://poolinfo -u user -p pass"
timeout /t 1800 >null
:Exit
Taskkill /IM minerd.exe /f /t
goto loop
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!