{"id":51272746,"url":"https://github.com/fabohax/bloot","last_synced_at":"2026-06-29T19:01:47.479Z","repository":{"id":354310065,"uuid":"1223076505","full_name":"fabohax/bloot","owner":"fabohax","description":"bitcoin seed phrase lottery bot","archived":false,"fork":false,"pushed_at":"2026-06-12T08:15:33.000Z","size":36891,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-12T10:10:50.868Z","etag":null,"topics":["bip39","bip84","bitcoin","bot"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fabohax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-28T01:42:45.000Z","updated_at":"2026-06-12T08:15:49.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/fabohax/bloot","commit_stats":null,"previous_names":["fabohax/bitloot","fabohax/bloot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fabohax/bloot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabohax%2Fbloot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabohax%2Fbloot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabohax%2Fbloot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabohax%2Fbloot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabohax","download_url":"https://codeload.github.com/fabohax/bloot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabohax%2Fbloot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34939227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bip39","bip84","bitcoin","bot"],"created_at":"2026-06-29T19:01:41.949Z","updated_at":"2026-06-29T19:01:47.470Z","avatar_url":"https://github.com/fabohax.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\u003cp align=\"center\"\u003e\n   \u003cimg src=\"bitloot.gif\" alt=\"Bitloot Demo\" style=\"max-width:100%;width:100%;height:auto;\"/\u003e\n\u003c/p\u003e\n\n# 🎲 Bitcoin Seed Phrase Lottery Bot\n\n\u003e **⚠️ Disclaimer:** This project is for educational and entertainment purposes only. Never use it with real funds. The probability of finding a funded address is astronomically low — this is a fun experiment, not a real way to get Bitcoin!\n\n---\n\n\n## 🚀 Features\n- Generates random valid 12 or 24-word BIP39 seed phrases\n- Derives the first Bitcoin Native SegWit (bc1q...) address (BIP84)\n- Checks address balance and transaction count using mempool.space API\n- **Saves successful mnemonics and addresses to a text file (`success.txt`) if a funded address is found**\n- **Automatically attempts to send funds from found addresses to a preset destination if the address is funded**\n- Beautiful, colorful real-time console output with [rich](https://github.com/Textualize/rich)\n- Live statistics: attempts, speed, elapsed time, last address\n- Batch display to avoid console flooding\n- Command-line options for word count, passphrase, balance checking, and more\n- Handles KeyboardInterrupt gracefully\n\n---\n\n## 🧠 How It Works\n- **BIP39**: Standard for generating mnemonic seed phrases (12 or 24 words) that encode a cryptographic seed.\n- **BIP84**: Standard for deriving Native SegWit (bech32/bc1q...) Bitcoin addresses from a seed.\n- The bot generates a random mnemonic, derives the first receiving address, and checks if it has ever received Bitcoin.\n\n---\n\n## 🛠️ Installation\n1. **Clone the repo:**\n   ```bash\n   git clone https://github.com/fabohax/bloot.git\n   cd bloot\n   ```\n2. **Install dependencies:**\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n---\n\n## ▶️ Usage\n\n### Command-Line Options\n- `--words 12|24`         : Number of BIP39 words (default: 12)\n- `--check-balance`       : Enable balance checking (default: on)\n- `--no-check-balance`    : Disable balance checking (faster)\n- `--passphrase \u003cstring\u003e` : Optional BIP39 passphrase\n- `--batch \u003cN\u003e`           : Show every N attempts (default: 1)\n- `--delay \u003cseconds\u003e`     : Delay between attempts (default: 0)\n\n**Example:**\n```bash\npython main.py --words 24 --no-check-balance --batch 10\n```\n\nor just:\n\n```bash\nsetup.sh\n```\n\n\n---\n\n## ⚡ Performance \u0026 Realistic Expectations\n- **Speed:** With balance checking enabled, expect 1-2 attempts/sec (API limited). Without, hundreds/sec.\n- **Probability:** The chance of finding a funded address is essentially zero. There are more possible seeds than atoms in the universe!\n- **Purpose:** This is a fun, educational lottery—NOT a real way to get Bitcoin.\n\n---\n\n## 🖼️ Example Output\n```\n[FOUND] abandon castle ... zoo -\u003e bc1qxyz... | Balance: 0 sats | TXs: 0\nAttempts: 100 | Speed: 1.23/s | Elapsed: 81.2s | Last: bc1qxyz...\n```\n- Funded addresses are highlighted in green.\n- Unfunded addresses are shown in white/red.\n- Live stats update in real time.\n\n---\n\n## ⚠️ WARNING\n- **Never use this tool with real funds or for malicious purposes.**\n- All generated seeds are random and not recoverable.\n- This project is for learning and fun only!\n\n---\n\n## 📚 References\n- [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki)\n- [BIP84](https://github.com/bitcoin/bips/blob/master/bip-0084.mediawiki)\n- [bip-utils](https://github.com/ebellocchia/bip_utils)\n- [rich](https://github.com/Textualize/rich)\n- [mempool.space API](https://mempool.space/docs/api/)\n\n---\n\n## 👨‍💻 Author\n- Created by @fabohax — inspired by the wild odds of Bitcoin!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabohax%2Fbloot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabohax%2Fbloot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabohax%2Fbloot/lists"}