Post
Topic
Board Development & Technical Discussion
Re: Let test my scrypt for find a privkey ?
by
fxsniper
on 25/12/2021, 12:00:09 UTC

Just divide by 10:
9cbdfb599ed0100 / 10 = 9cbdfb599ed010
ce5efdaccf68080 / 10 = ce5efdaccf6808
etc.
TheArchaeologist  correct

python
>>> hex(int(0x9cbdfb599ed0100/10))[2:]
'fac99228fe19b0'


mausuv, What is that number?