global: snapshot

This commit is contained in:
nym21
2026-01-14 16:38:53 +01:00
parent ddb1db7a8e
commit d75c2a881b
226 changed files with 7776 additions and 20942 deletions

View File

@@ -2,19 +2,7 @@
## Self-Hosting
BRK is designed to be self-hosted. Install and run with:
```bash
cargo install --locked brk_cli
brk --bitcoindir ~/.bitcoin --brkdir ~/.brk
```
Requirements:
- Bitcoin Core with accessible `blk*.dat` files
- ~400 GB disk space
- 12+ GB RAM recommended
See the [CLI documentation](https://docs.rs/brk_cli) for configuration options.
BRK is designed to be self-hosted. See the [brk_cli documentation](https://docs.rs/brk_cli) for installation, requirements, and configuration options.
## Professional Hosting