From e44b9471844f11771a1f6675e2ee0e039788cc4b Mon Sep 17 00:00:00 2001 From: wz Date: Wed, 31 Jul 2019 16:14:13 +0800 Subject: [PATCH 1/1] modify readme for voterewatd (#370) * modify readme for voterewatd * Update README.md * Update README.md * Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 01feb1f6..52870ed3 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,20 @@ To remove a containner: $ docker rm ``` +### Reward distribution tool + +After 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) -- 2.11.0