What is Botchain?Botchain is a decentralized Proof-of-Work cryptocurrency built with a focus on fair CPU mining using the RandomX algorithm.
The network is live and fully open-source. Anyone can run a node, mine with standard hardware, and participate in securing the blockchain.
Botchain is designed as both:
• A secure and decentralized digital currency
• A blockchain infrastructure layer for autonomous agents and bot-based ecosystems
Key Features✔ RandomX algo
✔ Fair launch
✔ 21M max supply
✔ 50 BOTC block reward
✔ ~60-second block time
✔ Mainnet running
✔ Without premine
.
Technical Overview• Proof-of-Work consensus with RandomX algo
• Node deployment via source build or Docker
• Peer-to-peer network
Official linksSource:
https://github.com/projectbotchain/botchainWallet:
https://github.com/projectbotchain/botchain/releases/tag/v1.1.0bBuild from source• For Linux:
sudo apt install -y build-essential cmake git libboost-all-dev libssl-dev libevent-dev libsqlite3-dev
git clone https://github.com/projectbotchain/botchain.git && cd botcoin
# RandomX is vendored as a submodule:
git submodule update --init --recursive -- src/crypto/randomx
cmake -B build -DBUILD_TESTING=OFF -DENABLE_IPC=OFF -DWITH_ZMQ=OFF -DENABLE_WALLET=ON
cmake --build build -j$(nproc)
sudo cp build/bin/botcoind build/bin/botcoin-cli /usr/local/bin/
• For MacOs
brew install cmake boost openssl@3 libevent sqlite pkg-config
git clone https://github.com/projectbotchain/botchain.git && cd botcoin
# RandomX is vendored as a submodule:
git submodule update --init --recursive -- src/crypto/randomx
cmake -B build -DBUILD_TESTING=OFF -DENABLE_IPC=OFF -DWITH_ZMQ=OFF -DENABLE_WALLET=ON \
-DOPENSSL_ROOT_DIR=$(brew --prefix openssl@3)
cmake --build build -j$(sysctl -n hw.ncpu)
cp build/bin/botcoind build/bin/botcoin-cli $(brew --prefix)/bin/
CommunityDiscord:
https://discord.gg/UWGWne8QExchangesReserved