From: mars Date: Wed, 31 Jul 2019 07:51:23 +0000 (+0800) Subject: modify readme for voterewatd X-Git-Url: http://git.osdn.net/view?p=bytom%2Fvapor.git;a=commitdiff_plain;h=d7190f1db2cc2d2aa66303ba631fded2dd9e791a modify readme for voterewatd --- diff --git a/README.md b/README.md index 01feb1f6..14cc6386 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,20 @@ To remove a containner: $ docker rm ``` +### Reward distribution tool + +AAfter the supernode and alternative node receive the reward from the node, they will allocate the reward + +according to the interest rate. + +The reward calculation rules: + +​ calculate the reward (consensus reward * interest rate * voting weight) according to the weight of votes + +cast in consensus around, and choose how many rounds of consensus to allocate the reward flexibly. + +[Tool usage details](./cmd/votereward/README.md) + ## License -[AGPL v3](./LICENSE) +[AGPL v3](./LICENSE) \ No newline at end of file