Using Docker
Install Requirements
# Add sudo at the beginning if it doesn't work
mkdir -p /var/lib/bifrost-data# case 1. chown to a specific user
chown DOCKER_USER /var/lib/bifrost-data
# case 2. chown to current user
sudo chown -R $(id -u):$(id -g) /var/lib/bifrost-dataGenerate Peer Key
docker run --rm -it -v "/var/lib/bifrost-data:/data" thebifrost/bifrost-node:latest \
key generate-node-key \
--chain /specs/bifrost-testnet.json \
--base-path /datadocker run --rm -it -v "/var/lib/bifrost-data:/data" thebifrost/bifrost-node:latest \
key generate-node-key \
--chain /specs/bifrost-mainnet.json \
--base-path /dataRun the Node Container
Check Logs
Key Setup and Bonding



Update Node Client
Last updated