Radix Validator Guide
  • Welcome to Avaunt Staking’s Radix Validator Guide
  • High-Level Build Configuration
  • Pre-configure the Node Server
  • Install Node Exporter
  • Build and Configure the Monitoring Webserver
  • Monitoring and Alerting
  • Securing your Monitoring Server
  • SSL Certificate with Certbot and Let's Encrypt
  • Install and Configure the Radix Validator Software
    • Install the Radix Node
    • Register as a Validator
    • Stop or Start your node
    • Update your Validator
    • Configure Radix Node Dashboard on Grafana
Powered by GitBook
On this page
  • How to stop your node
  • How to start your node

Was this helpful?

  1. Install and Configure the Radix Validator Software

Stop or Start your node

How to stop your node

radixnode docker stop -f radix-fullnode-compose.yml

How to start your node

change the value for the -t switch to the same value you used when setting up your node

radixnode docker start \
        -f radix-fullnode-compose.yml \
        -t radix://tn1qgtjz4432e7ghdfsdc6ssu4v63rwxk2g84e4yedadeasfsfaw3995l9gl6l@52.215.119.169
PreviousRegister as a ValidatorNextUpdate your Validator

Last updated 3 years ago

Was this helpful?