{"id":18725730,"url":"https://github.com/binaryage/electrum-server-docker","last_synced_at":"2025-10-25T01:04:46.943Z","repository":{"id":12961257,"uuid":"15639613","full_name":"binaryage/electrum-server-docker","owner":"binaryage","description":"Run your own electrum-server+bitcoind easily, isolated by docker","archived":false,"fork":false,"pushed_at":"2014-03-20T00:05:21.000Z","size":180,"stargazers_count":12,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T10:48:09.998Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/binaryage.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}},"created_at":"2014-01-04T21:06:45.000Z","updated_at":"2022-12-02T01:38:49.000Z","dependencies_parsed_at":"2022-09-10T08:12:07.763Z","dependency_job_id":null,"html_url":"https://github.com/binaryage/electrum-server-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryage%2Felectrum-server-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryage%2Felectrum-server-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryage%2Felectrum-server-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryage%2Felectrum-server-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binaryage","download_url":"https://codeload.github.com/binaryage/electrum-server-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248594402,"owners_count":21130357,"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","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":[],"created_at":"2024-11-07T14:11:40.625Z","updated_at":"2025-10-25T01:04:46.937Z","avatar_url":"https://github.com/binaryage.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker-ized Electrum server\n\n[Electrum](http://electrum.org) is a great light-weight Bitcoin client. It connects to dozen servers provided by enthustiasts.\n\nThis is an easy way how to run your own Electrum server and help to diversify Bitcoin infrastructure.\n\n# Installation\n\n#### Prerequisities\n\n* grab some VPS (tested Digital Ocean with Ubuntu 13.10) - min 30GB disk, 2GB mem\n* [install Docker](https://www.docker.io/gettingstarted/#h_installation)\n* don't worry about losing containers, all esential data will be persistent in main host filesystem\n  * technically essential data folders will be mapped via docker volumes to `/var/lib/electrum-server-docker/*`\n    * bitcoind's database, electrum's data, leveldb and cerificates\n\n#### Installation\n\nFollowing script will build and add two new containers in your docker:\n\n1. electrum-bitcoind ([bitcoind](https://github.com/bitcoin/bitcoin) with mapped database to host's `/var/lib/electrum-server-docker/bitcoind`)\n2. electrum-server ([electrum-server](https://github.com/spesmilo/electrum-server) with mapped database to host's `/var/lib/electrum-server-docker/electrum/*`)\n\nSteps:\n\n    git clone git@github.com:binaryage/electrum-server-docker.git\n    cd electrum-server-docker\n    touch .env\n    echo \"export BITCOIND_RPC_USER=some_user\" \u003e\u003e .env\n    echo \"export BITCOIND_RPC_PASSWORD=some_password\" \u003e\u003e .env\n    ./do setup\n    ./do build\n    ./do run\n\nNote: Inspect etc/env and see more overrides you can add to your custom .env\n\n##### Stop\n\n    ./do stop\n\n##### Start\n\n    ./do start\n\n##### Upgrade\n\n    ./do stop\n    git pull\n    ./do build\n    ./do rm\n    ./do run\n\n## Credits\n\n* Docker is awesome!\n* Electrum guys rock\n* Inspiration from [srid's discourse-docker](https://github.com/srid/discourse-docker)\n\n[Licensed under MIT](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinaryage%2Felectrum-server-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinaryage%2Felectrum-server-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinaryage%2Felectrum-server-docker/lists"}