Live data from Hacker News

All Bitcoin private keys are on this website

playxo.com

171–180 of 398 posts

Re: All Bitcoin private keys are on this website

#171
post #26

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…

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.

Re: All Bitcoin private keys are on this website

#172
post #142

Earlier quoted context omitted.

A variant of type your password, will replace it with asterisks mydogisthebestboye44 Damn it!

Huh? Are you saying MY dog is NOT the best boye?

Perhaps not the best of the 44th boyes. I'm sure yours ranks highly elsewhere.

Re: All Bitcoin private keys are on this website

#173

Earlier 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…

What effect would this have on transaction fees, has this been modelled somewhere?

Re: All Bitcoin private keys are on this website

#174
post #22

Are they though? What kind of a random number generator is being used? Does it have 256 bits of entropy?

I could simply* be a 256bit LFSR so guaranteed to cycle through every possibility.

* As far as I'm aware there are not taps published for a 256 LFSR.

Re: All Bitcoin private keys are on this website

#175

Earlier 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...

Why it cant be imported anywhere?

Re: All Bitcoin private keys are on this website

#177

Earlier 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?

Well, theoretically, instantly. But that’s kind of like asking what if I had this potion that instantly cured every disease known to man and then some, what would happen. What sort of quantum computer are you talking about? How many qubits?

Re: All Bitcoin private keys are on this website

#179
post #26

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…

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.

Average wallet won't have much in it. On the other hand writing an article with a semi proof of this would affect the bitcoin economy, whether deservedly or not.
Post reply on HN