Post
Topic
Board Bitcoin Discussion
Merits 1 from 1 user
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
albert0bsd
on 19/07/2024, 19:02:39 UTC
⭐ Merited by nomachine (1)
I'm more interested in the techniques you use to preload files like:

Well is interesting know what you are doing, maybe i test it in the future.

To "preload" the files in memory I actually use the BSGSD  (bsgs daemon)


https://github.com/albertobsd/keyhunt/blob/main/BSGSD.md

It is a keyhunt server that only run BSGS for some small ranges like 66 bits it listen in a TCP socket on some PORT for incoming jobs, this is a public key and range to scan it only returns the private key if that was found or "404 NOT FOUND", check the link above for more information.