Using Systemd
Install Requirements
adduser BIFROST_SERVICE --system --no-create-home# Add sudo at the beginning if it doesn't work (i.e. Permission Denied)
mkdir -p /var/lib/bifrost-datawget "https://github.com/bifrost-platform/bifrost-node/releases/latest/download/bifrost-node"
wget "https://github.com/bifrost-platform/bifrost-node/releases/latest/download/bifrost-testnet.json"wget "https://github.com/bifrost-platform/bifrost-node/releases/latest/download/bifrost-node"
wget "https://github.com/bifrost-platform/bifrost-node/releases/latest/download/bifrost-mainnet.json"chmod +x bifrost-node
mv bifrost-node bifrost-testnet.json /var/lib/bifrost-datachmod +x bifrost-node
mv bifrost-node bifrost-mainnet.json /var/lib/bifrost-dataGenerate Peer Key
Run the Node Service
Check Logs
Key Setup and Bonding



Update Node Client
Last updated