Chainbase - Upgrade node
Stop & delete old version chainbase-avs-setup
directory on your server
Check your encrypted ECDSA
and BLS
keys
- You also can import existing ECDSA and BLS keys from YOUR PRIVATEKEY using the CLI
Clone new Chainbase AVS repo
Set up the environment file:
- Copy and rename
.env.example
file —>.env
- Configure all fields in the
.env
file with your specific information:
Example:
** Set permissions to bash script** chainbase-avs.sh
Operating the Chainbase AVS
Run the following command to register as an operator:
Run Node
Test Node
If you see the output All systems are working for your manuscript node
in the command line output, it indicates that your node is running correctly.
Check Logs
Monitor dashboard
You can visit http://YOUR_IP_ADDRESS:3010
on browser to view the dashboard to confirm the status of your node.
If you are unable to access the page in your browser, please verify that port 3010 on your server is open and properly configured in firewall settings.
Update Node socket
If your server’s public IP address is changed after you register as an operator, you need to update the node socket. Configure NODE_SOCKET in .env file, then run the following command:
Update Node version
Run the following command to update node version: