Skip to content

Commit

Permalink
Update docs (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhath-labs committed Mar 31, 2024
1 parent c690fc4 commit dc3b98d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/collator_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,11 @@ StandardOutput=file:/root/logs/parachain
StandardError=file:/root/logs/parachain_err
ExecStart=/var/lib/bitgreen-parachain \
--chain <location-of-chainspec-file> \
--collator --force-authoring --base-path <location-of-basepath> --port 40333 \
--collator --base-path <location-of-basepath> --port 40333 \
--node-key-file <location-of-nodekey-file> \
--rpc-cors all --ws-external \
--ws-port 9944 --rpc-port 9933 \
--name "YOUR-NODE-NAME" \
--rpc-cors all --rpc-external \
--rpc-port 9944 \
--name "YOUR-NODE-NAME" --telemetry-url "wss://telemetry.polkadot.io/submit/ 0" \
--rpc-methods=safe -- --execution wasm --chain <location-of-relaychain-chainspec>

[Install]
Expand Down

0 comments on commit dc3b98d

Please sign in to comment.