KuberCoin Docs

Getting Started

Install a node, create a wallet, send your first transaction.

1. Run a node

Public RPC infrastructure is available at rpc.kuber-coin.com. To run your own node, download the reference binary for your platform and start it with the default network configuration:

kuber-node --network mainnet --datadir ~/.kuber

2. Create a wallet

The hosted browser wallet at wallet.kuber-coin.com creates a deterministic key pair locally in your browser. The 12-word recovery phrase never leaves your device — back it up offline before funding the wallet.

3. Receive your first KUBER

Open the Receive tab in the wallet to display your address and a QR code. Any KUBER sent to that address will appear in your balance after the transaction is included in a confirmed block (typically two to four minutes).

4. Send a transaction

Choose Send, paste the recipient's address, enter an amount in KUBER, and confirm. The wallet builds the transaction, signs it with your local private key, and broadcasts it through the public RPC endpoint.

5. Verify on the explorer

Look up the transaction ID at explorer.kuber-coin.com to watch confirmations accumulate. The explorer also surfaces address balances, block details and current network statistics.