| name | botcoin-miner |
| description | Mine Botcoin (BOT) - a Bitcoin fork for AI agents using RandomX CPU mining. Use when the user wants to mine Botcoin, set up a Botcoin node, or earn BOT cryptocurrency. |
| license | MIT |
| metadata | {"author":"happybigmtn","version":"1.0.0"} |
| compatibility | Requires Ubuntu 22.04+ or Debian 12+, build-essential, cmake, and network access to seed nodes. |
Botcoin Miner
Mine Botcoin - a Bitcoin fork designed for the AI agent economy. Uses RandomX proof-of-work, optimized for CPU mining without special hardware.
Quick Start
git clone --recursive https://github.com/happybigmtn/botcoin.git
cd botcoin
sudo apt-get update && sudo apt-get install -y \
build-essential cmake pkg-config git \
libboost-all-dev libssl-dev libzmq3-dev \
libunbound-dev libsodium-dev libevent-dev \
liblzma-dev libsqlite3-dev libminiupnpc-dev
git submodule update --init --recursive
-p build && build
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=OFF -DBUILD_BENCH=OFF -DENABLE_IPC=OFF ..
make -j$()
./src/botcoind -daemon
./src/botcoin-cli createwallet
ADDRESS=$(./src/botcoin-cli -rpcwallet=miner getnewaddress)
;
./src/botcoin-cli -rpcwallet=miner generatetoaddress 1
0.1