Korsh Pool
Connecting
KORSH · CPU MINING POOL

1% pool fee.
No miner fee.
PPLNS payouts.

Korsh is a CPU-friendly Proof-of-Work coin. This pool lets you mine it with anything from an old laptop to a server: point a Stratum miner at the pool, and rewards are shared by the work you contribute.

  • PPLNS rewards
  • Variable difficulty
  • Open statistics and API
THE NETWORK

Live state of the pool

POOL HASHRATE · LAST 24 HOURS
WHY THIS POOL

Built for CPUs, open about everything.

Fair rewards

PPLNS pays for the last shares before each block, so hopping between pools does not pay and steady miners are rewarded.

Low, clear fee

A single pool fee taken from block rewards, no miner fee, and every block and payment is listed on this page.

From laptops to servers

Variable difficulty adapts to your hashrate, so a small CPU still finds regular shares and a big server does not flood the pool.

Transparent by default

Live statistics, a per-address lookup and a public JSON API let you check the pool's work and your own earnings at any time.

HOW IT WORKS

From your CPU to your wallet.

1 · You mineYour miner sends shares to the pool over Stratum.
2 · The pool checksEvery share is validated with the network's own algorithm and counted.
3 · A block is foundWhen a share is good enough, the pool submits a block to the network.
4 · You get paidThe reward, minus the fee, is split by your shares and paid to your address.
ON-CHAIN

Pool blocks and payments

BEGIN MINING

Connect your miner.
Then your CPU is mining Korsh.

  1. Get a Korsh address. Run your own node and wallet, then korsh-cli getnewaddress. Rewards are paid to this address, so keep the wallet and its backup safe.
  2. Point a Stratum miner at the pool. The pool speaks standard Stratum v1 with the Korsh Yespower parameters. Miner software will be announced here; for now this page only publishes the connection settings.
  3. Use your address as the username. Fill in the form below to get your settings.
CONFIGURATION · GENERATE YOUR CONNECTION SETTINGS
CONNECTION SETTINGS

        
LOOKUP

Check your earnings.

Enter your Korsh address to see your hashrate, workers, balance and payment history.

FAQ

Questions, briefly answered.

API

Public JSON API

Read-only, no key needed. Amounts are integers in satoshis (1 KSH = 100,000,000).

EndpointReturns
/api/poolpool hashrate, workers, blocks, network state
/api/blocks?p=0blocks found by the pool, newest first (20 per page)
/api/payments?p=0payments sent, newest first (20 per page)
/api/miner/<address>hashrate, workers, balances, credits and payments of one address
/api/historypool hashrate over the last 24 hours
/api/onchainpool wallet totals
/api/configfee, minimum payout, Stratum port, scheme