Once you have configured your node, you can run it with one of the following
commands.
Run in the directory where your installation is located:
./unchained.sh worker up -dTo use the default locations for config file, secrets file, and the context DB,
run this command:
unchained workerTo specify the path to your config file, secrets file, and the context DB, run
this command:
unchained worker -c conf.yaml -s secrets.yaml -x contextYou can run the following command to see all the available options:
unchained help