diff --git a/README.md b/README.md index 615392c..fcff22e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Custom Easepay Bitcoin Signet Docker Setup script +# Custom Easepay Bitcoin Signet Setup script # Overview @@ -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