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 ab537a8f73
15 changed files with 1663 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -e
mkdir -p /root/.electrum/wallets
echo "Starting Electrum daemon..."
rm -f /root/.electrum/daemon
electrum daemon -d
echo "Electrum daemon started. Launching bot..."
exec /opt/electrum/bin/python3 /app/bot.py