-
Notifications
You must be signed in to change notification settings - Fork 285
Fixed; multiple-rpc-port-error-bug; #2041
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
fa5d4e0
0049ee6
9ca8914
5c16796
866a43a
035928d
d826097
6e0c1b8
34ebd42
64454ca
3d331eb
648166e
193de88
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -74,7 +74,7 @@ To start the blockchain: | |||||||
| --chain local \ | ||||||||
| --alice \ | ||||||||
| --port 30333 \ | ||||||||
| --rpc-port 9945 \ | ||||||||
| --rpc-port 9945 && \ | ||||||||
| --rpc-port 9933 \ | ||||||||
| --node-key 0000000000000000000000000000000000000000000000000000000000000001 \ | ||||||||
| --telemetry-url "wss://telemetry.polkadot.io/submit/ 0" \ | ||||||||
|
|
@@ -169,7 +169,7 @@ To add a node to the running blockchain: | |||||||
| --chain local \ | ||||||||
| --bob \ | ||||||||
| --port 30334 \ | ||||||||
| --rpc-port 9946 \ | ||||||||
| --rpc-port 9946 && \ | ||||||||
| --rpc-port 9934 \ | ||||||||
|
||||||||
| --rpc-port 9946 && \ | |
| --rpc-port 9934 \ | |
| --rpc-port 9946 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the input @ghe0. I knew the nodes could start with only rpc port 9945, but I thought the problem was deeper than that, as far configuring the CLI itself and the runtime. Consensus is we move on without rpc ports 9933 && 9934.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes I think this is fine.
However we need to ensure we update the rest of the docs on this page to match. Please check to make sure we don't mention these removed ports anywhere else, and also mention that both RPC and WS is exposed on --rpc-port.
Uh oh!
There was an error while loading. Please reload this page.