mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-17 05:14:49 -07:00
global: snapshot
This commit is contained in:
@@ -17,9 +17,6 @@ BTC_RPC_PORT=8332
|
||||
# Enable price fetching from exchanges
|
||||
BRK_FETCH=true
|
||||
|
||||
# Enable Model Context Protocol (MCP) for AI/LLM integration
|
||||
BRK_MCP=true
|
||||
|
||||
# BRK data storage options
|
||||
# Option 1: Use a Docker named volume (default, recommended)
|
||||
# This is the default configuration - no changes needed.
|
||||
|
||||
@@ -63,7 +63,6 @@ cd docker && docker compose up -d
|
||||
| `BTC_RPC_PASSWORD` | Bitcoin RPC password | - |
|
||||
| `BRK_DATA_VOLUME` | Docker volume name for BRK data | `brk-data` |
|
||||
| `BRK_FETCH` | Enable price fetching | `true` |
|
||||
| `BRK_MCP` | Enable MCP for AI/LLM | `true` |
|
||||
|
||||
### Example .env File
|
||||
|
||||
@@ -80,7 +79,6 @@ BTC_RPC_PASSWORD=your_password
|
||||
|
||||
# BRK settings
|
||||
BRK_FETCH=true
|
||||
BRK_MCP=true
|
||||
```
|
||||
|
||||
### Connecting to Bitcoin Core
|
||||
|
||||
@@ -38,7 +38,6 @@ services:
|
||||
# BRK configuration
|
||||
- BRKDIR=/home/brk/.brk
|
||||
- FETCH=${BRK_FETCH:-true}
|
||||
- MCP=${BRK_MCP:-true}
|
||||
command:
|
||||
- --bitcoindir
|
||||
- /bitcoin
|
||||
|
||||
Reference in New Issue
Block a user