4

If two different public keys had the same Base 58 hash, what would happen?

Could one key spend money in the other account?

What would happen to the monies received by the shared base58 hash?

makerofthings7
  • 12,726
  • 11
  • 62
  • 130

2 Answers2

9

Then both of the people could spend the same coins if they were sent to their Address, rather than public key. If they instead received the money to the public keys, they couldn't spend eachother's coins.

All in all, the most important thing that would happen is that they would show RIPEMD-160 collision, which would most likely be the first one ever. A pretty improbable sight.

ThePiachu
  • 43,091
  • 25
  • 139
  • 348
  • In the following question, I'm trying to understand the probability in relation to horsepower. I'd like to account for, and track, the risk of this happening http://bitcoin.stackexchange.com/q/5740/1878 – makerofthings7 Dec 12 '12 at 15:38
  • 3
    Risk? Essentially zero. http://bitcoin.stackexchange.com/a/3205/153 – Stephen Gornick Dec 12 '12 at 22:36
-1

what about base58decode check of these 2 public key:

1KomSnwag47Eo6WKudN8YUbXyzPL1k5pzV mzKijr2ZV5YVaCywdCLWNPorqyz2uZquRr

which is:

ce4a7fb892a72619d0f86fa33bff65f1057edef5

bish
  • 1
  • This is not an answer to the question or even related to it. As explained when you enter the site, stackexchange is not a chat room and is designed to have questions that are questions and answers on a question that are answers to that question. Your two addresses are the mainnet address and the testnet address of a key (or keys?) with the given pubkey hash. See https://en.bitcoin.it/wiki/List_of_address_prefixes . – dave_thompson_085 Jun 14 '19 at 13:12