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
  1. Getting started
  2. Glacier Nodes
  3. Testnet

FAQ

PreviousUsing DockerNextChoose Your Storage Layer

Last updated 5 months ago

Which chain does Glacier testnet support?

OpBNB Testnet

Is a whitelist required to run a testnet verifier?

To encourage broader user participation in the Glacier Testnet and facilitate bug identification, the Glacier Testnet operates without requiring a whitelist.

How do I get OpBNB Testnet Token?

You can get some OpBNB Testnet Token from the .

I got an insufficient funds for transfer error when running the node.

You need to Transfer your testing assets to OpBNB testnet to pay for the transaction fee.

How do I check if node is running correctly?

The node will print out the following message when it is ready:

  • Node already active

  • QueryVerifyTask

I got the message NodeEnter, Waiting For Your Node(0x...) License... when running the node.

Just wait for a while. We will mint the license NFT for your node automatically after it has been running for a while.

I got an exec format error: ... error when running the node.

Make sure your binary is the right arch for your OS. For example, if you are using a Mac, the binary should be verifier_macos_amd64 or verifier_macos_arm64 for M1 CPUs.

Verification is not increasing why is that node is running 24*7 without any error

Because it's not your turn, a random group of verifier nodes in the network is chosen by the smart contract (using Chainlink VRF) to check each task. There's no certainty that a particular verifier node will be picked for verification.

I got the message requestID not foundwhen running the node.

The reason is the same as "Verification is not increasing". Because it's not your turn.

🙌
Testnet Faucet
HowTo