icon-project / rewardcalculator

Reward calculator for ICON IISS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Reward Calculator

Reward calculator is a daemon which calculates I-Score of ICONists to support IISS.

Terms

  • 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'

Binaries

icon_rc

Reward calculator daemon. Do following functions.

  • Calculates I-Score
  • Claim and Query I-Score
  • Communicates with ICON Service via unix domain socket

rctool

Query debugging information of icon_rc.

Build

# compile binaries
$ make              # for OSX
or
$ make linux        # for linux

# install binaries to system
$ make install

References

License

This project follows the Apache 2.0 License. Please refer to LICENSE for details.

About

Reward calculator for ICON IISS

License:Other


Languages

Language:Go 99.1%Language:Makefile 0.6%Language:Shell 0.3%