Software

Download Basecoin Core

Version v0.10.0 — Full node, wallet, and CPU miner. MIT license. Open source.

🪟
Windows
x86-64 (Windows 10/11)
  • Versionv0.10.0
  • Filebasecoin-0.10.0-win64.exe
  • Size~35 MB
⬇ Download
🐧
Linux
x86-64 (Ubuntu/Debian)
  • Versionv0.10.0
  • Filebasecoin-0.10.0-linux64.tar.gz
  • Size~30 MB
⬇ Download
💻
Source Code
All platforms
  • Versionv0.10.0
  • FileSource code (GitHub)
  • Size-
⬇ Download

Build from Source

Requires: CMake 3.x, C++17 compiler, Qt6, Boost, libevent

# Clone repository
git clone https://github.com/basecoins/basecoin.git
cd basecoin && mkdir build && cd build

# Configure and build
cmake .. -DBUILD_GUI=ON
cmake --build . -j4

# Run
./bin/basecoin-qt

Quick Start

# Start mining
./basecoin-cli -rpcwallet="YourWallet" generatecontinuous

# Check balance
./basecoin-cli -rpcwallet="YourWallet" getbalance

# Network info
./basecoin-cli getnetworkinfo
./basecoin-cli getpeerinfo