2. Start and Register
Start Operator
Run the start script to set up and start the Operator as a system service:
./start_operator.sh
This script will:
Create a systemd service for the Operator
Configure it to run in the current directory
Start the service and verify it's running
Set up appropriate logs
Register
Get Main Address Public Key
The main address's public key is required for registration. Here's how to obtain it:
Use public_key
to complete the registration process below.
Register as Operator
Execute the following command in the terminal to register as an operator:
Last updated