挖掘 Bitweb

Bitweb 使用 Argon2id 工作量证明算法 — 可用 CPU 和 GPU 挖矿。

单独挖矿

直接挖矿到您自己的全节点。您保留 100% 的区块奖励。

1. 配置您的节点

将以下内容添加到 bitweb.conf:

rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=26332
txindex=1
coinstatsindex=1
server=1
listen=1

2. 下载 cpuminer-opt

Windows 和 Linux 版本 — 选择与您的 CPU 匹配的二进制文件:

bitweb-project/cpuminer-opt

CPU

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 (所有版本均支持 GPU 挖矿)

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

矿池挖矿

矿池挖矿提供稳定收益。使用每个矿池控制面板上显示的 Stratum 设置连接。

Bitweb 官方矿池
pool.bitwebcore.net
打开矿池 来源
所有矿池
miningpoolstats.stream
查找更多矿池