-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (19 loc) · 758 Bytes
/
.env.example
File metadata and controls
20 lines (19 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
MEMPOOL_BASE_URL=https://mempool.space
KRAKEN_PAIR=XXBTZUSD
# Optional: locale for number formatting. Defaults to en-US.
# LOCALE=nl-NL
# Optional: change the default candle interval in minutes.
# DEFAULT_CANDLE_MINUTES=60
# Optional: enable Tor-backed Kraken and default mempool requests.
# SOCKS_PROXY_URL=socks5h://127.0.0.1:9050
# --- export / reconstruct ---
# Required for export: IBAN country code (e.g. NL)
# IBAN_COUNTRY=NL
# Optional: Bitcoin Core wallet name (auto-detected if only one loaded)
# BITCOIN_WALLET=mywallet
# Optional: Bitcoin Core data directory (default: ~/.bitcoin)
# BITCOIN_DATADIR=/home/user/.bitcoin
# Optional: chain name (default: main)
# BITCOIN_CHAIN=main
# Optional: convert amounts to fiat at spot rate
# FIAT_MODE=true