Bitcoin Forum
February 13, 2026, 05:10:23 PM *
News: Latest Bitcoin Core release: 30.2 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN] Botchain (BOTC) - CPU-Mineable RandomX PoW Coin | Mainnet Live  (Read 128 times)
Botchain (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
February 11, 2026, 11:12:42 PM
Last edit: February 12, 2026, 02:38:29 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.1.0b

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: 4
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: 4
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: 4
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 (:
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!