Hope

Docs

Run a node

Peer Docker, state-sync, and hosted payout — link to hope-node-public rather than duplicating ops docs.

Operational guides live in hope-node-public (docs/quick-start.md, peer-node.md, incentives.md).

Image: public.ecr.aws/r8k0t0l9/hope-peer:testnet

docker run -d --name hope-peer --restart unless-stopped \
  -p 26656:26656 -p 26657:26657 \
  -v hope-peer-data:/home/hope/.hope \
  -e FORCE_STATE_SYNC=true -e STATE_SYNC=true \
  -e STATE_SYNC_RPC=3.21.91.67:26657 \
  -e HOPE_OPERATOR_MNEMONIC="twenty four operator words" \
  -e PAYOUT_RECIPIENT="hope1…from connect" \
  public.ecr.aws/r8k0t0l9/hope-peer:testnet

Authorize payout before first register if PAYOUT_RECIPIENT ≠ operator. See Incentives.