Bitcoin Forum
February 14, 2026, 07:14:53 AM *
News: Community awards 2025
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN] Botchain (BOTC) - CPU-Mineable RandomX PoW Coin | Mainnet Live  (Read 146 times)
Botchain (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
February 11, 2026, 11:12:42 PM
Last edit: February 13, 2026, 07:16:06 PM by Botchain
 #1

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 links
Source: https://github.com/projectbotchain/botchain
Wallet: https://github.com/projectbotchain/botchain/releases/tag/v1.2.0

Build from source

•  For Linux:
Code:
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
Code:
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/

Community
Discord: https://discord.gg/UWGWne8Q

Exchanges
Reserved
Botchain (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
February 12, 2026, 10:31:31 AM
 #2

Blockchain explorer is ready, later make web version.
Local version: https://github.com/projectbotchain/botchain-explorer
Botchain (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
February 12, 2026, 02:38:01 PM
 #3

New desktop wallet v1.1.0b release
Github: https://github.com/projectbotchain/botchain/releases/tag/v1.1.0b
Botchain (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
February 12, 2026, 05:01:46 PM
 #4

I see there are some issues with block synchronization - I'll try to release fixes within the day. Please wait.
yoshikiazuma
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
February 12, 2026, 05:16:05 PM
 #5

I see there are some issues with block synchronization - I'll try to release fixes within the day. Please wait.

thanks much appreciated (:
Botchain (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
February 13, 2026, 07:21:32 PM
 #6

Mandatory update.

First version of the stable GUI wallet
Check start post for update

Changes
  • Improved wallet performance
    Error-free synchronization and blockchain downloads
    Ability to mine without mining pools (temporarily)
    Bug and error fixes

Next step: a stable version of the wallet for Linux and a web version of the blockchain explorer.

For quick support and community: https://discord.gg/TEFSkZUY
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!