Post
Topic
Board Bitcoin Discussion
Re: == Bitcoin challenge transaction: ~100 BTC total bounty to solvers! ==UPDATED==
by
fxsniper
on 08/04/2021, 14:19:42 UTC
This is my python script for searching puzzle 64 it's generating an .bat file with  random keyspace between puzzle64 keyrange. I'm using vanity + bitcrack
 

try this
first time I using python and batch file too

now I change to use only python and run cuBitcrack.exe by call program from python direcly)

try using subprocess fuction

import subprocess
p=subprocess.Popen(command,shell=False)

just use one python file