Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [key-collision]

The theoretical possibility of two people generating the same public/private key pair or bitcoin address.

6 votes
1 answer
515 views

How can a collision attack reveal the private key?

From "Mastering Bitcoin: Programming the Open Blockchain 3d edition, Ch4" : All addresses based on hash functions are theoretically vulnerable to an attacker independently finding the same ...
Vanconts's user avatar
0 votes
1 answer
59 views

What happens if a new hardware wallet generates an existing seed? [duplicate]

I get that 24^2048 (heck, even 12^2048) are utterly massive numbers and the chance that this happens is practically 0... but I am still curious: What would happen if a hardware wallet (or any seed ...
Runeaway3's user avatar
  • 329
2 votes
1 answer
150 views

What is the probability of accidentally getting a seed phrase that is associated with a real address with a balance in the bitcoin blockchain?

Good afternoon! Such a question is interesting, and with what probability can you accidentally get a seed phrase that is associated with a real address with a balance in the bitcoin blockchain?
Woody1134's user avatar
0 votes
1 answer
298 views

Can two people generate the same exact wallet or seed phrase [duplicate]

Can 2 or more people generate the same exact wallet. And if so, what happens then?
Papi's user avatar
  • 23
2 votes
2 answers
611 views

How to protect my private key from an unexpected new owner of the address that already belongs to me?

I understand that the situation I am describing is unlikely (because we have 1.46 Quindecillion possible Bitcoin addresses), but let's imagine that someone generated the same address as mine. Is there ...
user avatar
-1 votes
1 answer
112 views

Any study on the relative expected return of bitcoin mining and running the LBC client?

Both bitcoin mining and running the Large Bitcoin Collider client require computing hardware and electricity. A difference is the LBC runs on CPU based hardware, mining profitably requires specialist ...
Rod's user avatar
  • 99
5 votes
1 answer
1k views

How does the Bitcoin protocol deal with address collisions in wallets?

I understand that one can create a Bitcoin wallet as a pair of numbers (public & private key) with the right specifications and this is done quite easily in places like bitaddress.org I also ...
Calcutta's user avatar
  • 153
1 vote
1 answer
218 views

Is it safest to double check my new bitcoin address never showed up in the Ledger (the blockchain) before?

I just noticed in my Coinbase Pro, I can click deposit, BTC, and get a brand new address every time. It probably is due to "address is very cheap". It can be just a new pair of private key ...
nonopolarity's user avatar
0 votes
1 answer
118 views

Will a recursive sha256 run over all 2^256 inputs before a collision?

Will a recursive sha256 run over all 2^256 inputs before a collision? Here'a a python program showing my question - will this loop for 2^256 times - given endless memory or will it terminate before - ...
hodddl's user avatar
  • 101
0 votes
1 answer
98 views

Will the Bitcoin network discredit a transaction if you do a simple transfer on a multi-sig after you found the collision on that address?

Let's say you found a collision for an address on the Bitcoin network. You have its private key. Will you be able to transfer any money around or will the network prevent it or does it get verified? ...
Mojtahedi's user avatar
1 vote
2 answers
3k views

Can Large Bitcoin Collider break into the wallet which is created by new version of Electrum?

I have heard that Large Bitcoin Collider can only break into wallets that are created by broken software. My other question is that it seems the last private key that they found was on 2017-11-15 01:...
Iman's user avatar
  • 113
0 votes
1 answer
1k views

How to find one private key from the list of 15 million public keys for the sake of experimentation?

Recently found a list of compressed public keys. The total number of 15 000 000 public keys. Practical for all compressed public keys Balance: 0.000100 BTC I do not set malicious goals. All just for ...
Izi Tors's user avatar
9 votes
2 answers
5k views

Is a bitcoin address collision possible if generating 90 million addresses every 4 hours?

I am running a test to see if I can obtain a successful bitcoin address collision after generating billions of addresses. I am not entirely sure how I would check them yet. Basically I have an extra ...
Anonymous's user avatar
  • 193
2 votes
1 answer
301 views

Hypothetical Scenario - Address collision with address with already confirmed outgoing transaction

In a typical case of finding a collision with an address, as long as the private key provided has a consistent public key that hashes to the address, then the coins in that address can be spent. The ...
Expectator's user avatar
3 votes
1 answer
836 views

Does the Bech32 address format decrease Bitcoin's possible address count?

I have wondered how many Bitcoin addresses are possible. When looking around, I stumbled upon this thread on BitcoinTalk: There are exactly 2^160 possible addresses as long as we keep using RIPE-...
ReneFroger's user avatar

15 30 50 per page