Frequency node which connects to Frequency testnets:
--chain=frequency-paseo (Default)To view all available options and arguments:
docker run --rm frequencychain/parachain-node-testnet:<version.tag> --help
Start full chain node that connects to Paseo Testnet network and syncs with warp:
docker run -p 9944:9944 -p 30333:30333 frequencychain/parachain-node-testnet:<version.tag> \
--chain=frequency-paseo \
--base-path=/chain-data \
--rpc-external \
--rpc-cors=all \
--rpc-methods=safe \
--sync=warp \
-- \
--sync=warp
Remember that these nodes contain a full node of the relay chain as well, so plan available storage size accordingly.
Using Volumes or Bind Mounts is suggested to maintain the --base-path between restarts.
Content type
Image
Digest
sha256:584c71425…
Size
153.9 MB
Last updated
2 months ago
docker pull frequencychain/parachain-node-testnet