Glacier Network
WebsiteDevelopersGithub
  • 👋Welcome
  • 🙌Getting started
    • AI Industry
    • Technical Architecture
      • Background
      • GlacierDB
      • GlacierAI
      • GlacierDA
      • Trusted Execution Environments (TEE)
      • Secure Multiparty Computation(MPC)
      • Fully Homomorphic Encryption (FHE)
      • EigenLayer AVS
    • Glacier Nodes
      • Verifier Nodes
      • Data Availability(DA) Nodes
      • TEE Computation Nodes
      • Indexer Nodes
      • Run Mainnet Nodes
        • Nodes Portal Tutorial
        • Linux CLI
        • Using Docker
        • FAQ
      • Testnet
        • Linux CLI
        • Using Docker
        • FAQ
  • 📜tutorial
    • ▪️Choose Your Storage Layer
    • ▪️Build Datasets on Arweave
      • ▪️Connect Wallet
      • ▪️Playground
        • ▫️Create Namespace
        • ▫️Create Dataset
        • ▫️Create Collection
        • ▫️CRUD
      • ▪️Scan
    • ▪️Build Datasets on BNB Greenfield
      • ▪️Connect Wallet
      • ▪️Playground
        • ▫️Create Namespace
        • ▫️Create Dataset
        • ▫️Create Collection
        • ▫️CRUD
      • ▪️Scan
    • ▪️Build Datasets on Filecoin
      • ▪️Connect Wallet
      • ▪️Playground
        • ▫️Create Namespace
        • ▫️Create Dataset
        • ▫️Create Collection
        • ▫️CRUD
      • ▪️Scan
    • ▪️How to Use Chatbot-Bench
    • ▪️Mint NFT
      • ▪️Preparation
      • ▪️NFT Mint for Monetization
  • 📖Resources
    • Contract Addresses
    • 🌐Website
    • 📄Whitepaper
    • 🐦Twitter
    • 👾Discord
    • Telegram
    • 📱Telegram_news
    • 📹Youtube
    • 📃Medium
    • 📧Email
Powered by GitBook
On this page
  • Hardware Requirements
  • Minimum:
  • Recommended:
  • System Requirements
  • Preparation of Private Key and Gas Fees
  • Own Your Node License
  • Run A Node
  • Visit Node Explorer
  • Contract Addresses(Testnet)
  1. Getting started
  2. Glacier Nodes
  3. Testnet

Linux CLI

Hardware Requirements

Minimum:

  • CPU with 1+ cores

  • 2GB RAM

  • 4 MBit/sec download Internet service

Recommended:

  • Fast CPU with 2+ cores

  • 4GB+ RAM

  • 8+ MBit/sec download Internet service

  • The verifier node does not need a static IP address or open ports.

  • The verifier node does not require significant storage capacity. The minimum storage needed is merely for the software and its configuration, which should be less than 100MB.

System Requirements

We recommend running the node on a modern version of Ubuntu, although it is compatible with many modern Linux distributions.

Preparation of Private Key and Gas Fees

The Glacier Verifier Test Node currently secures verifier tasks on the OpBNB Testnet. Consequently, Node Operators will need some tBNB Tokens on the OpBNB Testnet to cover gas expenses for running the verifier nodes. Follow these steps to prepare OpBNB Testnet gas fees for the address used to operate the verifier node, if you already have gas fees on the OpBNB Testnet, just skip the following steps.

Own Your Node License

Currently, we will automatically mint the Node License NFT for you on the OpBNB Testnet the first time the verifier node goes online and is registered on the smart contract, eliminating the need for you to request it manually. Please note that the minting process may take several minutes.

The Node License NFT on testnet is not transferable.

Run A Node

  1. Setup your PrivateKey

Http:
  Listen: "127.0.0.1:10801"
Network: "testnet"
RemoteBootstrap: "https://glacier-labs.github.io/node-bootstrap/"
Keystore:
  PrivateKey: "YourPrivateKey"
TEE:
  IpfsURL: "https://greenfield.onebitdev.com/ipfs/"
  1. Run node

Make sure your config file is in the same directory as the binary

.
├── config.yaml
└── verifier_linux_amd64

0 directories, 2 files

Run

chmod +x ./verifier_linux_amd64
./verifier_linux_amd64

Your node should be ready to go!

Run in screen

screen allows you to run verifier node continuously, even if you disconnect from the server or terminal.

sudo apt-get install screen # install screen if it's not already installed
screen -S glacier-node
./verifier_linux_amd64
# Ctrl-a followed by d. 
# This will detach your screen session but leave your processes running 
# in the background.

Visit Node Explorer

Contract Addresses(Testnet)

PreviousTestnetNextUsing Docker

Last updated 5 months ago

Create a wallet

Connect to OpBNB Testnet

Get some OpBNB Token

Transfer your testing assets to opBNB

Export the private key from MetaMask

Download Node binary from , download the right arch for your OS

Download config template

For more uses of the screen command, you can check out this .

The online status of the verifier nodes on the testnet can be checked here:

NodeCtrl Contract:

License NFT Contract:

🙌
HowTo
HowTo
HowTo
HowTo
HowTo
Github
Here
tutorial
https://testnet.nodes.glacier.io/status
https://testnet.opbnbscan.com/address/0x1F59347c5998a8Bb5E5f3ba8ec20c030CA5dd1D2
https://opbnb-testnet.bscscan.com/token/0xb813466384c915280f5b8ffa005fcc2cb5cf5b87