{"id":18681341,"url":"https://github.com/bitaps-com/bitcoin-core","last_synced_at":"2026-02-26T12:01:42.135Z","repository":{"id":92871798,"uuid":"163335422","full_name":"bitaps-com/bitcoin-core","owner":"bitaps-com","description":"Bitcoin core docker image","archived":false,"fork":false,"pushed_at":"2022-12-25T20:23:23.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-18T16:08:47.313Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/bitaps-com.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}},"created_at":"2018-12-27T20:58:16.000Z","updated_at":"2024-04-20T10:51:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"a9c14c4d-750f-4b24-a2f2-1d65bf0a8dad","html_url":"https://github.com/bitaps-com/bitcoin-core","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"14bef90544bee0e9f8fe0bb53132e4a3b2993ef2"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bitaps-com/bitcoin-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitaps-com%2Fbitcoin-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitaps-com%2Fbitcoin-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitaps-com%2Fbitcoin-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitaps-com%2Fbitcoin-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitaps-com","download_url":"https://codeload.github.com/bitaps-com/bitcoin-core/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitaps-com%2Fbitcoin-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29858461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T08:51:08.701Z","status":"ssl_error","status_checked_at":"2026-02-26T08:50:19.607Z","response_time":89,"last_error":"SSL_read: 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":[],"created_at":"2024-11-07T10:06:57.041Z","updated_at":"2026-02-26T12:01:42.113Z","avatar_url":"https://github.com/bitaps-com.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bitcoin-core\nBitcoin core docker image\nBitcoin core server builds (no GUI, no wallet) \n\n\nBuilds: bitcoin-core:latest - v0.20.0 bitcoin-core:v0.20.0\n\nHow to use:\n\nCreate persistent volume for blockchain\n\n    $ docker volume create bitcoin-core-data\n\nCreate Dockerfile\n\n    FROM bitaps/bitcoin-core:latest \n    RUN mkdir /data COPY bitcoin.conf . \n    ENTRYPOINT [\"bitcoind\", \"-conf=/bitcoin.conf\"]\n\nCreate bitcoin.conf file in same folder\n\n    datadir=/data \n    server=1 \n    upnp=1 \n    listen=1 \n    txindex=1 \n    printtoconsole=1 \n    maxconnections=100 \n    upnp=1 \n    externalip=SERVER_IP \n    bind=SERVER_IP:8333 \n    rpcuser=USER_NAME \n    rpcpassword=PASSWORD \n    rpctimeout=30 \n    rpcthreads=200 \n    rpcallowip=RPC_ALLOWED_IP \n    rpcbind=SERVER_IP:8332 \n    rpcbind=127.0.0.1:8332 \n    maxorphantx=1000 \n    maxmempool=500 \n    zmqpubhashblock=tcp://SERVER_IP:8900 \n    zmqpubrawtx=tcp://SERVER_IP:8900\n\nBuild docker image:\n\n    $ docker build -t bitcoin-core-mainnet .\n\nStart container with auto start:\n\n    $ docker run --name bitcoin-core-mainnet \\\n                 --net=host \\\n                 --restart=always \\\n                 -v bitcoin-core-data:/data \\\n                 -it bitcoin-core-mainnet\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitaps-com%2Fbitcoin-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitaps-com%2Fbitcoin-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitaps-com%2Fbitcoin-core/lists"}