Next scheduled rescrape ... never
06/05/2025, 21:15:12 UTC POST DELETED
Original archived Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
Scraped on 06/05/2025, 21:10:05 UTC
So the table is not saved into a file?

No, it loads everything from RAM.

I like the newest ICELAND's concept, once again BSGS

import secp256k1 as ice

ice.bsgs_2nd_check_prepare(10000000000)
ice.dump_bsgs_2nd('file_2nd_dump_10000000000.bin', True)
# Load the BSGS 2nd file
ice.load_bsgs_2nd('file_2nd_dump_10000000000.bin', True)

The created file with 10000000000 itens consumes only 3,5 GB RAM
and the speed reached by 1 thread is quite notable...  Grin