Skip to content

Instantly share code, notes, and snippets.

@decentration
Last active February 13, 2022 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save decentration/5fc51571bcdcb8046815fe0e6e28a0bb to your computer and use it in GitHub Desktop.
Save decentration/5fc51571bcdcb8046815fe0e6e28a0bb to your computer and use it in GitHub Desktop.
Validator Node Command
./target/release/polkadot \
-- validator \
-- base-path /tmp/relay/MyVal1 \ specify your db path
-- chain ./specs/<INSERT-CHAIN-SPEC.JSON> \
-- port 30333 \
-- ws-port 9944 \
-- rpc-port 9933 \
-- rpc-methods=Unsafe \
-- name MyVal01 \
-- bootnodes /ip4/<INSERT A BOOTNODE TO LAUNCH VALIDATOR> \
-- telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
-- node-key <INSERT-KEY> optional
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment