This is a tool that calculates the reward shares for voters at each epoch of IoTeX
Please refer the minimum requirement for building IoTeX. Specifically,
Components | Version | Description |
---|---|---|
Golang | ≥ 1.11.5 | Go programming language |
Dep | ≥ 0.5.0 | Dependency management tool, required only when you update dependencies |
Iotex-payout currently supports iotex-core v0.5.0-rc8.
Check out code from
mkdir -p ~/go/src/github.com/
cd ~/go/src/github.com/
git clone https://github.com/Infinity-Stones/iotex_payout.git
cd iotex_payout
Build the tool by
dep ensure [--vendor-only]
go build
iotex_payout [arguments]