Skip to content

Releases: rishkwal/bitbrew

BitBrew v0.1.0-alpha

17 Jul 13:10
be10eed
Compare
Choose a tag to compare
BitBrew v0.1.0-alpha Pre-release
Pre-release

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 nodes
  • bitbrew add: Add a node
  • bitbrew start: Start a node
  • bitbrew stop: Stop a node
  • bitbrew ls: List all nodes
  • bitbrew mine: Simulate mining
  • bitbrew wallet create: Create a test wallet

Use bitbrew --help for a full command list.