Deploying an HSSN Validator
Step-by-step guide for deploying a new HSSN Validator Node, including system requirements, hardware configurations, and setup instructions.
Last updated
Step-by-step guide for deploying a new HSSN Validator Node, including system requirements, hardware configurations, and setup instructions.
Last updated
Ubuntu Server 22.04.4 LTS
Configuration | CPU | RAM | SSD |
---|---|---|---|
This document is a work in progress. Some parts of it may change as it's progressively polished. However, the bulk of will remain the same.
HSSN validator setup is currently only being gradually rolled out to selected Sonic's Ecosystem Partners, and will gradually be publicly rolled. If you would like to run an HSSN Node, please contact our team on Discord.
Please make use of the Discord chat to follow any new developments, as well as for node operator support.
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.
Make sure to replace<NODE_NAME>
with the name you configured in Step 2.
Please share your validator's public IP address to our team on Discord.
Allow the start
command to run until your node has fully indexed and caught up with all the rest of the HSSN network's block height. This may take a couple of hours.
You can see the current block height of the HSSN network on the Blocks page of the HSSN Explorer Dashboard.
After your node has caught up with the rest of the network, please proceed to the next steps.
Display your validator's account address:
Use the account address obtained from the command above to get HSOL tokens from the HSSN faucet.
Important: The following steps require you to fund your validator account. The HSSN Faucet UI is currently under development and will be added to this document soon. For now, please contact our team on Discord and we can airdrop you some HSOL manually.
Show your HSSN 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.
Please make sure to replace the "pubkey"
and "moniker"
fields.
Stake as a validator:
Check if the operation was successful:
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 Testnet faucet.
Make sure to replace <NODE_NAME>
with the name you configured in Step 2, and change the "https://your-node-rpc-url.com/"
to the rpc URL of your choice for your node. (The url is not required at this step. You can configure this later using NGINX).
You can confirm that your node was successfully registered with the following command:
You should be able to see your validator node in the list of validators. You should also see your validator in the Validators page of the HSSN Explorer.
Congratulations! You should now be successfully running your HSSN node at this stage.
Please join the HyperGrid Discord to get more updates on latest changes as well as to get faster support responses.
For more official queries, please email operators@sonic.game for assistance.
Low-End
32-core
128GB
5TB
Mid-Range
64-core
256GB
10TB