Installation
This tutorial goes over building and installing the fairyring
binary.
This tutorial assumes you completed the prerequisites.
- Remove any existing
fairyring
nodes & clone the repository:
cd $HOME
rm -rf fairyring
git clone https://github.com/Fairblock/fairyring.git
cd fairyring
- Checkout to the latest release of
fairyring
(currentlyv0.5.0
):
git checkout v0.5.0
- Install
fairyringd
binary:
make install
- Verify the installation:
fairyringd version
The output should show 0.5.0
Upgrading your binary
To upgrade your binary, you can install the latest version from the instructions above and restart your node. You can check the latest version here. If you run into any issues, refer to the troubleshooting section.