{"id":31519107,"url":"https://github.com/overtorment/electrumz","last_synced_at":"2025-10-03T09:56:49.082Z","repository":{"id":316968229,"uuid":"1064960182","full_name":"Overtorment/ElectrumZ","owner":"Overtorment","description":"Minimalistic Electrum server implementation that indexes and serves only chainstate data (aka UTXO)","archived":false,"fork":false,"pushed_at":"2025-09-27T21:42:48.000Z","size":24,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-27T23:35:32.278Z","etag":null,"topics":["bitcoin","electrum","electrum-server"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Overtorment.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":"2025-09-26T20:35:53.000Z","updated_at":"2025-09-27T22:38:09.000Z","dependencies_parsed_at":"2025-09-29T22:02:55.929Z","dependency_job_id":null,"html_url":"https://github.com/Overtorment/ElectrumZ","commit_stats":null,"previous_names":["overtorment/electrumz"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Overtorment/ElectrumZ","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Overtorment%2FElectrumZ","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Overtorment%2FElectrumZ/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Overtorment%2FElectrumZ/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Overtorment%2FElectrumZ/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Overtorment","download_url":"https://codeload.github.com/Overtorment/ElectrumZ/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Overtorment%2FElectrumZ/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278143516,"owners_count":25937127,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"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":["bitcoin","electrum","electrum-server"],"created_at":"2025-10-03T09:56:48.068Z","updated_at":"2025-10-03T09:56:49.076Z","avatar_url":"https://github.com/Overtorment.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"ElectrumZ\n=========\n\nMinimalistic Electrum server implementation that indexes and serves only chainstate data (aka UTXO)\n\nPros:\n\n* takes way less disk space, ~20 Gb\n* fast to index: all done in less than an hour\n* works: you can see your balance, and get data to construct spending transactions\n\nCons:\n\n* cant serve historic data: will show only your recent transactions (the ones that have unspent outputs to you)\n* because of the above, cant be used to import seeds in wallets from scratch: not all funds might be detected (might need huge gap_limit)\n* doesnt work with mempool, so cant tell anything about unconfirmed transactions or do fee estimation based on mempool\n* must be initially synced on the same machine where Bitcoin Core is (to access utxo dump)\n\n### With that data it can implement following RPC  methods:\n\n* `blockchain.scripthash.get_balance`\n* `blockchain.scripthash.get_history` (**limited data**)\n* `blockchain.scripthash.listunspent`\n\n### Following methods will be proxied to Bitcoin Core:\n\n* `blockchain.transaction.broadcast`\n* `blockchain.transaction.get`\n\nHow it works:\n-------------\n\n1. Ask Bitcoin Core to dump UTXO set on disk (i.e. `bitcoin-cli dumptxoutset ~/utxos.dat latest`)\n1. Parse `.dat` file into empty sqlite database\n1. Add indexes\n1. Ready to serve!\n1. Launch worker that watches for new blocks and updates UTXOs in sqlite database\n\nTODO\n----\n\n* [x] add worker to catch up after initial data ingestion (delete spent utxos, add new utxos)\n* [ ] implement missing less-important JSON-RPC methods\n* [ ] add TLS \u0026 Websocket servers\n* [ ] handle reorgs\n\n\nFor reference\n------------\n\n* https://electrum-protocol.readthedocs.io/en/latest/protocol-methods.html\n* https://github.com/bitcoin/bitcoin/blob/master/contrib/utxo-tools/utxo_to_sqlite.py\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fovertorment%2Felectrumz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fovertorment%2Felectrumz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fovertorment%2Felectrumz/lists"}