From 34ec350e0b83ab4c75f9c70c1e5407e45e974abc Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Sun, 23 Nov 2014 18:52:29 +0100 Subject: [PATCH] UCP: update proof-of-work rule to constraint on issuers count instead of blocks' --- doc/Protocol.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/Protocol.md b/doc/Protocol.md index 8566b83c0..f0d714f18 100644 --- a/doc/Protocol.md +++ b/doc/Protocol.md @@ -881,8 +881,8 @@ To be valid, a block fingerprint (whole document + signature) must start with a Where: * `[lastBlockNbZeros]` is the number of leading zeros of last written block of the member -* `[interBlocksCount]` is the number of blocks written by *other* members **between** the 2 last blocks of the member (so, those 2 blocks excluded). Max value is `40 - [powZeroMin]`. -* `[followingBlocksCount]` is the number of blocks written by *other* members **since** the last block of the member (so, incoming block excluded). +* `[interBlocksCount]` is the number of different block issuers **between** the 2 last blocks of the member (so, those 2 blocks excluded). Max value is `40 - [powZeroMin]`. +* `[followingBlocksCount]` is the number of different block issuers **since** the last block of the member (so, incoming block excluded). * If no block has been written by the member: @@ -1005,3 +1005,4 @@ At this stage, only [uCoin HTTP API](/HTTP_API.md) (named BASIC_MERKLED_API) is * [Relative Money Theory](http://fr.wikipedia.org/wiki/Th%C3%A9orie_relative_de_la_monnaie), the theoretical reference behind Universal Dividend * [OpenUDC](www.openudc.org), the inspiration project of uCoin * [Bitcoin](https://github.com/bitcoin/bitcoin), the well known crypto-currency system + -- GitLab