Skip to main content

Installation

This tutorial goes over building and installing the fairyring binary. This tutorial assumes you completed the prerequisites.

  1. Remove any existing fairyring nodes & clone the repository:
cd $HOME
rm -rf fairyring
git clone https://github.com/Fairblock/fairyring.git
cd fairyring
  1. Checkout to the latest release of fairyring (currently v0.5.0):
git checkout v0.5.0
  1. Install fairyringd binary:
make install
  1. 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.