Update README.md

This commit is contained in:
Geo ⚡️ 2024-02-18 18:12:08 +01:00 committed by GitHub
parent 18333d9140
commit c2191504de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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