Chain ID:orbinum_testnet
Block Height:—
RPC Status:Checking...
Node Version:—

Cheat Sheet

Ready-to-run commands for Orbinum, grouped by task.

Follow Logs

bash
cd $HOME/node-deploy/testnet/validator && docker compose logs -f --tail 100 orbinum-validator

Container Status

bash
cd $HOME/node-deploy/testnet/validator && docker compose ps

Restart

Restarts the process with the arguments the container was created with - .env edits are not picked up.

bash
cd $HOME/node-deploy/testnet/validator && docker compose restart orbinum-validator

Apply .env Changes

A plain restart ignores .env edits - the container has to be recreated.

bash
cd $HOME/node-deploy/testnet/validator && docker compose up -d --force-recreate orbinum-validator

Stop

The container and its data stay; a stopped validator misses every slot it is given.

bash
cd $HOME/node-deploy/testnet/validator && docker compose stop orbinum-validator

Start Again

bash
cd $HOME/node-deploy/testnet/validator && docker compose up -d orbinum-validator

Show Running Arguments

What the live container really runs - docker compose config only shows what would be applied.

bash
docker inspect orbinum-validator --format '{{join .Config.Cmd " "}}'

Contact Us

Questions about staking, delegation, or running a validator with us? Reach out directly or use the form.

Kynraze
Kynraze
Validator operator

Questions about delegating, commission, or a specific chain? Email us or send a message through the form, and we'll get back to you.