pull down to refresh

I know its extremely unlikely, but considering creating wallets is free, and the fact that Bitcoin will hopefully still be a thing centuries and even milleniums from now, with time it will become more probable.
That would never happen, right? Unless ...
and those are just a few examples.
That is why for large amounts of value, ... rolling dice, and other similar methods for obtaining a private key is not necessarily unwaranted.
reply
To give you an idea of scale of numbers involved: http://miguelmoreno.net/wp-content/uploads/2013/05/fYFBsqp.jpg
reply
what would happen if two people created a wallet with the exact same key?
They would have generates the same wallet and thus could steal each other's funds for example.
with time it will become more probable
Yes but still negligible
reply
So, in theory, to avoid this you would have to use a BIP 39 passphrase, right?
reply
150 sats \ 0 replies \ @ek 5 Jun 2023
Kind of. You would make it harder to accidentally generate the same wallet.
But honestly, don't worry about it.
The chance to generate the same seed by accident is 1 divided by 2048^n where n is the amount of words you use since BIP39 has 2048 available words. [0]
So for example, if you use 24 words, it's once every 2048^12 = 2^11^24 = 2^264 attempts which is between 10^79 and 10^80.
For comparison, it is estimated that there are between 10^78 to 10^82 atoms in the known, observable universe. [1]
Does that convince you to no worry about it?
Or at least convince you that this is not the use case for BIP 39 passphrases. Afaik, it's only meant for hidden/decoy wallets or for additional security in case someone finds your seed phrase.
reply
reply