{"id":15598944,"url":"https://github.com/lukechilds/docker-electrumx","last_synced_at":"2025-08-25T03:35:49.328Z","repository":{"id":54283389,"uuid":"104077526","full_name":"lukechilds/docker-electrumx","owner":"lukechilds","description":"Run an Electrum server with one command","archived":false,"fork":false,"pushed_at":"2025-08-24T16:50:52.000Z","size":32,"stargazers_count":118,"open_issues_count":18,"forks_count":132,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-08-24T19:34:14.138Z","etag":null,"topics":["bitcoin","container","cryptocurrencies","cryptocurrency","docker","electrum","electrum-server","electrumx","ssl"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/lukechilds.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["lukechilds"],"custom":["https://blockstream.info/address/1LukeQU5jwebXbMLDVydeH4vFSobRV9rkj","https://blockstream.info/address/3Luke2qRn5iLj4NiFrvLBu2jaEj7JeMR6w","https://blockstream.info/address/bc1qlukeyq0c69v97uss68fet26kjkcsrymd2kv6d4","https://tippin.me/@lukechilds"]}},"created_at":"2017-09-19T13:20:19.000Z","updated_at":"2025-08-24T16:50:56.000Z","dependencies_parsed_at":"2024-10-22T14:28:53.619Z","dependency_job_id":null,"html_url":"https://github.com/lukechilds/docker-electrumx","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lukechilds/docker-electrumx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukechilds%2Fdocker-electrumx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukechilds%2Fdocker-electrumx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukechilds%2Fdocker-electrumx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukechilds%2Fdocker-electrumx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukechilds","download_url":"https://codeload.github.com/lukechilds/docker-electrumx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukechilds%2Fdocker-electrumx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272003763,"owners_count":24856785,"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-08-25T02:00:12.092Z","response_time":1107,"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","container","cryptocurrencies","cryptocurrency","docker","electrum","electrum-server","electrumx","ssl"],"created_at":"2024-10-03T01:42:12.755Z","updated_at":"2025-08-25T03:35:49.310Z","avatar_url":"https://github.com/lukechilds.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/lukechilds","https://blockstream.info/address/1LukeQU5jwebXbMLDVydeH4vFSobRV9rkj","https://blockstream.info/address/3Luke2qRn5iLj4NiFrvLBu2jaEj7JeMR6w","https://blockstream.info/address/bc1qlukeyq0c69v97uss68fet26kjkcsrymd2kv6d4","https://tippin.me/@lukechilds"],"categories":[],"sub_categories":[],"readme":"# docker-electrumx\n\n[![Docker Pulls](https://img.shields.io/docker/pulls/lukechilds/electrumx.svg)](https://hub.docker.com/r/lukechilds/electrumx/)\n[![GitHub Donate](https://badgen.net/badge/GitHub/Sponsor/D959A7?icon=github)](https://github.com/sponsors/lukechilds)\n[![Bitcoin Donate](https://badgen.net/badge/Bitcoin/Donate/F19537?icon=bitcoin)](https://lu.ke/tip/bitcoin)\n[![Lightning Donate](https://badgen.net/badge/Lightning/Donate/F6BC41?icon=bitcoin-lightning)](https://lu.ke/tip/lightning)\n\n\u003e Run an Electrum server with one command\n\nAn easily configurable Docker image for running an Electrum server.\n\n## Usage\n\n```\ndocker run \\\n  -v /home/username/electrumx:/data \\\n  -e DAEMON_URL=http://user:pass@host:port \\\n  -p 50002:50002 \\\n  lukechilds/electrumx\n```\n\nIf there's an SSL certificate/key (`electrumx.crt`/`electrumx.key`) in the `/data` volume it'll be used. If not, one will be generated for you.\n\nYou can view all ElectrumX environment variables here: https://github.com/spesmilo/electrumx/blob/master/docs/environment.rst\n\n### TCP Port\n\nBy default only the SSL port is exposed. You can expose the unencrypted TCP port with `-p 50001:50001`, although this is strongly discouraged.\n\n### WebSocket Port\n\nYou can expose the WebSocket port with `-p 50004:50004`.\n\n### RPC Port\n\nTo access RPC from your host machine, you'll also need to expose port 8000. You probably only want this available to localhost: `-p 127.0.0.1:8000:8000`.\n\nIf you're only accessing RPC from within the container, there's no need to expose the RPC port.\n\n### Version\n\nYou can also run a specific version of ElectrumX if you want.\n\n```\ndocker run \\\n  -v /home/username/electrumx:/data \\\n  -e DAEMON_URL=http://user:pass@host:port \\\n  -p 50002:50002 \\\n  lukechilds/electrumx:v1.8.7\n```\n\n## License\n\nMIT © Luke Childs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukechilds%2Fdocker-electrumx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukechilds%2Fdocker-electrumx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukechilds%2Fdocker-electrumx/lists"}