Cryptocurrency with addresses that cannot collide?

1

I had originally posted the following question here:

Is it possible to have a cryptocurrency based on email address?

And now I have come across The Large Bitcoin Collider

I have read on Bitcoin Stackexchange and other places people writing how improbably it is to collide with an existing address with a balance. Some even wrote its astronomically improbable.

But if you look here you'll see that the LBC in a matter of few months has already found over 15 addresses with balance, of which one contained 0.54 BTC: LBC Trophies

Imagine once it starts harnessing more power from users?

Clearly this is a big problem. Right now a Bitcoin address with some balance is akin to a cabin in some woods with no door and a small pouch of gold waiting to be discovered.

My question is, what is the solution to this going to be?

I have a few comments which I'll consider unacceptable. I am listing them and their reasons.

Comment: Even bank account passwords can be cracked and your amount could be stolen. Invalid: I am not talking about someone trying to specifically attack your bank account with number 123456789 with bank ABC with password wtHMcQ^KB;i9UA6ZPI,VE!r<:3xLkzDlXg.[N0{~214o*/h+(W>O@me?-J_#&|`8. I am talking about attackers randomly going through private keys and checking if they have a balance.

That's it for now.

I am going to look forward to some good solutions.

VCore

Posted 2017-12-28T08:15:22.873

Reputation: 21

Interesting. they should also mention their expenses so one can see the economics behind the experiment.Karan Ahuja 2017-12-28T08:36:49.760

Its a distributed effort. You can find statistics here: https://lbc.cryptoguru.org/stats

VCore 2017-12-28T09:30:46.983

it maybe worthwhile to double check, what type of "collisions" were found. The pure number doesn't mean anything, unless explained. These collisions were probably "low hanging fruits" (aka meant to be found), and there are well known "keys" with poor numbers or entropy.pebwindkraft 2017-12-28T09:48:42.853

Answers

1

"My question is, what is the solution to this going to be?" there is no solution. it is by design that collisions can be found. i really think that people who are searching for collisions are using their computing power quite inefficient because the gains are probably very small. so mining would be more profitable.

anion

Posted 2017-12-28T08:15:22.873

Reputation: 727

I disagree. Bitcoin still isn't that popular and you don't have that many addresses with balances. Yet over 15 addresses were found in a matter of months. But eventually when it gains more popularity, imagine how many addresses can be found in months time. And what will happen when instead of mining, those with great computation resources start searching for such addresses instead.VCore 2017-12-28T09:51:11.140

0

The "possible" collisions are part of the decentralisation.

You could also create a currency that asks a server to return a new adress that is not used so far. But that's centralized -> If you take the server down, the currency is dead.

So, the best you can do in the future is making the range of the private keys and/or adresses larger.

ndsvw

Posted 2017-12-28T08:15:22.873

Reputation: 1 947

In case this becomes a serious problem with Bitcoin, can a hard-fork increase the range significantly? And why wasn't a large range used in the first place?VCore 2017-12-28T09:28:21.440

The range is already humongous, and without fundamental physical breakthroughs impossible to reach collisions.Pieter Wuille 2017-12-28T09:38:39.027

Did you read the OP? The project already found over 15 addresses that too in a matter of months. So how is this impossible?VCore 2017-12-28T09:48:08.900

this looks worrisome - https://blockchain.info/address/1LBCPotwPzBvBcTtd7ADGzCWPXXsZE19j6

the guy whose bitcoin is gone must be a sad fellow.

Karan Ahuja 2017-12-28T10:29:47.167

@KaranAhuja I don't see that address on the trophies page. Where did you find it? Was it found using the LBC? The following address is the one which had the highest balance (0.54 BTC / 8000 USD) https://blockchain.info/address/1KYUv7nSvXx4642TKeuC2SNdTk326uUpFy

VCore 2017-12-28T10:53:05.650

lbcpot was mentioned somewhere on the site. they are not only finding private keys but also taking away the coins.

but i guess they will not be able to take more than 4-5 btc before loosing enough in expenses and closing the project itself. – Karan Ahuja 2017-12-28T11:18:11.880

The expense is going to be distributed as anyone can pool their resources to find collisions. And I have successfully deployed their client on a Linux server.VCore 2017-12-28T15:13:53.330