Component |
Requirement |
CPU |
4 CPU cores |
RAM |
16 GB RAM |
Disk |
50 GB disk |
OS |
Ubuntu 24.04 |
- Use these commands one by one
sudo usermod -aG sudo hlnode
curl https://binaries.hyperliquid.xyz/Testnet/initial_peers.json > ~/initial_peers.json
echo '{"chain": "Testnet"}' > ~/visor.json
curl https://binaries.hyperliquid.xyz/Testnet/non_validator_config.json > ~/non_validator_config.json
curl https://binaries.hyperliquid.xyz/Testnet/hl-visor > ~/hl-visor
sudo apt update
sudo apt install screen
- Now detach from screen session using
Ctrl + A + D
Verify your node is running or not
- Use this command as non-root user
- It shows hl node data storage, it will keep increasing with time
- Also if you can use this command
- It will show these type of files
- Write
exit
or logout
if you want to exit from non-root user
- Done for now
Enter as nonroot user (Optional)
- If you want to again enter as non root user, you can use
su - hlnode