{"id":25521914,"url":"https://github.com/mu373/docker-bitcoind","last_synced_at":"2026-02-18T17:02:28.065Z","repository":{"id":187718725,"uuid":"673187059","full_name":"mu373/docker-bitcoind","owner":"mu373","description":"Run bitcoind on Docker. Easy integration with mempool running in separate container.","archived":false,"fork":false,"pushed_at":"2025-01-20T03:48:55.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T22:50:08.548Z","etag":null,"topics":["bitcoin","bitcoind","blockchain","docker"],"latest_commit_sha":null,"homepage":"","language":null,"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/mu373.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}},"created_at":"2023-08-01T04:25:23.000Z","updated_at":"2025-01-20T03:48:56.000Z","dependencies_parsed_at":"2023-11-15T09:26:51.342Z","dependency_job_id":"da93201a-b5eb-4e7a-aa40-f65976da8aa9","html_url":"https://github.com/mu373/docker-bitcoind","commit_stats":null,"previous_names":["mu373/docker-bitcoind"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mu373/docker-bitcoind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mu373%2Fdocker-bitcoind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mu373%2Fdocker-bitcoind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mu373%2Fdocker-bitcoind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mu373%2Fdocker-bitcoind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mu373","download_url":"https://codeload.github.com/mu373/docker-bitcoind/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mu373%2Fdocker-bitcoind/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29587066,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T16:55:40.614Z","status":"ssl_error","status_checked_at":"2026-02-18T16:55:37.558Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","bitcoind","blockchain","docker"],"created_at":"2025-02-19T18:17:35.408Z","updated_at":"2026-02-18T17:02:28.023Z","avatar_url":"https://github.com/mu373.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-bitcoind\n\nRun bitcoind with tor on Docker.\n- The base image is [mu373/docker-bitcoind-image](https://github.com/mu373/docker-bitcoind-image)\n    - This is a fork of [kylemanna/docker-bitcoind](https://github.com/kylemanna/docker-bitcoind) with tor preinstalled.\n- Works well with mempool running in separate containers: [mu373/docker-mempool](https://github.com/mu373/docker-mempool).\n\n## Setup\nPrepare configuration for `bitcoind`\n```sh\ncp docker-compose-template.yml docker-compose.yml\ncp bitcoin.sample.conf bitcoin.conf\nvim bitcoin.conf # Edit the configuration to fit your needs\n\n# If you want to customize tor configs\ncp torrc.d/custom-config torrc.d/my-custom-config\nvim torrc.d/my-custom-config\n```\n\nStart the container\n```sh\ndocker compose up -d\n```\n\nAccess the shell inside the container\n```sh\n# In host\ndocker ps # Check container id\ndocker exec -it container_id bash\n\n# In the container\n$ bitcoin-cli -netinfo 4  # Check that there is successful onion connection\n```\n\nSee logs\n```sh\ndocker logs --tail 100 container_id\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmu373%2Fdocker-bitcoind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmu373%2Fdocker-bitcoind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmu373%2Fdocker-bitcoind/lists"}