# ─── 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 ──────────────────────────────────────────────────────────── # 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 # Bootswatch theme: Cerulean, Cosmo, Cyborg, Darkly, Flatly, Slate, Solar, ... EXPLORER_THEME=Purple # ─── Sync intervals (seconds) ──────────────────────────────────────────────── SYNC_BLOCKS_INTERVAL=120 SYNC_PEERS_INTERVAL=300