Skip to content

Instantly share code, notes, and snippets.

@5chdn
Created January 5, 2019 10:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 5chdn/61e156216fcd316fb4bc0bfcf0259531 to your computer and use it in GitHub Desktop.
Save 5chdn/61e156216fcd316fb4bc0bfcf0259531 to your computer and use it in GitHub Desktop.
parity --chain ethereum --ports-shift 0000 --no-warp --node-key supersecret0000
parity --chain classic --ports-shift 0100 --no-warp --node-key supersecret0100
parity --chain ropsten --ports-shift 0200 --no-warp --node-key supersecret0200
parity --chain kovan --ports-shift 0300 --no-warp --node-key supersecret0300
parity --chain ethereum --ports-shift 1000 --light --no-hardcoded-sync --node-key supersecret1000
parity --chain classic --ports-shift 1100 --light --no-hardcoded-sync --node-key supersecret1100
parity --chain ropsten --ports-shift 1200 --light --no-hardcoded-sync --node-key supersecret1200
parity --chain kovan --ports-shift 1300 --light --no-hardcoded-sync --node-key supersecret1300
@5chdn
Copy link
Author

5chdn commented Jan 5, 2019

Change your node key though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment