Can the Large Bitcoin Collider project 'break' into offline hardware wallets like the Nano Ledger S?

0

Let's say the Large Bitcoin Collider manages to guess the private key of a particular Nano Ledger S. Can they then 'spend' or 'steal' the Bitcoins on the Nano or 'send' them to another wallet?

DCH

Posted 2018-05-02T19:27:49.260

Reputation: 47

No, because it can't break any private key at all (if generated correctly).Pieter Wuille 2018-05-02T21:01:52.360

What do you mean it can't break any private key at all ? I've read they have already 'guessed' several private keys.DCH 2018-05-02T21:59:45.083

3Only ones created by broken software. It is computationally infeasible to break an actual randomly generated key.Pieter Wuille 2018-05-02T22:03:33.703

Wow .... didn't know that. So why are people at LBC trying ??? Are there that many private keys that are created by broken software ?DCH 2018-05-03T12:10:02.743

I believe they're just having fun spreading nonsense.Pieter Wuille 2018-05-03T17:53:05.323

Answers

3

If LBC is somehow able to guess anyone's private key, regardless of how the private key is normally stored and generated, then yes, they can just spend the coins. All you need is the private key, it does not matter how the key was obtained.

Of course this is impossible to do in practice with today's technology. The range of possible private keys is incredibly large, much larger than a human can imagine. If the private keys were generated with sufficient randomness (which Ledger Nano S's do as they have a True Random Number Generator), then the probability of generating a private key that is in use is so small that it is effectively zero.

Andrew Chow

Posted 2018-05-02T19:27:49.260

Reputation: 40 910