Quick Start
System Requirements
Please see the system requirements section for details.
Default Port to Open on Firewall
Port 8336 must be open for UDP/TCP traffic in order to join the network.
If you're running the node at your home (on a residential ISP), then you must additionally set up port forwarding in order for your node to be reachable by the network.
For this use case, it's recommended to use TCP connection for your node.
This can be achieved by setting listenMultiaddr
to /ip4/0.0.0.0/tcp/8336
in the p2p section of the config.
Autorun
The release autorun script will automatically download the latest release binary, run the node and periodically check for new releases. You can run the script as follows:
git clone --depth 1 --branch release https://github.com/QuilibriumNetwork/ceremonyclient.git
cd ceremonyclient/node
# Inspect the contents of the `release_autorun.sh` script before executing it
./release_autorun.sh
This script is intended to help get started quickly, but for robust deployments it is recommended to use some service orchestration solution (e.g. systemd
on Linux).
Backups
The node's configuration, private keys and database must be backed up in order to claim rewards.
If you followed the instructions in the Autorun section, this data will be stored in the ceremonyclient/node/.config
directory. It's recommended to back up this entire directory.
The .config/keys.yml
and .config/config.yml
files contain private keys and should be encrypted in backups. If you back up the entire directory, it's easiest to encrypt the entire backup.