Live data from Hacker News

Show HN: Randomly Guessing Bitcoin Addresses

coinspin.app

1–10 of 18 posts

Re: Show HN: Randomly Guessing Bitcoin Addresses

#4
This is cool, and the linked Medium article helped me wrap my head around the security of Bitcoin wallets. I have wondered in the past why people mine blocks, but not try to “mine”/hack existing wallets.

It would be cool to add a running counter for “X wallets checked” on the webpage.

Re: Show HN: Randomly Guessing Bitcoin Addresses

#5
post #4

This is cool, and the linked Medium article helped me wrap my head around the security of Bitcoin wallets. I have wondered in the past why people mine blocks, but not try to “mine”/hack existing wallets. It would be cool to add a running counter for “X wallets checked” on the webpage.

I was interested in the idea too and dug further into the math. Assuming you could check hashes at the same rate as Bitcoin is currently mined at that's 202 Exa-hashes per second. If you had the world's hashing power working on guessing private keys, the odds of getting one on any given day are 1/6.70093E45

Re: Show HN: Randomly Guessing Bitcoin Addresses

#6
post #4

This is cool, and the linked Medium article helped me wrap my head around the security of Bitcoin wallets. I have wondered in the past why people mine blocks, but not try to “mine”/hack existing wallets. It would be cool to add a running counter for “X wallets checked” on the webpage.

That's a neat idea! It's currently all client side but I could add a simple endpoint to store/read the counts.

Re: Show HN: Randomly Guessing Bitcoin Addresses

#8
post #5
post #4

This is cool, and the linked Medium article helped me wrap my head around the security of Bitcoin wallets. I have wondered in the past why people mine blocks, but not try to “mine”/hack existing wallets. It would be cool to add a running counter for “X wallets checked” on the webpage.

I was interested in the idea too and dug further into the math. Assuming you could check hashes at the same rate as Bitcoin is currently mined at that's 202 Exa-hashes per second. If you had the world's hashing power working on guessing private keys, the odds of getting one on any given day are 1/6.70093E45

That's such a big number. I still fail at grasping really large numbers like that.
Post reply on HN