Docker images for the Frequency parachain Mainnet node.
8.4K
Frequency node which connects to the Mainnet network.
Start full chain node that connects to Mainnet network:
docker run -p 9944:9944 -p 30333:30333 frequencychain/parachain-node-mainnet:<version.tag> \
--base-path=/chain-data \
--rpc-external \
--rpc-cors=all \
--rpc-methods=safe
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.
To view all available options and arguments:
docker run --rm frequencychain/parachain-node-mainnet:<version.tag> --help
Content type
Image
Digest
sha256:c459a1672…
Size
149 MB
Last updated
2 months ago
docker pull frequencychain/parachain-node-mainnet