{"id":19352552,"url":"https://github.com/farukterzioglu/docker-bitcoind","last_synced_at":"2025-09-06T06:36:18.177Z","repository":{"id":144164590,"uuid":"213148012","full_name":"farukterzioglu/docker-bitcoind","owner":"farukterzioglu","description":"A docker image for bitcoind (regtest)","archived":false,"fork":false,"pushed_at":"2021-02-07T21:59:09.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T10:47:39.906Z","etag":null,"topics":["bitcoin","bitcoin-core","buidl","regtest","rpc"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/farukter/bitcoind","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/farukterzioglu.png","metadata":{"files":{"readme":"README.mainnet.md","changelog":"CHANGELOG.md","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}},"created_at":"2019-10-06T10:25:47.000Z","updated_at":"2021-02-07T21:59:12.000Z","dependencies_parsed_at":"2023-08-11T05:46:32.309Z","dependency_job_id":null,"html_url":"https://github.com/farukterzioglu/docker-bitcoind","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/farukterzioglu/docker-bitcoind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farukterzioglu%2Fdocker-bitcoind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farukterzioglu%2Fdocker-bitcoind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farukterzioglu%2Fdocker-bitcoind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farukterzioglu%2Fdocker-bitcoind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/farukterzioglu","download_url":"https://codeload.github.com/farukterzioglu/docker-bitcoind/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farukterzioglu%2Fdocker-bitcoind/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273867715,"owners_count":25182423,"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-09-06T02:00:13.247Z","response_time":2576,"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","bitcoin-core","buidl","regtest","rpc"],"created_at":"2024-11-10T04:39:31.937Z","updated_at":"2025-09-06T06:36:18.166Z","avatar_url":"https://github.com/farukterzioglu.png","language":"Dockerfile","readme":"\n ```bash\n$ docker run --name bitcoind -d \\\n    --volume $HOME/bitcoin_mainnet:/root/.bitcoin \\\n    -p 127.0.0.1:8443:8443 \\\n    farukter/bitcoind:mainnet\n```\n\n## Send rpc commands\n\n```bash\n$ curl --user myuser:SomeDecentp4ssw0rd \\\n    --data-binary '{\"jsonrpc\":\"1.0\",\"id\":\"curltext\",\"method\":\"getblockchaininfo\",\"params\":[]}' \\\n    -H 'content-type:text/plain;' \\\n    http://127.0.0.1:8443/\n```\n\n## or build manually \u0026 configure bitcoind \n```bash\n$ git clone https://github.com/farukterzioglu/docker-bitcoind.git\n$ cd docker-bitcoind\n$ docker build -f Dockerfile.mainnet -t bitcoind-mainnet .\n\n# Create some directory where your bitcoin data will be stored.\n$ mkdir $HOME/bitcoin_mainnet\n$ cp ./bitcoin.conf.mainnet $HOME/bitcoin_mainnet/bitcoin.conf\n# Edit bitcoin.conf if required\n$ nano $HOME/bitcoin_mainnet/bitcoin.conf \n\n$ docker run --name bitcoind -d \\\n    --volume $HOME/bitcoin_mainnet:/root/.bitcoin \\\n    -p 127.0.0.1:8443:8443 \\\n    bitcoind-mainnet\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarukterzioglu%2Fdocker-bitcoind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarukterzioglu%2Fdocker-bitcoind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarukterzioglu%2Fdocker-bitcoind/lists"}