gen_data.py - as I understand it generates not real data. I want to insert my rsz (r,s, nonce - if I understood correctly) values collected from the blockchain.
use JSON Formatter, JSON Beautifier from only
upload data.json to read easy
modify
json.dump(sigs_data, fout)
to
json.dump(sigs_data, fout, indent=3)
add RSZ yourself to replace generated RSZ
you need more than 100 RSZ to calculate
RSZ without leak nonce is useless
try fake nonce leak bit or zero bit is making script error with some loop error
try to use real from some brainwallet (yes we know both private key and nonce)
this is real work ? i was try but unsoccesful.