BitcoBoost Core v27.1.0 — Linux x86_64 binaries
================================================

Contents
--------
  bitcoboostd     - the BitcoBoost node daemon
  bitcoboost-cli  - command line RPC client
  bitcoboost.conf.example - ready-to-use configuration

Quick start
-----------
  1) Create the data directory and copy the config:
       mkdir -p ~/.bitcoboost
       cp bitcoboost.conf.example ~/.bitcoboost/bitcoboost.conf
     (edit rpcuser/rpcpassword to your own values)

  2) Start the node:
       ./bitcoboostd -daemon

  3) Check sync progress:
       ./bitcoboost-cli getblockchaininfo

Network facts
-------------
  P2P port:        38210
  Algorithm:       X16RV2 (CPU and GPU mineable)
  Max supply:      21,000,000 BB
  Block target:    10 minutes, difficulty retarget every 2016 blocks
  Addresses:       bech32, prefix bb1q
  Founder reward:  5% on blocks 2001-209999 (enforced by consensus)

Resources
---------
  Website:   https://bitcoboost.com
  Explorer:  https://explorer.bitcoboost.com
  Source:    https://github.com/Primarisgroup/bitcoboost
  Support:   https://bitcoboost.com/support.html
