Skip to content

Instantly share code, notes, and snippets.

@decentration
Created February 12, 2022 15:04
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/9fad5edec9f529b709f7ff3338e7bf0d to your computer and use it in GitHub Desktop.
Save decentration/9fad5edec9f529b709f7ff3338e7bf0d to your computer and use it in GitHub Desktop.
example command with tags
./target/release/polkadot \
 - validator \
 - base-path /tmp/relay/MyVal1 \
 - chain ./specs/pop-art-3-val.json \
 - port 30333 \
 - ws-port 9944 \
 - rpc-port 9933 \
 - unsafe-ws-external \
 - rpc-methods=Unsafe \
 - rpc-external=True \
 - rpc-cors all \
 - name MyVal01 \
 - node-key c5150d6b79133a05d715241e271312164bd47ad44ad29abea5c909cd022a6a82 \
 - telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
 - bootnodes /ip4/134.122.101.173/tcp/30334/p2p/12D3KooWLQyBfGcit5nZ3oxnkD17mHpwUKYRhe4eKjuuKqHvbe6h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment