Skip to content

antitongpu/bitok-stratum-pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitok Stratum Pool

Mining pool server for Bitok (BITOK) with BitokPoW algorithm.

image

Requirements

  • Node.js 22+
  • Running Bitok daemon

Setup

  1. Install build dependencies:
sudo apt install build-essential python3
  1. Install:
npm install
  1. Configure your .env:
POOL_ADDRESS=your_bitok_wallet_address
RPC_USER=your_rpc_user
RPC_PASSWORD=your_rpc_password
  1. Make sure your bitok.conf has:
server=1
rpcuser=your_rpc_user
rpcpassword=your_rpc_password
rpcallowip=127.0.0.1
  1. Start:
npm start

Connect Miners

stratum+tcp://your-server:3032

Use any cpuminer with Yespower support:

cpuminer -a yespower -o stratum+tcp://localhost:3032 -u wallet_address

Bitok Specs

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

License

GPL-2.0

About

Mining pool server for Bitok (BITOK) with BitokPoW algorithm.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published