Bitcoin Forum
June 01, 2024, 12:34:34 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: batch windows for vanity search  (Read 69 times)
Kostelooscoin (OP)
Member
**
Offline Offline

Activity: 202
Merit: 16


View Profile
February 12, 2021, 04:23:09 PM
 #1

hello I would like to know if it is possible to build a windows batch that would allow to launch vanitysearch for 30 seconds and then kill it to restart it again?
Code:
loop
vanitysearch.exe -gpu -t 4 -s 0 -o 1.txt 1EcxJA
wait 30 seconds
kill
vanitysearch.exe -gpu -t 4 -s 00 -o 1.txt 1EcxJA
/loop
thanks you very much
WanderingPhilospher
Full Member
***
Offline Offline

Activity: 1078
Merit: 219

Shooters Shoot...


View Profile
February 12, 2021, 05:11:10 PM
 #2

Here you go:

Code:

:while1
start /min 1vanitysearch.exe -gpu -t 4 -s 0 -o 1.txt 1EcxJA
timeout /t 30 /nobreak
taskkill /im 1vanitysearch.exe /f
timeout /t 1 /nobreak

goto :while1


Kostelooscoin (OP)
Member
**
Offline Offline

Activity: 202
Merit: 16


View Profile
February 12, 2021, 06:10:11 PM
 #3

thank you very much  Grin
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!