Testnet

Join the Testnet

Run a node, get testnet BOING from the faucet, and participate as a validator or developer. Everything you need is below — or jump to dedicated pages for Bootnodes, Single vs multi-node, and the Faucet.

Quick start

  1. Build: cargo build --release
  2. Run a single node (validator): ./target/release/boing-node --validator --rpc-port 8545
  3. Or join the public testnet: --p2p-listen /ip4/0.0.0.0/tcp/4001 --bootnodes <BOOTNODE_LIST> (see endpoints below)
  4. Get testnet BOING from the faucet.

Single node vs multi-node

Brief summary. For the full guide, see Single node vs multi-node.

  • Single node — Run without P2P. Good for local dev. No bootnodes needed.
  • Multi-node testnet — Run with --p2p-listen and --bootnodes to join the public testnet.

Public testnet endpoints

RPC URL (faucet and submissions):

https://testnet-rpc.boing.network/

Bootnodes: use with --bootnodes (comma-separated)

/ip4/73.84.106.121/tcp/4001
/ip4/73.84.106.121/tcp/4001

Native AMM pool (chain 6913)

Integrators and boing.finance use this canonical constant-product pool account id on public testnet. Full RPC and storage layout: RPC-API-SPEC (GitHub) · RPC-API-SPEC (PDF).

Pool AccountId (copy for SDK / env):

0x7247ddc3180fdc4d3fd1e716229bfa16bad334a07d28aa9fda9ad1bfa7bdacc3

Ops smoke (optional): npm run check-canonical-pool from the boing.network repo root — verifies boing_getContractStorage against this pool on BOING_RPC_URL.

Native LP vault & share token (chain 6913)

Optional CREATE2 contracts for the wrapped-LP path (vault + transferable share token). Same canonical deployer and bytecode as canonical-testnet-dex-predicted.json. Operators run npm run deploy-native-dex-lp-aux-contracts from the repo, then set_minter_once (vault → minter) and vault configure(pool, share) — see NATIVE-AMM-LP-VAULT / NATIVE-LP-SHARE-TOKEN.

LP vault AccountId:

0x937d09ee8e4dcc521c812566ad4930792e74ad004ecb3ae2cc73dc015813aa8d

LP share token AccountId:

0x101201403f573e5b1d6d5c6b93d52d12c68957f4a228d5dad76e78c747044421

Bootnodes

Bootnodes are stable peer addresses your node dials to join the testnet. Full details: Bootnodes.

Faucet

Get testnet BOING for gas and staking on the dedicated faucet page.

Go to Faucet →

One-click mining (VibeMiner)

Prefer a desktop UI? VibeMiner offers one-click mining/validating for Boing. See VIBEMINER-INTEGRATION (PDF). The live app reads /api/networks (JSON): boing-devnet (Windows), boing-devnet-linux, and boing-devnet-macos — each includes platform, download URL, and command template.

Checking network listing…

Incentivized testnet

The public testnet is live. Register in the Testnet Portal, join with bootnodes, use the faucet, and stake. Users complete quests in the portal. Rules and promotion details: Testnet doc (PDF) and Part 3 — Incentivized testnet.

Docs