← Back to all products
Instant delivery after payment

Tempo Testnet Bot

Tempo Testnet Bot Tempo Testnet Multi-Wallet Automation Bot: Scheduled On-Chain Tasks with Proxies, Retries, and Built-In Safety Controls **Overview** This Python bot automates repeatable workflows on Tempo testnet across many wallets at once. Built for developers and power users who want a structured, production-style runner — not a one-off script — it handles wallet selection, per-wallet task queues, proxy routing, on-chain modules (faucet, transfers, dApps), and session reporting with configurable limits at every layer. Run the included presets out of the box or extend the task registry with your own modules. **What's Included** - Multi-wallet async runner with configurable thread count, staggered starts, and randomized execution order - SQLite task database: each wallet gets its own pending/completed queue; resume farming without losing progress - Composable task presets in tasks.py — sequential steps, random-order groups (), and pick-one groups [] - On-chain modules: WebSocket faucet (AlphaUSD / BetaUSD / ThetaUSD), ERC-20 token sender, OnchainGM GM & deploy, InfinityName domain mint - Automatic retries on init and wallet flow (ATTEMPTS), plus optional skip-or-stop behavior when a task fails - Full proxy support for HTTP client, RPC, and faucet WebSocket (authenticated or host:port) - Account targeting: all wallets, numeric ranges, or exact account indices; shuffle on/off - Browser-based config editor on http://127.0.0.1:3456 — change config.yaml without hand-editing - Optional Telegram summaries per wallet (completed vs failed tasks) - Post-run statistics in the console and timestamped Excel export under data/ - Modular src/ layout: task registry, Web3 wrapper, database manager, and per-dApp handlers - easy to audit and extend **Who This Is For** Python developers and testnet participants who need reliable multi-account automation on Tempo without wiring RPC, proxies, scheduling, and task state from scratch. Suitable for faucet farming, test activity, and custom module chains after a one-time database setup. **Important Disclaimer** This tool operates on a testnet and uses real private keys stored locally in plaintext files and SQLite. Token sender can burn test tokens to random addresses by default. Automation may conflict with network or faucet rules; rate limits and bans are possible. Configure pauses and account ranges conservatively, never use keys or proxies you cannot afford to expose, and comply with Tempo’s terms. For education and research only - no warranty.