Deploying an HSSN Validator
Step-by-step guide for deploying a new HSSN Validator Node, including system requirements, hardware configurations, and setup instructions.
Operating System Requirements
Ubuntu Server 22.04.4 LTS
Hardware Requirements
Configuration | CPU | RAM | SSD |
---|---|---|---|
Low-End | 32-core | 128GB | 5TB |
Mid-Range | 64-core | 256GB | 10TB |
HSSN Validator Setup
1. Download and Install the Package
2. Initialization Settings
Navigate to the extracted directory:
Create a key pair:
Initialize the configuration (replace <NODE_NAME>
with your node name):
Copy the ~/.hypergrid-ssn/genesis.json
file and overwrite the the contents of the file generated at ~/.hypergrid-ssn/config/genesis.json
.
Modify config/app.toml
:
Modify config/config.toml
:
Update the external IP. Make sure to replace the <YOUR_NODE_IP_ADDRESS>
with your node's external IP address.
3. Run the Validator
Make sure to replace <NODE_NAME>
with the name you configured in Step 2.
4. Networking
Display your validator's account address:
Use the account address obtained from the command above to get HSOL tokens from the HSSN faucet.
Show your Tendermint validator public key:
Replace the pubkey
in validator.json
with the the public key you obtained above and update the moniker
with the corresponding node name you configured in Step 2:
Stake as a validator:
Check if the operation was successful:
5. Install and Configure Solana Client
Install the Solana client:
Verify the installation:
Set the Solana configuration:
Use the account address obtained from the command above to get SOL tokens from the Sonic grid faucet and the Solana Devnet faucet.
6. Register Node
Make sure to replace <NODE_NAME>
with the name you configured in Step 2.
If you have any questions, please email operators@sonic.game for assistance.
Last updated