How can the blockchain survive without an army or other kind of law enforcement?

3

I'm sold on most of the Bitcoin aspects. I believe that the blockchain has incredible potential value and how the fact that it's decentralized removes a lot of the corruption and cronyism that are rampant in today's centralized institutions. However one thing I don't get is how does the contract, or property or other value that you have stored in the blockchain is enforced? Surely some people won't care that the proof of property of your land is in the blockchain and just claim it with guns. What do you do then? How is this sorted? States have judicial and military power. What does the blockchain have?

stanm87

Posted 2013-12-30T10:12:46.390

Reputation: 237

1Gold doesn't have an army or law enforcement, yet it's perfectly serviceable as a store of value or means of exchange.David Schwartz 2013-12-30T23:58:38.433

Answers

2

The blockchain itself does not have any power. It is just public set of records, like a phonebook.

Depending on the contract between trading parties, you arbitrage the contract disputes within the legal means you have available.

However, blockchain can act as a proof of agreement and everything signed there is very hard to forge: the other party cannot claim they did not sign the agreement if the private key used in signing can be proven to belong to the party.

Mikko Ohtamaa

Posted 2013-12-30T10:12:46.390

Reputation: 2 417

But since the private key of the other party is private if it is not supplied there can be no proof that they signed it, just that someone signed it. There is no "nonrepudiation" available.zaph 2014-01-02T13:26:46.917

Zaph, are you sure? I thought the point of public key cryptography was that you sign with the private key and verify with the public key. If I'm correct, then one would only need the public key to verify that it was signed.Tyler 2014-10-09T01:04:34.940

1

The blockchain survives by having nodes which continue to keep it up to date which implies having a network which allows those to communicate.

As far as the question of someone ignoring the blockchain, since all transactions take place in the blockchain there is no such thing as a bitcoin transaction apart from the blockchain.

To put it in other words proof of ownwership of bitcoins requires two things.

1) Here, look, I have a private key. 2) Here, look, the blockchain says that this private key has some quantity of bitcoins associated with it.

In this context since the bitcoin nodes keep the blockchain correct, the only other way of obtaining bitcoins is via the obtaining of a private key by force, theft, whatever.

Keith Wolters

Posted 2013-12-30T10:12:46.390

Reputation: 331