9944
port mapping is for WebSocket and HTTP endpoints. You only need the port mapping if you want to use your node as backend node for your dapps.
--base-path
points to the directory where the snapshot was extracted.--rpc-max-connections
; for example, --rpc-max-connections=100
.--rpc-cors
; to allow access from everywhere, use --rpc-cors=all
.--rpc-methods
. An easy way to set this to a safe mode is --rpc-methods=Safe
.--name
flag so you can identify your node on the Telemetry Hub.8.x.x
to 9.x.x
.
8.63.0
to 8.64.0
.
--sync=warp
mode for full node and validator node as it can speed up the syncing process significantly.
0
libp2p
to discover peer nodes that your node can connect to exchange and synchronise block information.
In case libp2p
is not working as expected, you can try adding the --reserved-nodes
args, as following, to your node run command to bootstrap it with a list of well-known boot nodes.
v8.56.0
). The following error might be encountered: