Mining Bitweb
Bitweb uses the Argon2id proof-of-work algorithm — mineable with CPU and GPU.
Solo Mining
Mine directly to your own full node. You keep 100% of block rewards.
1. Configure your node
Add the following to bitweb.conf:
rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=26332
txindex=1
coinstatsindex=1
server=1
listen=1
2. Download cpuminer-opt
Windows and Linux builds — choose the binary that matches your CPU:
bitweb-project/cpuminer-optCPU
cpuminer-sse2 -a argon2id1024 -o http://127.0.0.1:26332 -u user -p password --coinbase-addr YOUR_ADDRESS --no-longpoll --no-stratum --no-extranonce -t 4
cpuminer-aes-sse42 -a argon2id1024 -o http://127.0.0.1:26332 -u user -p password --coinbase-addr YOUR_ADDRESS --no-longpoll --no-stratum --no-extranonce -t 4
cpuminer-avx -a argon2id1024 -o http://127.0.0.1:26332 -u user -p password --coinbase-addr YOUR_ADDRESS --no-longpoll --no-stratum --no-extranonce -t 4
cpuminer-avx2 -a argon2id1024 -o http://127.0.0.1:26332 -u user -p password --coinbase-addr YOUR_ADDRESS --no-longpoll --no-stratum --no-extranonce -t 4
cpuminer-avx2-sha -a argon2id1024 -o http://127.0.0.1:26332 -u user -p password --coinbase-addr YOUR_ADDRESS --no-longpoll --no-stratum --no-extranonce -t 4
cpuminer-avx2-sha-vaes -a argon2id1024 -o http://127.0.0.1:26332 -u user -p password --coinbase-addr YOUR_ADDRESS --no-longpoll --no-stratum --no-extranonce -t 4
cpuminer-avx512 -a argon2id1024 -o http://127.0.0.1:26332 -u user -p password --coinbase-addr YOUR_ADDRESS --no-longpoll --no-stratum --no-extranonce -t 4
cpuminer-avx512-sha-vaes -a argon2id1024 -o http://127.0.0.1:26332 -u user -p password --coinbase-addr YOUR_ADDRESS --no-longpoll --no-stratum --no-extranonce -t 4
GPU — OpenCL (all builds support GPU mining)
cpuminer-* -a argon2id1024 --use-gpu OpenCL -o http://127.0.0.1:26332 -u user -p password --coinbase-addr YOUR_ADDRESS --no-longpoll --no-stratum --no-extranonce --gpu-batchsize 3484 --gpu-id 1
GPU — CUDA
cpuminer-* -a argon2id1024 --use-gpu CUDA -o http://127.0.0.1:26332 -u user -p password --coinbase-addr YOUR_ADDRESS --no-longpoll --no-stratum --no-extranonce --gpu-batchsize 64 --gpu-id 1
Mining Pools
Pool mining gives you steady payouts. Connect using stratum settings shown on each pool's dashboard.
All Pools
miningpoolstats.stream