Sign inSign up

frequencychain/parachain-node-mainnet

By frequencychain

•Updated 2 months ago

Docker images for the Frequency parachain Mainnet node.

Image
0

8.4K

frequencychain/parachain-node-mainnet repository overview

⁠Frequency Node for Mainnet

Frequency node which connects to the Mainnet network.

⁠Run Full Node

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

Tag summary

Content type

Image

Digest

sha256:c459a1672…

Size

149 MB

Last updated

2 months ago

docker pull frequencychain/parachain-node-mainnet