Live data from Hacker News

All Bitcoin private keys are on this website

playxo.com

341–350 of 398 posts

Re: All Bitcoin private keys are on this website

#341

Earlier quoted context omitted.

When you visit a page, they generate all the private keys on the page and check for balances. If you happen upon a key that actually has a balance, they will clean it out before you can.

I kind of doubt it, the browser makes a request to blockchain.info to check the balances. If they wanted to do what you are saying they'd make that request somewhere one the backend.

Well... yeah? It would make no sense to try and do that on the frontend.

Re: All Bitcoin private keys are on this website

#342
post #329
post #324

Earlier quoted context omitted.

Same with private cryptocurrency keys. Otherwise, accessing non-public APIs with weak security by playing around with the URL would be legal.

No. Invalid comparison. If you legitimately discover a cryptocurrency wallet private key by sheet lucky, and such cryptocurrency has no backing = is based in pure thin air, such as the case of Bitcoin, and there are public nodes which doesn't require you to abide by contracts that would forbid you to do so (which is supposedly all nodes), you're good to use that as you wish and it won't be a crime. It's unethical to…

Bits on a server representing your account balance also have no tangibility

Re: All Bitcoin private keys are on this website

#343
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…

This is a rare care where "astronomically low" is actually underselling how unlikely something is.

Effectively zero is the term in probability: it will not happen, but is technically not impossible.

Re: All Bitcoin private keys are on this website

#344
post #259

Earlier quoted context omitted.

By many orders of magnitude, I think. There are only estimated to be 10^24 or so stars, which is a lot less than 2^256, right. Astronomical is not in the same league.

...so you're saying there's a chance

It a One in a million shot. So definitely will happen.

Re: All Bitcoin private keys are on this website

#345
post #287

Earlier quoted context omitted.

It derives the public keys from the private keys and then check these.

Thanks. So each of these potential private keys that show up on a page would only have one corresponding public key? I guess I forgot how basic private/public key encryption works (again).

yes! I recommend my book real-world cryptography if you want to brush up on that :D

Re: All Bitcoin private keys are on this website

#346
post #253

Earlier quoted context omitted.

Started at random point and then clicked next. I checked a dozen or so and most had around 5-8 orange addresses each. Maybe I just hit a range that is especially busy. Which in a way is even more ominous though since it should be random

what range? i feel you're joshin'

>i feel you're joshin'

Just re-checked...the answer is a lot less mundane than theorized.

I wasn't clicking on next button I was repeatedly hitting last page button...and last page for whatever stats reason has does indeed have a freakishly high high number of used addresses

So interesting but of no real consequence

Re: All Bitcoin private keys are on this website

#347

Earlier quoted context omitted.

I don't know if "code is law" has to be invoked here. Isn't that a HN-specific strawman argument? Anyways, of course you can take those coins as when you're running Bitcoin you're strictly speaking not signing a TOS and nobody ever owned those coins. What people keep private are signing keys for a transaction output. But if you found the key independently, they should be yours too.

Of course it depends on jurisdiction, but it would be really interesting to see what would happen if someone got their hands on keys of some commercial organizations’ wallet and then publicly announced (according to the premise that they are the rightful owner). E.g by using a PRNG-weakness in some HSM or something, i.e no entry into their networks etc. My guess is that the court would recognize the first owner as th…

Does a court even have a mandate over something that it cannot enforce anyways? What's the point of a court deciding something about Bitcoin ownership? I'd just embarass itself, wouldn't it?

Re: All Bitcoin private keys are on this website

#348
post #325

Earlier quoted context omitted.

A bit too busy to navigate that (just got an iPhone for the first time in my life, not good at navigating safari history in bulk yet) But one of them was 1337, another some variant of 420-420xxx +-2 pages, another some variant of 1000000-1000000,xxx,xxx,xxx +-2 pages on those. I can tell you there was nothing on 8008135 though

So not random at all, other people had exactly the same idea as you and picked the same numbers. I would have been more surprised to see zero traffic at those addresses to be honest.

I’m confused.

There’s a singular emptied walled on 1337 and nothing else +-25 at a minimum from it, I didn’t look any further.

You’re telling me that other people had exactly the same idea, but out of everyone in crypto, ever, it was only a singular person?

That seems more outlandish than the fact there’s one there IMO.

Re: All Bitcoin private keys are on this website

#349
post #72

Earlier quoted context omitted.

https://github.com/TheDen/btc-heist/blob/5cf0ef73857277f1321... You don't need the f.close() here - the context manager does it for you.

What's wrong with explicitly closing it though?

it's surprising, someone reading the code could wonder why the file was closed while a context manager was used. Maybe it is some workaround?

Better avoid surprising things.

Re: All Bitcoin private keys are on this website

#350

Soo what happens if you're incredibly lucky and stumble across the private key for an active wallet? If you transfer the funds out, isn't that just theft? Is "guessing" a private key any different from guessing someone's bank details?

I would 100% yes by traditional definitions of theft. Who knows by today's standards?
Post reply on HN