Bitcoin-Blu

⚠️ Bitcoin-Blu is NOT Bitcoin!
Altcoin
based on Bitcoin Sourcecode v28.2

Slogan: "Did you miss the early days of Bitcoin?
Don't miss the early days of Bitcoin-Blu!"
Bitcoin-Blu is an altcoin based on the same source-code (v28.2) as Bitcoin.
🚧 The Bitcoin-Blu network needs help with development!
Are you a developer, contributor or early adopter?
Please fork the source-code and contribute to the project!
Feel free to send your pull requests to the Bitcoin-Blu development team!

🐛 Open Issues


🚀 Getting Started with Bitcoin-Blu

1. Download and Install Bitcoin-Blu Full Node

Option A: Build from Source

Option B: Docker

You do not need to expose the ports, unless you allow incomming connections (8343) and/or want to run bitcoin-cli (rpc: 8342) outside docker.

docker run -d --name blu-node \
  -v $HOME/blu-data:/bitcoin \
  -p 8342:8342 -p 8343:8343 \
  bitblu/bitcoin-blu \
  -printtoconsole \
  -rpcallowip=0.0.0.0/0 \
  -rpcpassword=yourpassword \
  -rpcuser=youruser \
  -server=1 \
  -datadir=/bitcoin

Verify the node is running:

docker exec -it blu-node /bitcoin-cli -rpcuser=youruser -rpcpassword=yourpassword getblockchaininfo

2. Generate a Bitcoin-Blu Wallet Address

3. Mine Bitcoin-Blu Coins (BBLU)


🔧 Bitcoin-Blu Internals

What is not changed in contrast to Bitcoin

Key Differences from Bitcoin (see datails on github)