From c2191504dec6cd4523d35a516e1dbe87204f9c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geo=20=E2=9A=A1=EF=B8=8F?= <54026531+Geoelycom@users.noreply.github.com> Date: Sun, 18 Feb 2024 18:12:08 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 615392c..bc4dac4 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,10 @@ The provided Dockerfile and scripts automate the process of setting up a custom * `Dockerfile`: Instructions for building the Docker image with Bitcoin Core and necessary dependencies. * `generate_signet.sh`: Shell script to set up the custom Signet, generate keys, define the block script, and start the Bitcoin node. * `bitcoin.conf`: Bitcoin.conf file for our signet setup that contains our signetchallenge +* `logtail.sh`: Logtail.sh script to monitor all debugs log generated by our Node +* `bashrc`: helper script to help use `bitcoin-cli` inside a shell. -* `generate.py`: Python script used for mining blocks on the custom Signet. +* `miner.py`: Python script used for mining blocks on the custom Signet. # Setup and Usage