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
✔ ~120-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
• Monero-style LWMA difficulty — per-block retargeting with 720-block window, replaces Bitcoin's 2016-block interval DAA
• Tail emission — 0.6 BOT/block floor forever (Monero-style perpetual mining incentive)
• RandomX epoch rotation removed — fixed genesis seed, eliminates fork divergence at epoch boundaries[
Official linksSource:
https://github.com/projectbotchain/botchainWallet:
https://github.com/projectbotchain/botchain/releases/tag/v1.5.0Blockchain explorerLocal version:
https://github.com/projectbotchain/botchain-explorerExchangesThe Botcoin team has decided to launch their own "exchange," scheduled for April 10th. The average buyback price for your mined BOT coins will be $0.20 per 1 BOT.
Payment will be made in Monero.
The exchange will take place on Discord.
If you're still thinking about starting mining, you can start now, just in time to mine.
I'll let you know later what plans I have for the purchased coins.
Build 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/
CommunityDiscord:
https://discord.gg/8VubsukH