Releases: stark-3k/bitbrew
Releases · stark-3k/bitbrew
BitBrew v0.1.0-alpha
Bitbrew is a command-line tool for testing and simulating Bitcoin nodes in development environments. This alpha release introduces core functionality for node simulation and testing.
Key Features
- Simulate multiple Bitcoin nodes for testing
- Basic mining commands
- Wallet creation and management for nodes
- Node communication
Installation
npm install -g bitbrew
Core Commands
bitbrew brew: Brew your network with two nodesbitbrew add: Add a nodebitbrew start: Start a nodebitbrew stop: Stop a nodebitbrew ls: List all nodesbitbrew mine: Simulate miningbitbrew wallet create: Create a test wallet
Use bitbrew --help for a full command list.