Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thescriptguy/docker-bitcoin-core
A set of scripts to run a bitcoin-core binary within a docker container.
https://github.com/thescriptguy/docker-bitcoin-core
bitcoin bitcoin-core container docker dockerfile
Last synced: about 1 month ago
JSON representation
A set of scripts to run a bitcoin-core binary within a docker container.
- Host: GitHub
- URL: https://github.com/thescriptguy/docker-bitcoin-core
- Owner: TheScriptGuy
- License: gpl-3.0
- Created: 2023-08-19T22:58:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-04T05:33:04.000Z (about 1 year ago)
- Last Synced: 2024-11-12T22:42:37.078Z (3 months ago)
- Topics: bitcoin, bitcoin-core, container, docker, dockerfile
- Language: Dockerfile
- Homepage: https://nolanrumble.com/security/?p=176
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# :boom: docker-bitcoin-core :boom:
A set of scripts to run a bitcoin-core binary within a docker container.There is much concern about running a bitcoin core node from other docker containers as one is not truly certain if the code that has been compiled is not tampered with.
This is an attempt to compile the bitcoin-core binaries from [source code](https://github.com/bitcoin/bitcoin) and have them run within a docker container to make it more portable and easier to upgrade between versions.
For more information on how to work with these scripts, refer to this blog [post](https://blog.nolanrumble.com/2023/08/19/building-a-portable-docker-bitcoin-core-node/)