It's like passively playing the world's worst lottery in terms of odds, but hundreds of thousands of times every second. It's fun but the odds are astronomically low. I have a script[1] that generates a pub+private key and checks against a massive file of addresses with BTC[2]. The list of addresses is loaded in memory as a python `set` so checking is O(1), but I feel like optimisations at increasing the rate are fut…
All Bitcoin private keys are on this website
171–180 of 398 posts
Re: All Bitcoin private keys are on this website
#172Re: All Bitcoin private keys are on this website
#173Earlier quoted context omitted.
I mean...btc will eventually hit the supply limit. Sort of hilarious if all mining hardware was repurposed at that point to work on brute forcing instead
The supply limit is irrelevant in this case. In order to remain secure, the cost to attack Bitcoin must be proportional to the value represented by Bitcoin. Currently, when proof of work is performed, it is funded in large part by increasing a ledger value without a corresponding decrease elsewhere (aka "minting"). In the future, when proof of work is performed, transaction fees will need to increase in order to prov…
Re: All Bitcoin private keys are on this website
#174Are they though? What kind of a random number generator is being used? Does it have 256 bits of entropy?
* As far as I'm aware there are not taps published for a 256 LFSR.
Re: All Bitcoin private keys are on this website
#175Earlier quoted context omitted.
You must mean this: https://keys.lol/ethereum/9046256971665327767466483203803742...
wow, the private key with 10.28 eth can't be imported anywhere. The others work and are already being emptied. One way to lose your money for sure. EDIT: the aforementioned wallet can also be found as the 0x00 wallet on the very first page. Interesting collision? EDIT2: it's hardcoded https://github.com/SjorsO/keys-generator/blob/master/ethereu...
Re: All Bitcoin private keys are on this website
#176Re: All Bitcoin private keys are on this website
#177Earlier quoted context omitted.
Astronomical. You could convert every computer into existence into hunting for used private keys, and run them for the lifetime of the universe, and you’d be unlikely to find even one used key.
What is the expected speed up if using quantum techniques? Can quantum techniques allow one to more effectively search for a specific private key to a BTC account?
Re: All Bitcoin private keys are on this website
#178Re: All Bitcoin private keys are on this website
#179It's like passively playing the world's worst lottery in terms of odds, but hundreds of thousands of times every second. It's fun but the odds are astronomically low. I have a script[1] that generates a pub+private key and checks against a massive file of addresses with BTC[2]. The list of addresses is loaded in memory as a python `set` so checking is O(1), but I feel like optimisations at increasing the rate are fut…
And then, when you "hit the jackpot", will you become a thief? Or will you just feel like you picked a lock, smile and pull the door back shut.