Skip to main content

gnoland

Run a Gnoland Node

Start a node on the Gnoland blockchain with the following command.

gnoland

Sub Commands

CommandDescription
startRun the full node

Options

NameTypeDescription
chainidStringThe id of the chain (default: dev).
genesis-balances-fileStringThe initial GNOT distribution file (default: ./gnoland/genesis/genesis_balances.txt).
genesis-remoteStringReplacement '%%REMOTE%%' in genesis (default: "localhost:26657").
genesis-txs-fileStringInitial txs to be executed (default: "./gnoland/genesis/genesis_txs.jsonl").
data-dirStringdirectory for config and data (default: gnoland-data).
skip-failing-genesis-txsBooleanSkips transactions that fail from the genesis-txs-file
skip-startBooleanQuits after initialization without starting the node.