Thornode - Linux
Setting up a fullnode on Linux
Prerequisites
apt install -y --no-install-recommends aria2 ca-certificates curl git golang jq make pvApplication user
useradd -m thornode -s /bin/bashBuild
git clone --branch v2.135.1 https://gitlab.com/thorchain/thornode $HOME/build
cd $HOME/build
ln -fs /usr/bin/true docker; export PATH=$(pwd):$PATH; TAG=mainnet make install
# remove bifrost binary and build directory
rm $HOME/go/bin/bifrost
rm -rf $HOME/buildPrepare environment
Config
Seed nodes
Ports
Genesis
Sync
Systemd
Start
Last updated
Was this helpful?