Konstellation Official Document
  • Introduction
    • Whitepaper
  • Hubble
    • Wallet
    • Staking
  • Bridge
    • How to
      • BSC->KNSTL
      • KNSTL->BSC
  • Developer guide
    • Connecting to Mainnet
    • Running a Full Node
      • Running a Local Node
    • Become a Validator
    • Github
Powered by GitBook
On this page
  1. Developer guide
  2. Running a Full Node

Running a Local Node

How to init chain

Add key to your keyring build/knstld keys add <key name>

Initialize genesis and config files. build/knstld init <moniker> --chain-id <chain id>

Replace all denoms stake to udarc in genesis.json

Add genesis account build/knstld add-genesis-account <key name> 200000000000udarc - 200000darc

Create genesis transaction build/knstld gentx <key name> 100000000000udarc --chain-id <chain id> - create CreateValidator transaction

Collect all of gentxs build/knstld collect-gentxs

Run network build/knstld start

PreviousRunning a Full NodeNextBecome a Validator

Last updated 6 months ago