Files
brk/crates/brk_cli
2025-07-11 01:51:04 +02:00
..
2025-06-24 23:53:10 +02:00
2025-07-11 01:51:04 +02:00
2025-06-21 12:43:14 +02:00

BRK CLI

GitHub Repo stars License Version Documentation Size Dependency status Discord Nostr Bluesky X

A command line interface to run a Bitcoin Research Kit instance.

It's very customizable with all parameters from the underlying tools (crates) used inside.

Run brk -h for more information.

Requirements

Hardware

Minimum

To be determined

Software

  • Bitcoin
  • Rust
  • Unix based operating system (Mac OS or Linux)

Important

Ubuntu users need to install open-ssl via sudo apt install libssl-dev pkg-config

Download

Binaries

You can find a pre-built binary for your operating system in the releases page.

Cargo

# Install
cargo install brk # or `cargo install brk_cli`, the result is the same

# Update
cargo install brk # or `cargo install-update -a` if you have `cargo-update` installed

Source

git clone https://github.com/bitcoinresearchkit/brk.git
cd brk/crates/brk
cargo run -r

Usage

Run brk -h to view each available parameter and their respective description.

Tip

Every parameter set will be saved at ~/.brk/config.toml, which allows you to simply run brk next time.

Tunnel

The easiest way to let others access your server is to use cloudflared which will also cache requests. For more information see Cloudflare Tunnel documentation.