PNP PNPScan
← Back to PNPScan

Join PointPay Testnet TESTNET

Run a non-validating full node on pointpay-dedicated-1. Mainnet (pointpay-1) is separate and not open yet.

Network

Chain IDpointpay-dedicated-1
Explorertestnet-explorer.pointpay.exchange
RPCrpc-testnet.pointpay.exchange
Peers/peers.json
Genesis/genesis.json

Requirements

1. Join script

curl -fsSL https://raw.githubusercontent.com/pointpay-hub/pointpay-chain/main/chain/scripts/join-testnet-node.sh -o join-testnet-node.sh
chmod +x join-testnet-node.sh
./join-testnet-node.sh /var/lib/pointpay-testnet
pointpayd start --home /var/lib/pointpay-testnet

2. Verify sync

curl -s http://127.0.0.1:26657/status | jq .result.sync_info
# catching_up must be false

Or use verify-testnet-sync.sh from the repo to print your peer string.

3. Register your node

Open a GitHub issue or comment on Testnet full-node operators wanted with:

Docs: TESTNET_OPERATORS.md · OPERATORS_WANTED.md

Become a validator (testnet)

After sync, submit a create-validator transaction with self-delegated upnp. Needs a separate VPS — do not run on exchange infrastructure. See operator docs for details.