Terminal operator flow
Run LiteVerse from Windows, macOS, Linux, servers, and VPS hosts.
The CLI node pairs with the same LiteVerse account used by the dashboard. Use it for long-running sessions, automation, account inspection, live streaming, rewards checks, and host telemetry.
Use the CLI for pairing, runtime control, status, services, sessions, and rewards across the live Bitcoin, Ethereum, and Solana watcher set.
Core tasks
StartLaunches the runtime for live participation.
StatusShows account state, runtime health, sessions, reward lanes, and sync progress.
StreamKeeps a live terminal feed open with reconnect behavior.
SessionsLists, inspects, resets, and revokes LiteVerse sessions from the terminal.
Commands
liteverse-cli auth login liteverse-cli pair --code LITE-ABCD-EFGH liteverse-cli start --foreground --auto-discover liteverse-cli status liteverse-cli services liteverse-cli stream liteverse-cli auth providers liteverse-cli session current liteverse-cli rewards show
Pair the CLI to the account shown in the dashboard.
01
Sign in on the dashboard
Open the dashboard first so LiteVerse knows which account will own the CLI node.
02
Create a pairing code
Use the dashboard pairing flow and copy the code before it expires.
03
Run the pair command
Paste the code into the CLI and wait for the terminal to confirm the linked session.
04
Start and stream
Run status for the snapshot and stream for live updates.
Terminal status covers account, session, runtime, and platform health.
Status includes
Paired or unpaired account state.
Linked account and node IDs.
Runtime process and heartbeat state.
Live service catalog and participation manifest via `liteverse-cli services`.
Reward lane breakdowns in status and rewards output.
Watcher coverage for Bitcoin, Ethereum, and Solana, plus InterLayer probe status.
Google and email/password readiness across the LiteVerse deployment.
Useful links