{"id":25752146,"url":"https://github.com/evehash/bitcoin-full-node-with-docker","last_synced_at":"2025-05-12T19:23:28.248Z","repository":{"id":159939142,"uuid":"583760764","full_name":"evehash/bitcoin-full-node-with-docker","owner":"evehash","description":"A simple way to deploy your own node with Docker! 🐳","archived":false,"fork":false,"pushed_at":"2025-03-29T11:26:39.000Z","size":316,"stargazers_count":11,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-12T19:23:25.322Z","etag":null,"topics":["bitcoin","bitcoin-explorer","bitcoin-full-node","bitcoin-node","electrum-server"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evehash.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2022-12-30T20:38:55.000Z","updated_at":"2025-03-29T11:26:43.000Z","dependencies_parsed_at":"2023-12-22T02:46:36.468Z","dependency_job_id":"d81a802d-4800-449c-b83f-ef164598dd70","html_url":"https://github.com/evehash/bitcoin-full-node-with-docker","commit_stats":null,"previous_names":["evehash/bitcoin-full-node-with-docker","reverse-hash/bitcoin-full-node-with-docker"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evehash%2Fbitcoin-full-node-with-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evehash%2Fbitcoin-full-node-with-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evehash%2Fbitcoin-full-node-with-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evehash%2Fbitcoin-full-node-with-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evehash","download_url":"https://codeload.github.com/evehash/bitcoin-full-node-with-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253806418,"owners_count":21967167,"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":["bitcoin","bitcoin-explorer","bitcoin-full-node","bitcoin-node","electrum-server"],"created_at":"2025-02-26T14:27:01.310Z","updated_at":"2025-05-12T19:23:28.199Z","avatar_url":"https://github.com/evehash.png","language":"Dockerfile","readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eBitcoin full node with docker\u003c/h1\u003e\n\n  \u003cimg alt=\"Logo\" src=\"./.doc/readme/logo.png\" width=\"160\"/\u003e\n\n  \u003cp\u003e\n    \u003cstrong\u003eA simple way to deploy your own node with Docker!\u003c/strong\u003e\n  \u003c/p\u003e\n\n  \u003cp\u003e\n  \u003ca href=\"https://github.com/reverse-hash/bitcoin-full-node-with-docker/actions/workflows/build.yml\"\u003e\n\u003cimg alt=\"\" src=\"https://github.com/reverse-hash/bitcoin-full-node-with-docker/actions/workflows/build.yml/badge.svg\"\u003e\u003c/a\u003e\n    \u003ca href=\"./LICENSE.txt\"\u003e\u003cimg alt=\"MIT\" src=\"https://img.shields.io/badge/license-MIT-blue.svg\"/\u003e\u003c/a\u003e\n\n  \u003c/p\u003e\n\n\u003cstrong\u003e\u003ca href=\"#documentation\"\u003eDocumentation\u003c/a\u003e \u003c/strong\u003e\n| \u003cstrong\u003e\u003ca href=\"https://github.com/reverse-hash/bitcoin-full-node-with-docker/discussions\"\u003eSupport\u003c/a\u003e\u003c/strong\u003e\n| \u003cstrong\u003e\u003ca href=\"./FAQ.md\"\u003eFAQ\u003c/a\u003e\u003c/strong\u003e\n\n\u003c/div\u003e\n\n## About the project\n\nDeploy a dockerized node accessible from your local network (LAN). Electrs will be available for connecting any Electrum-compatible wallet and BTC Explorer will allow blockchain exploration.\n\nThe node will participate in the Bitcoin network by exchanging blocks with other nodes via Tor. Optionally, it can also be made accessible from anywhere through Tor.\n\nThe following services are deployed:\n\n| Service                                                                         | Version      | Base image         | Size    |\n| ------------------------------------------------------------------------------- | ------------ | ------------------ | --------|\n| \u003ca href=\"https://gitlab.torproject.org/tpo/core/tor/\"\u003eTor\u003c/a\u003e                   | 0.4.8.13     | debian:stable-slim | 83.2 MB |\n| \u003ca href=\"https://github.com/bitcoin/bitcoin\"\u003eBitcoin core\u003c/a\u003e                   | 28.1         | debian:stable-slim | 79.8 MB |\n| \u003ca href=\"https://github.com/romanz/electrs\"\u003eElectrs\u003c/a\u003e                         | 0.10.8       | debian:stable-slim | 80.7 MB |\n| \u003ca href=\"https://github.com/janoside/btc-rpc-explorer\"\u003eBitcoin RPC Explorer\u003c/a\u003e | 3.4.0        | node:22-slim       | 377 MB  |\n| \u003ca href=\"https://github.com/nginxinc/docker-nginx\"\u003eNGINX\u003c/a\u003e                    | stable-slim  | nginx:alpine-slim  | 11.5 MB |\n| \u003ca href=\"https://github.com/i2p/i2p.i2p\"\u003ei2p\u003c/a\u003e (optional)                     | 2.7.0        | alpine:latest      | 222 MB  |\n\n## Documentation\n\n\u003ca href=\"#documentation\"\u003e\u003c/a\u003e\n\n- \u003ca href=\"./GETTING_STARTED.md\"\u003eGetting started\u003c/a\u003e\n- \u003ca href=\"./UPDATING_SERVICES.md\"\u003eUpdating services\u003c/a\u003e\n\n## Special thanks and attributions\n\n- The current logo is a modification of the \u003ca href=\"https://fontawesome.com/icons/docker\"\u003edocker logo\u003c/a\u003e from \u003ca href=\"https://fontawesome.com\"\u003eFont Awesome\u003c/a\u003e under the (CC BY 4.0). The bitcoin logo has been added and colored orange.\n- Kudos to Emmanuel Rosa for a an initial \u003ca href=\"https://github.com/emmanuelrosa/bitcoin-onion-nodes\"\u003elist of nodes for Tor\u003c/a\u003e.\n- Kudos to \u003ca href=\"https://github.com/cozybear-dev\"\u003ecozybear-dev\u003c/a\u003e for a true multiarch Tor proxy and multiple improvements in documentation/security.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevehash%2Fbitcoin-full-node-with-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevehash%2Fbitcoin-full-node-with-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevehash%2Fbitcoin-full-node-with-docker/lists"}