Submit Your Node
Add your Demos validator to Oracle monitoring. Submissions are reviewed manually.
Your node's public IP address
Default Demos port is 53550. Configurable via SERVER_PORT or -p flag.
How you want to be identified
echo "=== DEMOS NODE INFO ==="
echo "IP: $(curl -s ifconfig.me)"
echo "PORT: 53550"
curl -s http://localhost:53550/info | jq '{
identity,
version,
block: .peerlist[0].sync.block,
peers: (.peerlist | length)
}'
click to copy
Run this on your server and share the output. If your node uses a different port, replace 53550 with your port.
Submission does not guarantee inclusion. The Oracle will probe your endpoint to verify it responds.
After manual review, approved nodes join monitoring without restart.
Inclusion does not imply endorsement or certification.