forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 0
Swarm Contract
Daniel A. Nagy edited this page Mar 19, 2015
·
13 revisions
This one contract regulates the incentive structure of Swarm.
Pay a deposit in Ether and register public key. Comes with an accessor for checking that a node is signed up.
Present a signed receipt by a signed up node. After a given deadline, the corresponding compensation is paid, unless a PoC (in the simplest case, the chunk itself) is presented. Comes with an accessor for checking that a given chunk has been lost (compensation has been paid).
No compensation is paid for lost chunks, if PoC is presented within the deadline. Comes with an accessor for checking that a given node is liable for compensation.