X-Git-Url: http://git.osdn.net/view?p=bytom%2Fvapor.git;a=blobdiff_plain;f=README.md;h=52870ed3e8a54a507444972e250ec6bef7d9a7cf;hp=01feb1f6eba726330ffef9ec9b9af609cce9af3a;hb=e44b9471844f11771a1f6675e2ee0e039788cc4b;hpb=4b8c1d52bc51d783f1fc50eaada101555e15d938 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)