Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.29 KB

gnoland.md

File metadata and controls

21 lines (16 loc) · 1.29 KB

gnoland

Run a Gnoland Node

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

gnoland

Options

Name Type Description
chainid String The id of the chain (default: dev).
genesis-balances-file String The initial GNOT distribution file (default: ./gnoland/genesis/genesis_balances.txt).
genesis-remote String Replacement '%%REMOTE%%' in genesis (default: "localhost:26657").
genesis-txs-file String Initial txs to be executed (default: "./gnoland/genesis/genesis_txs.txt").
root-dir String directory for config and data (default: testdir).
skip-failing-genesis-txs Boolean Skips transactions that fail from the genesis-txs-file
skip-start Boolean Quits after initialization without starting the node.