X-Git-Url: http://git.osdn.net/view?p=bytom%2Fvapor.git;a=blobdiff_plain;f=README.md;h=55fd2821e341cdbab3da60e6229aa62074f60d5f;hp=7879982f8920f8f0ac5f7dcfd1f4be3c7b8b43e6;hb=refs%2Fheads%2Ffix_log_err;hpb=b1f0c59085287ae4d49a35ec3826a0d0f6df7f68 diff --git a/README.md b/README.md index 7879982f..55fd2821 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ $ make install Firstly, you need initialize node: ``` -$ vapord init --chain_id=vapor --home +$ vapord init --chain_id=mainnet --home ``` The default vapor data path (on the host) is: @@ -107,6 +107,25 @@ 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) + + +### Merger utxo +UTXO has been merged to solve the problem that too much UTXO input causes a failed send transaction to fail. +[details](./cmd/utxomerge/README.md) + ## License [AGPL v3](./LICENSE)