Skip to content

Commit

Permalink
Fix/typo binaries (#507)
Browse files Browse the repository at this point in the history
* Extra backslash in astar-collator command removed

* Extra backslash removed from astar-collator binary
  • Loading branch information
mc2eqe committed Nov 8, 2023
1 parent e5680ad commit e83e5b0
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 29 deletions.
6 changes: 3 additions & 3 deletions docs/build/nodes/archive-node/binary.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ ExecStart=/usr/local/bin/astar-collator \
--rpc-methods Safe \
--rpc-max-request-size 1 \
--rpc-max-response-size 1 \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'

Restart=always
RestartSec=10
Expand Down Expand Up @@ -112,7 +112,7 @@ ExecStart=/usr/local/bin/astar-collator \
--rpc-methods Safe \
--rpc-max-request-size 1 \
--rpc-max-response-size 1 \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'

Restart=always
RestartSec=10
Expand Down Expand Up @@ -142,7 +142,7 @@ ExecStart=/usr/local/bin/astar-collator \
--rpc-methods Safe \
--rpc-max-request-size 1 \
--rpc-max-response-size 1 \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'

Restart=always
RestartSec=10
Expand Down
6 changes: 3 additions & 3 deletions docs/build/nodes/archive-node/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ astar-collator \
--rpc-methods Safe \
--rpc-max-request-size 1 \
--rpc-max-response-size 1 \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'
```

</TabItem>
Expand All @@ -77,7 +77,7 @@ astar-collator \
--rpc-methods Safe \
--rpc-max-request-size 1 \
--rpc-max-response-size 1 \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'
```

</TabItem>
Expand All @@ -102,7 +102,7 @@ astar-collator \
--rpc-methods Safe \
--rpc-max-request-size 1 \
--rpc-max-response-size 1 \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'
```

</TabItem>
Expand Down
6 changes: 3 additions & 3 deletions docs/build/nodes/collator/secure_setup_guide/building_node.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ ExecStart=/usr/local/bin/astar-collator \
--base-path /var/lib/astar \
--pruning archive \
--trie-cache-size 0 \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'
Restart=always
RestartSec=120
Expand All @@ -224,7 +224,7 @@ ExecStart=/usr/local/bin/astar-collator \
--base-path /var/lib/astar \
--pruning archive \
--trie-cache-size 0 \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'
Restart=always
RestartSec=120
Expand All @@ -251,7 +251,7 @@ ExecStart=/usr/local/bin/astar-collator \
--base-path /var/lib/astar \
--pruning archive \
--trie-cache-size 0 \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'
Restart=always
RestartSec=120
Expand Down
6 changes: 3 additions & 3 deletions docs/build/nodes/collator/spinup_collator.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Collators are responsible for the network stability, it is very important to be
--base-path /var/lib/astar \
--pruning archive \
--trie-cache-size 0 \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'
```

</TabItem>
Expand All @@ -38,7 +38,7 @@ Collators are responsible for the network stability, it is very important to be
--base-path /var/lib/astar \
--pruning archive \
--trie-cache-size 0 \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'
```

</TabItem>
Expand All @@ -52,7 +52,7 @@ Collators are responsible for the network stability, it is very important to be
--base-path /var/lib/astar \
--pruning archive \
--trie-cache-size 0 \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'
```

</TabItem>
Expand Down
6 changes: 3 additions & 3 deletions docs/build/nodes/evm-tracing-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ ExecStart=/usr/local/bin/astar-collator \
--enable-evm-rpc \
--ethapi=txpool,debug,trace \
--wasm-runtime-overrides /var/lib/astar/wasm \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'

Restart=always
RestartSec=10
Expand Down Expand Up @@ -127,7 +127,7 @@ ExecStart=/usr/local/bin/astar-collator \
--enable-evm-rpc \
--ethapi=txpool,debug,trace \
--wasm-runtime-overrides /var/lib/astar/wasm \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'

Restart=always
RestartSec=10
Expand Down Expand Up @@ -161,7 +161,7 @@ ExecStart=/usr/local/bin/astar-collator \
--enable-evm-rpc \
--ethapi=txpool,debug,trace \
--wasm-runtime-overrides /var/lib/astar/wasm \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'

Restart=always
RestartSec=10
Expand Down
24 changes: 12 additions & 12 deletions docs/build/nodes/node-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ExecStart=/usr/local/bin/astar-collator \
--chain astar \
--base-path /var/lib/astar \
--trie-cache-size 0 \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'
Restart=always
RestartSec=10
Expand All @@ -62,7 +62,7 @@ ExecStart=/usr/local/bin/astar-collator \
--chain shiden \
--base-path /var/lib/astar \
--trie-cache-size 0 \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'
Restart=always
RestartSec=10
Expand All @@ -89,7 +89,7 @@ ExecStart=/usr/local/bin/astar-collator \
--chain shibuya \
--base-path /var/lib/astar \
--trie-cache-size 0 \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'
Restart=always
RestartSec=10
Expand Down Expand Up @@ -120,7 +120,7 @@ astar-collator \
--chain astar \
--base-path /data \
--trie-cache-size 0 \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'
```

</TabItem>
Expand All @@ -140,7 +140,7 @@ astar-collator \
--chain shiden \
--base-path /data \
--trie-cache-size 0 \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'
```

</TabItem>
Expand All @@ -160,7 +160,7 @@ astar-collator \
--chain shibuya \
--base-path /data \
--trie-cache-size 0 \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'
```

</TabItem>
Expand Down Expand Up @@ -192,7 +192,7 @@ ExecStart=/usr/local/bin/astar-collator \
--rpc-methods Safe \
--rpc-max-request-size 1 \
--rpc-max-response-size 1 \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'
Restart=always
RestartSec=10
Expand Down Expand Up @@ -222,7 +222,7 @@ ExecStart=/usr/local/bin/astar-collator \
--rpc-methods Safe \
--rpc-max-request-size 1 \
--rpc-max-response-size 1 \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'
Restart=always
RestartSec=10
Expand Down Expand Up @@ -252,7 +252,7 @@ ExecStart=/usr/local/bin/astar-collator \
--rpc-methods Safe \
--rpc-max-request-size 1 \
--rpc-max-response-size 1 \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'
Restart=always
RestartSec=10
Expand Down Expand Up @@ -287,7 +287,7 @@ astar-collator \
--rpc-methods Safe \
--rpc-max-request-size 1 \
--rpc-max-response-size 1 \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'
```

</TabItem>
Expand All @@ -311,7 +311,7 @@ astar-collator \
--rpc-methods Safe \
--rpc-max-request-size 1 \
--rpc-max-response-size 1 \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'
```

</TabItem>
Expand All @@ -335,7 +335,7 @@ astar-collator \
--rpc-methods Safe \
--rpc-max-request-size 1 \
--rpc-max-response-size 1 \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'
```

</TabItem>
Expand Down
4 changes: 2 additions & 2 deletions docs/build/nodes/rpi-cheat-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ sudo nano /etc/systemd/system/astar.service
--name {NODE_NAME} \
--chain astar \
--base-path /var/lib/astar \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'

Restart=always
RestartSec=10
Expand All @@ -121,4 +121,4 @@ Start the service: `sudo systemctl start astar.service`

Check the node log to ensure proper syncing: `journalctl -f -u astar.service -n100`

Enable the service: `sudo systemctl enable astar.service`
Enable the service: `sudo systemctl enable astar.service`

0 comments on commit e83e5b0

Please sign in to comment.