Full Node Script (~10 min)
Quick copy-paste guide to deploy a Full Node on Pocket Network using Systemd + Cosmovisor.
Scripting abstracted
Some steps are scripted/automated. For full details, see the Full Node Walkthrough.
Prerequisites & Requirements
Vultr Playbook
Using Vultr? Use our CLI Playbook for faster setup.
Linux (Debian/Ubuntu preferred)
Hardware: See requirements
CPU: x86_64 (amd64) or ARM64
Root/Sudo access
Dedicated server/VM (any provider)
10-Minute Video Walkthrough
Watch this quick video walkthrough of the process:
Install & Run Full Node (Cosmovisor)
Quick install:
Verify install with curl
curlCheck node status:
Block height:
curl -X GET http://localhost:26657/block | jq '.result.block.header.height'Full block:
curl -X GET http://localhost:26657/block | jqYou should see a response like this:
Automatic upgrades?
Cosmovisor handles upgrades automatically.
No manual action needed for standard upgrades.
What happens:
Want to know what just happened?
Optional reading — this section is for info only.
What the script did:
System user: Created (default:
pocket)Cosmovisor:
Location:
/home/pocket/bin/cosmovisorManages
pocketdversions, handles upgrades
pocketd:
Location:
/home/pocket/.pocket/cosmovisor/genesis/bin/pocketdConfig:
/home/pocket/.pocket/config/Data:
/home/pocket/.pocket/data/
Systemd service:
Name:
cosmovisor.serviceEnabled, auto-starts, auto-restarts, auto-upgrades
Was this helpful?
