Initial commit: Electrum Telegram wallet bot with Tor support

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
goyban
2026-04-26 16:44:21 +00:00
commit e6f86843df
14 changed files with 1653 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# 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