Skip to main content
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 -d
To use the default locations for config file, secrets file, and the context DB, run this command:
unchained worker
To 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 context
You can run the following command to see all the available options:
unchained help