AlphaPool[BITOK]

Connect to AlphaPool [BITOK]

Yespower (BitokPoW) Β· N=2048 r=32 key="BitokPoW"

Pool Fee

2%

PROP payment scheme

Min Payout

1 BITOK

Paid automatically

Coin

BITOK

Bitcoin v0.3.19 fork

πŸ”Œ Stratum Endpoints
POOLPool (Standard)

For CPUs and low-hashrate devices

stratum+tcp://bitok.alphapool.tech:3032
POOLPool (High Diff)

For high-hashrate rigs

stratum+tcp://bitok.alphapool.tech:3033
SOLOSolo Mining

98% block reward to you, 2% pool fee

stratum+tcp://bitok.alphapool.tech:4032
⛏ cpuminer-opt (Recommended)

Download: github.com/JayDDee/cpuminer-opt

Pool mining:

cpuminer -a yespower --param-n=2048 --param-r=32 --param-key="BitokPoW" \
  -o stratum+tcp://bitok.alphapool.tech:3032 \
  -u YOUR_ADDRESS.worker1 -t 4

Solo mining:

cpuminer -a yespower --param-n=2048 --param-r=32 --param-key="BitokPoW" \
  -o stratum+tcp://bitok.alphapool.tech:4032 \
  -u YOUR_ADDRESS.worker1 -t 4

Replace YOUR_ADDRESS with your BITOK wallet address. Change -t 4 to the number of CPU threads you want to use.

πŸ‘› Get a BITOK Wallet

You need a BITOK address to receive payments. Download bitokd from the official repository:

github.com/elvisjedusor/bitok/releases β†’

Run node:

./bitokd -server -rpcuser=you -rpcpassword=pass

Get address:

./bitokd getnewaddress
❓ FAQ

What algorithm does BITOK use?

Yespower with parameters N=2048, r=32, key="BitokPoW". CPU mining only β€” no ASIC or GPU advantage.

When do I get paid?

Payments process every 60 seconds once your pending balance reaches 1 BITOK. Blocks require 100 confirmations (~16 hours) before rewards are distributed.

What is PROP?

Proportional (PROP) means each miner receives a share of the block reward proportional to the number of shares they submitted in that round.

What is solo mining?

Solo mining means you connect to the pool's block template but if you find a block, you get 98% of the reward (2% pool fee). High variance β€” you only earn if you personally find a block.

What is BITOK?

BITOK is a fork of Bitcoin Core v0.3.19, replacing SHA-256 with Yespower PoW. Early-stage experimental coin by Elvis Jedusor.