Skip to content

Networks

XCash-Labs plans to offers multiple network environments to support both real-world usage and future development/testing:

mainnet
testnet - Planned for a future release.

Every network has its own genesis block and is entirely separate from others.

Nodes & Explorers

Spy Nodes and Explorers

Be cautious when using any remote node or block explorer.

Malicious service providers may log and associate your IP address, TXIDs, addresses, and more.

Nodes

Delegate Nodes (Standard Model)
- XCash Klassic wallets connect to delegate-operated nodes (remote nodes) by design
- These nodes maintain the full blockchain and participate in block production
- Most users interact with the network through these delegate nodes

Choosing a Remote Node (Use Care)
- Remote node operators may observe connection metadata such as IP address - Prefer connecting to trusted or well-known delegates
- Avoid using unknown public nodes for sensitive activity

Mainnet

Mainnet is the "production" network and blockchain.

Mainnet is the only blockchain where XCK units have value.

Mainnet is the default network.

Mainnet Block Explorers
Mainnet TCP ports
  • 18280 - [Default] P2P Network
  • 18281 - [Default] Unrestricted JSON-RPC
  • 18282 - [Default] ZMQ RPC (if enabled)
  • 18283 - DPoPS / delegate network transport (XCASH_DPOPS_PORT)
  • 18287 - [Default] Payouts Daemon
  • 18285 - Wallet RPC
Database - internal services
  • MongoDB: 127.0.0.1:27017 (DATABASE_CONNECTION)

Testnet

Testnet is planned for a future release.

Testnet will be the "experimental" network and blockchain where protocol features can be tested before transitioning to mainnet.

Testnet may fork earlier and more often than mainnet. Developers should keep their sources up to date and compile often. Testnet coins have no value.