From 67b6ef511f8323a43392ad06fe0f71ffa83d76b3 Mon Sep 17 00:00:00 2001 From: Git Date: Sat, 19 Aug 2023 16:24:02 -0700 Subject: [PATCH] Updating README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3880385..ad12396 100644 --- a/README.md +++ b/README.md @@ -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)