Live data from Hacker News

All Bitcoin private keys are on this website

playxo.com

41–50 of 398 posts

Re: All Bitcoin private keys are on this website

#41
post #4

Curiously, after hitting a random page and >> twice, I came upon this page https://playxo.com/bitcoin/904625697166532776746648320380374... that had several keys in use in the past. I would expect this website, in the rare event of discovering some positive balance, to try spending it right away...

Someone sent 2.3BTC to the last possible address in 2017, worth ~$5k at the time. It was hoovered up to another address in a few hours.

Hobbies of crypto millionaires?

Re: All Bitcoin private keys are on this website

#44
So, after a few minutes on the site, I found a half-dozen private keys with several transactions, but zero balance. Is the key-space so densely populated that this is expected? Edit: Never mind, I'd misclicked on the "last page" button, which has a page with a fair few transactions showing.

Re: All Bitcoin private keys are on this website

#45
I'm surprised by the amount of wallets its hitting that have had transactions. Like ~5% perhaps.

Would have guess a far lower number. Almost suggests bots would have perhaps luck at hitting a live one. Which seems somewhat counterintuitive.

Re: All Bitcoin private keys are on this website

#46
post #4

Curiously, after hitting a random page and >> twice, I came upon this page https://playxo.com/bitcoin/904625697166532776746648320380374... that had several keys in use in the past. I would expect this website, in the rare event of discovering some positive balance, to try spending it right away...

the first page has almost all of them used.

the first one having 7 BTC sent and received with the recent transaction in 2021-11-25 22:56. looks like its the wallet id 1.

also the 0 page haave some as well. looks like someone is monitoring those address.

https://playxo.com/bitcoin/1

https://www.blockchain.com/btc/address/1EHNa6Q4Jz2uvNExL497m...

https://playxo.com/bitcoin/0

Re: All Bitcoin private keys are on this website

#47
post #25
post #2

This raises a really interesting question. Though it’s essentially impossible to figure out the key for any given wallet… if you download the blockchain and generate private keys as fast as you can, how often do you find one that has a balance? Will there just be some ongoing very low but decidedly nonzero risk of all of your assets vanishing some day if you’re not using multisig?

I wonder if you could cut this down by focusing on know implementations and their random number generation. That is trying to figure out if weaker random number generation at any point was prevalent...

It did happen, and bitcoins were stolen. https://tradeblock.com/blog/javascript-random-number-flaw-le...

Re: All Bitcoin private keys are on this website

#48
post #35
post #19

Earlier quoted context omitted.

If you check 1 billion addresses a second, and there are 100 million addresses with a balance, then it would take on average roughly (2^256 / 10^8) * 10^-9 seconds, which is 36717430630808027468154168254911183362909051 billion years. EDIT: Only 463439129036942 billion years, taking into account that there are effectively only 2^160 addresses.

You could check a lot more than 1B address per second.

Not easily, as you need to do an elliptic curve point x scalar multiplication, which takes tons of cycles on a CPU and even tons of gates on an ASIC. Please provide a link to hardware that can do it much faster...

Re: All Bitcoin private keys are on this website

#49
post #9

Just don't lookup your private key in there. This would be like giving it to the website

If I had some coins on my machine and the fees were low enough I'd be tempted to put a few bucks on a new key and test this theory.

How will you test the theory? It would be easy to just not sweep small amounts. Then when someone checks a wallet with a large amount, joink!

Re: All Bitcoin private keys are on this website

#50
post #34

Earlier quoted context omitted.

Hey John - I came here to ask the same question. How is that possible. Same happened to me. >> leads to the "end" page, it's not as I though a "big jump" from some random page... thus I suspect it's simply addresses that are low entropy, at the end of the range.

They're the trivial wallet addresses (close to the beginning and end of the search space). I would expect them to be used for debugging and testing in the early days.

What makes them trivial, how are they generated?
Post reply on HN