{"id":50474785,"url":"https://github.com/skfd/holy-bip39le","last_synced_at":"2026-06-01T12:30:58.529Z","repository":{"id":340710774,"uuid":"1167218957","full_name":"skfd/holy-bip39le","owner":"skfd","description":"Dark fantasy BIP39 seed phrase scanner — searching for Bitcoin wallets hidden in classic literature","archived":false,"fork":false,"pushed_at":"2026-02-28T08:25:45.000Z","size":475,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-23T03:37:28.422Z","etag":null,"topics":["bip39","bitcoin","visualization","web"],"latest_commit_sha":null,"homepage":"https://skfd.github.io/holy-bip39le/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skfd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-02-26T04:04:21.000Z","updated_at":"2026-02-28T08:25:48.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/skfd/holy-bip39le","commit_stats":null,"previous_names":["skfd/holy-bip39le"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/skfd/holy-bip39le","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skfd%2Fholy-bip39le","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skfd%2Fholy-bip39le/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skfd%2Fholy-bip39le/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skfd%2Fholy-bip39le/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skfd","download_url":"https://codeload.github.com/skfd/holy-bip39le/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skfd%2Fholy-bip39le/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33775856,"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-01T02:00:06.963Z","response_time":115,"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","bitcoin","visualization","web"],"created_at":"2026-06-01T12:30:52.882Z","updated_at":"2026-06-01T12:30:53.714Z","avatar_url":"https://github.com/skfd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# holy-bip39le\n\n\u003e *Has anyone ever opened their favourite book, picked twelve words in a row, and unknowingly created a Bitcoin wallet?*\n\n**holy-bip39le** is a dark fantasy visualization that scans classic literature word by word, searching for sequences that form valid [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) seed phrases — the kind used to secure Bitcoin and Ethereum wallets.\n\n🔗 **Live demo:** https://skfd.github.io/holy-bip39le/\n\n---\n\n## What is BIP39?\n\nA BIP39 seed phrase is a sequence of 12 or 24 words drawn from a fixed 2048-word English wordlist. Each valid phrase encodes a cryptographic wallet with its own private keys and addresses. The phrase must satisfy a checksum — so not every 12 BIP39 words in a row will work, but statistically a few might.\n\nThis project asks: what happens if we run that test against the entire text of classic literature?\n\n---\n\n## How it works\n\n1. Each word in the book is checked against the 2048-word BIP39 wordlist\n2. A sliding window of 12 and 24 consecutive BIP39 words is maintained\n3. When the window is full, a SHA-256 checksum is verified against the last word's bits\n4. Valid phrases light up with **lightning**, spawn floating **orbs**, and play an arcane sound\n\nWords are colour-coded like Diablo item tiers:\n\n| Colour | Meaning |\n|---|---|\n| Grey | Scanned, not a BIP39 word |\n| White | Valid BIP39 word |\n| 🔵 Magic blue | Part of a valid 12-word phrase |\n| 🟡 Unique gold | Part of a valid 24-word phrase |\n| Deep sapphire | Part of two overlapping 12-word phrases |\n| 🟠 Set orange | Part of two overlapping 24-word phrases |\n| 💜 Runeword purple | Appears in both a 12-word and a 24-word phrase |\n\n---\n\n## Books searched\n\n- *Alice's Adventures in Wonderland* — Lewis Carroll\n- *A Christmas Carol* — Charles Dickens\n- *The Strange Case of Dr Jekyll \u0026 Mr Hyde* — R. L. Stevenson\n- *Siddhartha* — Hermann Hesse\n- *The Time Machine* — H. G. Wells\n- *Hamlet* — William Shakespeare\n\nAll texts are public domain via [Project Gutenberg](https://www.gutenberg.org/).\n\n---\n\n## Controls\n\n| Action | Key |\n|---|---|\n| Play / Pause | `Space` |\n| Faster / Slower | `→` / `←` |\n| Rewind | `R` |\n| Mute / Unmute | `M` |\n\n---\n\n## Tech\n\nPure static site — no build tools, no dependencies, no frameworks.\n\n- Vanilla ES modules (JavaScript)\n- Web Crypto API (SHA-256 checksum)\n- Web Audio API (synthesised sounds)\n- SVG lightning effects\n- Google Fonts: Cinzel \u0026 Cinzel Decorative\n\n---\n\n## Credits\n\n- **Concept \u0026 Design** — Skyfallsdown\n- **Implementation** — GitHub Copilot (Claude Sonnet)\n- **Art inspiration** — Diablo game series by Blizzard Entertainment\n- **BIP39 wordlist** — [trezor/python-mnemonic](https://github.com/trezor/python-mnemonic)\n\n---\n\n## License\n\n[MIT](LICENSE) — do whatever you want with it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskfd%2Fholy-bip39le","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskfd%2Fholy-bip39le","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskfd%2Fholy-bip39le/lists"}