Skip to content

Glacier Node

This guide walks you through setting up a Glacier Node.

System Requirements

  • CPU: 2 Cores
  • RAM: 4 GB

Preparation Before Installing Node

  1. Create a new wallet.

  2. Add RPC for opBNB Testnet:

  3. Claim BNB Testnet (to claim, you must have 0.002 BNB on the mainnet):

  4. Swap/bridge from BNB Testnet to opBNB:

Install Node Glacier on Ubuntu-Linux

  1. Update packages and install git, wget, and tmux:
sudo apt update && sudo apt install git wget tmux -y
  1. Create a folder for Glacier and download the node files:
mkdir glacier && cd glacier && wget https://github.com/Glacier-Labs/node-bootstrap/releases/download/v0.0.2-beta/verifier_linux_amd64 && wget https://glacier-labs.github.io/node-bootstrap/config.yaml
  1. Edit the config.yaml file:
nano config.yaml
  1. Set file permissions:
chmod +x ./verifier_linux_amd64
  1. Create a tmux session:
tmux new -s glacier
  1. Run the Node:
./verifier_linux_amd64
  1. Detach from tmux:

    • Press Ctrl, hold it, press b, release both, then press d.
  2. Reattach to tmux (if you want to check if the node is running):

tmux attach -t glacier

Check Node Status

  • DONE (check the dashboard, wait for the node to run for about 1 hour):