Are there alternatives for proof of work?

17

4

Bitcoin uses proof of work to secure the network, Ripple uses a global consensus system and PPCoin uses proof of stake.

Are there any known alternatives to the above methods?

Muis

Posted 2013-03-20T18:17:43.450

Reputation: 1 897

2in the ppc paper they talk about a 'proof of excellence' where all peers compete to solve a game. It is basically proof of work, buta better algorithm could score higher.placeybordeaux 2013-03-20T19:33:59.747

@David Perry. This is a subtly different question than what you've suggested as a duplicate. This person is asking if there exist alternative distributed synchronization algorithms. The other question asks if the proof-of-work system can prove secondarily-useful work. There is a clear difference.Rooke 2013-03-21T03:50:36.520

@Rooke fair enough, I'll re-open it.David Perry 2013-03-21T05:08:59.270

Answers

5

Another alternative is proof of burn.

fnieto - Fernando Nieto

Posted 2013-03-20T18:17:43.450

Reputation: 247

6

A really quick answer is this: The proof of work system is a solution to the distributed synchronization issue; in another guise it is called the Byzantine Generals' Problem. Thus, any solution to this problem is an acceptable alternative, however the proof-of-work solution is particularly suited to distributed systems.

You can read Satoshi Nakamoto's discussion of this here.

Rooke

Posted 2013-03-20T18:17:43.450

Reputation: 627

2

I have been researching on blockchain for sometime now and some of them I found are a mix of some existing and some proposed.

  1. Proof-of-Stake
  2. Proof-of-Burn
  3. Proof-of-Capacity
  4. Proof-of-Activity
  5. Proof-of-Checkpoint

Source: https://bytecoin.org/blog/proof-of-activity-proof-of-burn-proof-of-capacity/

trollster

Posted 2013-03-20T18:17:43.450

Reputation: 260