Re: the fastest possible way to mass-generate addresses in Python
by
citb0in
on 03/01/2023, 21:22:13 UTC
Absolutely correct arulbero. Thanks for pointing out. I used 2**256 as a quick'n'dirty solution and forgot about the edge of the finite field 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141 Good catch.