Demo build. This is a software product for sale — not an investment, token sale, or financial service. Coins shown run on testnet and have no monetary value. Buyers are responsible for their own licensing, compliance and any mainnet launch.

Demo pool testnet only no real mining revenue
BTC testnet XMR testnet ETC testnet RVN testnet KAS testnet GCC testnet
Most popular

Quick start: run the demo pool in 5 minutes.

The fastest path from "I have a GPU or ASIC" to "shares are landing" on the testnet demo. Five steps.

01 Pick a coin to point a miner at

This walkthrough runs the demo pool on testnet so you can watch the stack work end to end. The coins here have no monetary value — the point is to see the software accept shares, attribute them and settle a block. Each coin has its own algorithm and so suits different hardware. Roughly:

  • BTCASICs only · Antminer S19/S21, WhatsMiner M50/M60
  • XMRCPU only · any modern desktop CPU works
  • ETCGPU · 6GB+ VRAM minimum
  • KASGPU · best efficiency on recent NVIDIA cards

02 Generate or paste a wallet address

Testnet rewards are attributed to a wallet address you supply — the software is self-custodial, so it never holds keys or funds. Two options:

03 Configure your miner

Set three things in your miner’s config: the pool URL, your wallet address as the username, and a placeholder password.

bash
cgminer example for BTC
cgminer \
-o stratum+tcp://eu.gcc.io:3333 \
-u bc1q9z4f...h2vp.rig-01 \
-p x

Replace bc1q9z4f...h2vp with your wallet address. .rig-01 is the worker name — pick anything you want, useful when you have multiple machines.

04 Run it

Launch the miner. Within 30 seconds you should see “accepted share” entries in the log. Each accepted share is attributed to your worker in the demo.

output
connected · stratum v2 · diff 32768
accepted share · 4ms
accepted share · 6ms
hashrate 112.4 MH/s
worker rig-01 visible in dashboard

05 Watch the demo settle

The dashboard updates every 30 seconds with your worker’s contribution. Once the attributed balance crosses the per-coin demo threshold (0.0005 tBTC for Bitcoin), the software runs a settlement automatically on the next daily cycle — in testnet coin units with no monetary value.