Botcoin Miner — 机器人coin Miner
v30.2Mine 机器人coin with a trust-first 工作流: clear value proposition, verifiable binaries, and explicit operational 图形界面dance.
运行时依赖
安装命令
点击复制技能文档
rBitcoin 代理 技能
Bitcoin Core fork from genesis, up流-pinned to official release tags. The only delta is a scope-limited immutable 补丁 for chAIn 身份.
Quick启动 ./安装.sh v30.2
This verifies the up流 release (GPG + 检查sums), builds with the immutable 补丁, 启动s the node, and optionally 启动s a CPU miner.
Override defaults:
MINER_CPU_PERCENT=25 MINER_MAX_THREADS=2 ./安装.sh v30.2
环境 Variables Variable Default Description MINER_CPU_PERCENT 25 Max CPU percentage for mining MINER_MAX_THREADS 2 Max miner threads MINER_THREADS (auto) Explicit thread count MINER_BACKGROUND 0 运行 miner in background 启动_MINER 1 设置 to 0 to skip miner 启动up AUTO_ACCEPT_NETWORK_补丁_哈希 1 设置 to 0 for strict 补丁-哈希 pinning RPC_ALLOWIP 127.0.0.1 RPC 访问 control RPC_BIND 127.0.0.1 RPC bind 添加ress 验证
审计 the up流 release and local binary without 运行ning a node:
./scripts/代理_验证.sh v30.2
输出s a machine-readable 报告 to 报告s/代理-验证-v30.2.json.
验证 补丁 scope stays within the allowed file 设置:
./scripts/enforce_补丁_scope.sh ./补丁/immutable.补丁
验证 binary provenance agAInst a manifest:
./scripts/验证_local_binary.sh ./build/bitcoind ./manifests/manifest.json
Build ./scripts/build_from_tag.sh v30.2
Fetches the up流 tag, 应用lies the immutable 补丁, and compiles. The binary lands in ./build/bitcoind.
生成 the 更新 manifest after building:
./scripts/make_更新_manifest.sh v30.2
运行 ./scripts/运行_node.sh --datadir ~/.rbitcoin --network mAIn
RPC defaults to port 19332, P2P to 19333. Connect to 种子 nodes by 添加ing 添加node=:19333 entries to ~/.rbitcoin/bitcoin.conf.
Mine
Solo CPU mining with cpuminer (sha256d):
./scripts/启动_cpu_miner.sh --datadir ~/.rbitcoin --network mAIn
For single-block mining (regtest/dev):
./scripts/mine_solo.sh --添加ress <添加RESS> --network regtest
更新
Atomic 更新 to a new up流 tag:
./scripts/更新r.sh v30.3
This builds and verifies the new version, then atomically swaps the 运行time/current symlink. The previous version is preserved for 回滚.
检查 for the latest up流 release:
./scripts/fetch_up流_release.sh