KuberCoin Docs

Network Parameters

Canonical network defaults, ports, and genesis values.

Overview

This page records the canonical network defaults used by the public reference node. It exists so operators can verify the port matrix, genesis values, and subsidy schedule without reading the source tree line by line.

If this page and the implementation disagree, treat the code as the source of truth and correct the documentation.

Connectivity

NetworkP2P portRPC portDNS seedsNotes
Mainnet86338634Placeholder seeds in sourceProduction operators should set KUBERCOIN_DNS_SEEDS.
Testnet1863318634Placeholder seeds in sourcePublic testing network.
Regtest2863328634NoneLocal development and regression testing.

Consensus

NetworkGenesis timestamp (UTC)Genesis nonceGenesis bitsTarget block timeDifficulty intervalHalving intervalInitial block rewardCoinbase maturityMax supply
Mainnet2026-02-19 00:00:0029198010x1e0fffff600 s201621000050 KUBER100 blocks21,000,000 KUBER
Testnet2026-01-29 00:00:0019217220x1f0fffff600 s201621000050 KUBER100 blocks21,000,000 KUBER
Regtest2026-01-29 00:00:0000x207fffff1 s121000050 KUBER100 blocks21,000,000 KUBER

Notes

  • Mainnet uses the frozen 10-minute target and 2,016-block difficulty adjustment interval.
  • Testnet keeps the same issuance schedule as mainnet but allows minimum-difficulty blocks.
  • Regtest keeps the canonical subsidy schedule but relaxes time and difficulty for local testing.
  • The mainnet minimum chain work checkpoint is fixed in code and must match the node implementation before release.
  • DNS seed values in source are placeholders. Production operators must supply real seed hostnames before launch.

References