{"id":18725725,"url":"https://github.com/binaryage/bitcoind-docker","last_synced_at":"2025-04-12T16:23:41.431Z","repository":{"id":15195909,"uuid":"17924092","full_name":"binaryage/bitcoind-docker","owner":"binaryage","description":"A docker container for running bitcoind node","archived":false,"fork":false,"pushed_at":"2014-07-06T18:44:53.000Z","size":171,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-26T10:48:09.602Z","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-03-19T23:21:45.000Z","updated_at":"2023-03-10T11:52:51.000Z","dependencies_parsed_at":"2022-09-24T01:52:56.425Z","dependency_job_id":null,"html_url":"https://github.com/binaryage/bitcoind-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%2Fbitcoind-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryage%2Fbitcoind-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryage%2Fbitcoind-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryage%2Fbitcoind-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binaryage","download_url":"https://codeload.github.com/binaryage/bitcoind-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248594403,"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:36.198Z","updated_at":"2025-04-12T16:23:41.379Z","avatar_url":"https://github.com/binaryage.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker-ized bitcoind server\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 the main host filesystem\n  * technically essential data folders will be mapped via docker volumes to `/var/lib/bitcoind-docker/*`\n\n#### Installation\n\nFollowing script will build and add a new container in your docker:\n\n1. `binaryage/bitcoind` which is ([bitcoind](https://github.com/bitcoin/bitcoin) with mapped database to host's `/var/lib/bitcoind-docker/bitcoind`)\n\nSteps:\n\n    git clone git@github.com:binaryage/bitcoind-docker.git\n    cd bitcoind-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 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##### RPC\n\n    ./do rpc getinfo\n\nnote: if you get error about connection to bitcoind, it may be that bitcoind is reindexing/parsing blockchaing at the beginning. Give it some time after you run/start the container.\n\n## Credits\n\n* Docker is awesome!\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%2Fbitcoind-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinaryage%2Fbitcoind-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinaryage%2Fbitcoind-docker/lists"}