Reward calculator is a daemon which calculates I-Score of ICONists to support IISS.
- IISS : The ICON Incentive Scoring System
- I-Score : A metric used to quantify an ICONist’s contribution to the network
For the details, see 'IISS Yellowpaper'
Reward calculator daemon. Do following functions.
- Calculates I-Score
- Claim and Query I-Score
- Communicates with ICON Service via unix domain socket
Query debugging information of icon_rc.
# compile binaries
$ make # for OSX
or
$ make linux # for linux
# install binaries to system
$ make install
This project follows the Apache 2.0 License. Please refer to LICENSE for details.