# Electrum version to install. ELECTRUM_VERSION=4.7.2 # Telegram bot token from @BotFather TELEGRAM_BOT_TOKEN=your_bot_token_here # ── Tor / server options ────────────────────────────────────────────────────── # Option A — connect to your own Electrum server over Tor. # Set this to your server's .onion address in host:port:protocol format. # Protocol: t = TCP (unencrypted, Tor layer handles it), s = SSL. # Example: # ELECTRUM_SERVER=mypersonalnode123.onion:50001:t # Option B — leave ELECTRUM_SERVER unset to use a public .onion server. # The default is electrums3lojbuj.onion:50001:t, but you can override it: # ELECTRUM_ONION_SERVER=electrums3lojbuj.onion:50001:t