Mining pool server for Bitok (BITOK) with BitokPoW algorithm.
- Node.js 22+
- Running Bitok daemon
- Install build dependencies:
sudo apt install build-essential python3- Install:
npm install- Configure your
.env:
POOL_ADDRESS=your_bitok_wallet_address
RPC_USER=your_rpc_user
RPC_PASSWORD=your_rpc_password
- Make sure your
bitok.confhas:
server=1
rpcuser=your_rpc_user
rpcpassword=your_rpc_password
rpcallowip=127.0.0.1
- Start:
npm startstratum+tcp://your-server:3032
Use any cpuminer with Yespower support:
cpuminer -a yespower -o stratum+tcp://localhost:3032 -u wallet_address| Parameter | Value |
|---|---|
| Algorithm | BitokPoW (Yespower N=2048 r=32) |
| Block Time | 10 minutes |
| Block Reward | 50 BITOK |
| Stratum Port | 3032 |
| RPC Port | 8332 |
| P2P Port | 18333 |
GPL-2.0
