2026-04-28 13:39:45 +02:00
|
|
|
# ─── Coin ────────────────────────────────────────────────────────────────────
|
|
|
|
|
COIN_NAME=BitcoinPurple
|
|
|
|
|
COIN_SYMBOL=BTCP
|
|
|
|
|
# POW, POS, or Hybrid
|
|
|
|
|
COIN_DIFFICULTY=POW
|
|
|
|
|
|
|
|
|
|
# ─── MongoDB (internal to this stack) ────────────────────────────────────────
|
|
|
|
|
MONGO_HOST=mongodb
|
|
|
|
|
MONGO_PORT=27017
|
|
|
|
|
MONGO_USER=eiquidus
|
|
|
|
|
MONGO_PASSWORD=change-me
|
|
|
|
|
MONGO_DATABASE=explorerdb
|
|
|
|
|
|
|
|
|
|
# ─── Wallet RPC ───────────────────────────────────────────────────────────────
|
|
|
|
|
# bitcoinpurpled container is reachable on the shared 'purple' Docker network
|
|
|
|
|
WALLET_RPC_HOST=bitcoinpurpled
|
|
|
|
|
WALLET_RPC_PORT=13495
|
|
|
|
|
# Copy rpcuser / rpcpassword values from ~/.bitcoinpurple/bitcoinpurple.conf
|
|
|
|
|
WALLET_RPC_USER=
|
|
|
|
|
WALLET_RPC_PASS=
|
|
|
|
|
|
|
|
|
|
# ─── Explorer web ────────────────────────────────────────────────────────────
|
2026-04-29 22:12:27 +02:00
|
|
|
# Public domain served by Caddy (gets a free Let's Encrypt cert automatically).
|
|
|
|
|
# Use 'localhost' for local testing (HTTP only, no cert).
|
|
|
|
|
DOMAIN=explorer.example.com
|
2026-04-28 13:39:45 +02:00
|
|
|
# Bootswatch theme: Cerulean, Cosmo, Cyborg, Darkly, Flatly, Slate, Solar, ...
|
2026-04-28 14:08:47 +02:00
|
|
|
EXPLORER_THEME=Purple
|
2026-04-28 13:39:45 +02:00
|
|
|
|
|
|
|
|
# ─── Sync intervals (seconds) ────────────────────────────────────────────────
|
|
|
|
|
SYNC_BLOCKS_INTERVAL=120
|
|
|
|
|
SYNC_PEERS_INTERVAL=300
|