{"id":38493367,"url":"https://github.com/niki-on-github/bitcoind-container","last_synced_at":"2026-04-21T02:16:10.329Z","repository":{"id":266966899,"uuid":"861382494","full_name":"niki-on-github/bitcoind-container","owner":"niki-on-github","description":"Bitcoind Container image that runs the Bitcoin node in a container for easy deployment ","archived":false,"fork":false,"pushed_at":"2026-01-14T02:33:44.000Z","size":39,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-17T16:52:48.938Z","etag":null,"topics":["docker"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/niki-on-github.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":"2024-09-22T18:37:03.000Z","updated_at":"2026-01-14T02:33:40.000Z","dependencies_parsed_at":"2024-12-07T11:18:07.663Z","dependency_job_id":"0af84ef8-3784-4c27-895b-54e952c16889","html_url":"https://github.com/niki-on-github/bitcoind-container","commit_stats":null,"previous_names":["niki-on-github/bitcoind-container"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/niki-on-github/bitcoind-container","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niki-on-github%2Fbitcoind-container","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niki-on-github%2Fbitcoind-container/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niki-on-github%2Fbitcoind-container/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niki-on-github%2Fbitcoind-container/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niki-on-github","download_url":"https://codeload.github.com/niki-on-github/bitcoind-container/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niki-on-github%2Fbitcoind-container/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32073509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T01:35:38.224Z","status":"online","status_checked_at":"2026-04-21T02:00:06.111Z","response_time":128,"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":["docker"],"created_at":"2026-01-17T05:46:39.721Z","updated_at":"2026-04-21T02:16:10.312Z","avatar_url":"https://github.com/niki-on-github.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bitcoind Container\n\nBitcoind Container image that runs the Bitcoin node in a container for easy deployment.\n\n## Setup (Quickstart)\n\nCreate Directory `bitcoin` for the persisten data (`mkdir bitcoin`).\n\nCreate `bitcoin/bitcoin.conf` (Example):\n\n```\n# [core]\nprune=20000\n\n# [debug]\nlogips=1\nprinttoconsole=1\n\n# [rpc]\n# Format \u003cUSERNAME\u003e:\u003cSALT\u003e$\u003cHASH\u003e. You can generate this value at https://jlopp.github.io/bitcoin-core-rpc-auth-generator/. \nrpcauth=${SECRET_BITCOIN_RPC_AUTH}\nserver=1\nrpcbind=0.0.0.0\nrpcallowip=10.0.0.0/8\nrpcallowip=172.16.0.0/12\nrpcallowip=192.168.0.0/16\n```\n\nUse tools like [bitcoin-core-config-generator](https://jlopp.github.io/bitcoin-core-config-generator/#config=e30=) or read the [manpage](https://manpages.org/bitcoinconf/5).\n\nUse any open source rpc-auth-generator e.g. https://jlopp.github.io/bitcoin-core-rpc-auth-generator/ to generate the repc credentials for the config\n\n\nStart Container:\n\n```sh\ndocker run --rm -it -v $PWD/bitcoin:/home/bitcoin/.bitcoin -p 8332:8332 -p 8333:8333 -p 18332:18332 -p 18443:18443 ghcr.io/niki-on-github/bitcoind-container\n```\n\nUse [Sparrow Bitcoin Wallet](https://github.com/sparrowwallet/sparrow) to connect to this container. Available in nixpkgs: `nix-shell -p sparrow`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniki-on-github%2Fbitcoind-container","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniki-on-github%2Fbitcoind-container","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniki-on-github%2Fbitcoind-container/lists"}