Storage RFC validator incentive clarification

This commit is contained in:
Stephen Akridge
2018-10-22 15:56:00 -07:00
committed by Greg Fitzgerald
parent 16b19d35dd
commit ce934a547e

View File

@ -52,3 +52,4 @@ Our solution to this is to force the clients to continue using the same identity
* Replicator clients fish for lazy validators by submitting fake proofs that they can prove are fake.
* Replication identities are just symmetric encryption keys, the number of them on the network is our storage replication target. Many more client identities can exist than replicator identities, so unlimited number of clients can provide proofs of the same replicator identity.
* To defend against Sybil client identities that try to store the same block we force the clients to store for multiple rounds before receiving a reward.
* Validators should also get rewarded for validating submitted storage proofs as incentive for storing the ledger. They can only validate proofs if they are storing that slice of the ledger.