FAQ
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 Testnet Faucet.
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. HowTo
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
orverifier_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 found
when running the node.
The reason is the same as "Verification is not increasing". Because it's not your turn.
Last updated