Systemd
Fairblock Network
Installation
sudo apt update && sudo apt upgrade -ysudo apt install git curl tar wget libssl-dev jq build-essential gcc makesudo add-apt-repository ppa:longsleep/golang-backports
sudo apt update
sudo apt install golang-goecho "export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin" >> $HOME/.profile
source $HOME/.profileInstall dependencies
Clone project repository
Build binaries
Prepare binaries for Cosmovisor
Download and install Cosmovisor
Create service
Set node configuration
Initialize the node
Download genesis and addrbook
Add seeds
Set pruning
Set custom ports
Last updated