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 adduser hlnode
sudo usermod -aG sudo hlnode
su - 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
chmod a+x ~/hl-visor
sudo apt update
sudo apt install screen
screen -S hlnode
~/hl-visor
- Now detach from screen session using
Ctrl + A + D
- Use this command as non-root user
du -hs hl
- It shows hl node data storage, it will keep increasing with time
- Also if you can use this command
cd ~/hl/data && ls
- It will show these type of files
- Write
exit
orlogout
if you want to exit from non-root user - Done for now
- If you want to again enter as non root user, you can use
du -hs hl