Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

docs: make collators actually work #638

Merged
merged 3 commits into from
Oct 2, 2021
Merged

docs: make collators actually work #638

merged 3 commits into from
Oct 2, 2021

Conversation

ordian
Copy link
Member

@ordian ordian commented Oct 2, 2021

No description provided.

@@ -120,10 +120,10 @@ cargo build --release
./target/release/polkadot-collator export-genesis-wasm > genesis-wasm

# Collator1
./target/release/polkadot-collator --collator --tmp --parachain-id <parachain_id_u32_type_range> --port 40335 --ws-port 9946 -- --execution wasm --chain ../polkadot/rococo-local-cfde.json --port 30335
./target/release/polkadot-collator --collator --alice --force-authoring --tmp --parachain-id <parachain_id_u32_type_range> --port 40335 --ws-port 9946 -- --execution wasm --chain ../polkadot/rococo-local-cfde.json --port 30335
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need force-authoring when you have multiple nodes running, but still fine to keep.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants