1. Pull Repository
$ git clone https://github.com/TheSPSDAO/SPS-Validator/
2. Change Directory
$ cd SPS-Validator
3. Create .env
$ cp .env.example .env
4. Update .env
Edit .env to customize settings (e.g., account keys).
$ vi .env
or
$ notepad .env
5. Stop Previous Running Validators
$ ./run.sh build
Deploys the database and downloads required snapshots.
6. Start the Validator
$ ./run.sh start
or
Use all to include the management UI
$ ./run.sh start all
7. Verify Status
Validator: http://localhost:3333/status
Management UI: http://localhost:8888/