-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Git
committed
Aug 19, 2023
1 parent
f4dbb51
commit 67b6ef5
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
# docker-bitcoin-core | ||
# :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://nolanrumble.com/security/?p=176) |