💿Running as a Service
Installlin Manually v1.4.21.1
If you've already installed and started your Quilibrium Ceremony Client node, you can convert it to a service for easier management. This simplifies tasks like starting, stopping, and monitoring your node.
Get the node binary files and checkout release branch;
Then we will create service;
Write the code below;
Save and exit
Then start the Node
This will start your Q Node. While at this stage script will create the .config
folder inside ~/ceremonyclient/node
- with your config.yml
and keys.yml
.
Please do your backup config.yml
and keys.yml
files within ~/ceremonyclient/node/.config
folder.
Node Commands
To start service, run
To stop service, run
To restar service, run
To view service logs run
Get the node related info
(peer id, version, max frame and balance):
Please note that, you must properly configure your node to run all these commands. For details, visit Configuration section.
See Peer ID:
See Node Info:
Run the DB console:
Check Balances:
Last updated