Live data from Hacker News

Show HN: Coin Spin – Randomly guessing BTC addresses

coinspin.app

11–14 of 14 posts

Re: Show HN: Coin Spin – Randomly guessing BTC addresses

#11
post #10
post #4

OP here. I made this mostly out of fun/curiosity. The premise of cryptocurrencies is that it's practically impossible to guess the private key for a given address. This just keeps guessing on the off chance that you hit a 1 in a 1461501637330902918203684832716283019655932542976 chance. People are naturally bad at large numbers (myself included).

I found this really fascinating. I also love the simplicity of it. It could be cool if your About Modal had a "Next >" button, and each slide would reveal another critical bit of information, like the one you have above about the actual odds, while the guesser runs in the background. In a way you would be getting paid to learn bitcoin. Also, wouldn't the odds be far higher of mining a block in your browser than of gu…

You'd like keys.lol

Re: Show HN: Coin Spin – Randomly guessing BTC addresses

#12
post #10

Earlier quoted context omitted.

I found this really fascinating. I also love the simplicity of it. It could be cool if your About Modal had a "Next >" button, and each slide would reveal another critical bit of information, like the one you have above about the actual odds, while the guesser runs in the background. In a way you would be getting paid to learn bitcoin. Also, wouldn't the odds be far higher of mining a block in your browser than of gu…

You'd like keys.lol

Interesting! (Though the ads and captchas are obnoxious)

Re: Show HN: Coin Spin – Randomly guessing BTC addresses

#14
post #13

Out of curiosity where do you get the balance at this fast rate? Or maybe you just wait for a click on the pause button and then hit an API for balance?

It's doing a batch request to blockchain.info to check the balance. So I generate 100 addresses, fetch them, then show them 1 by one in the UI. Then fetch 100 more in the background. This is mostly to prevent rate-limiting.
Post reply on HN