This commit is contained in:
Elyan 2024-02-20 05:31:24 -08:00
commit c20a8643b3

View File

@ -1,4 +1,4 @@
# Custom Easepay Bitcoin Signet Docker Setup script # Custom Easepay Bitcoin Signet Setup script
# Overview # 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. * `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. * `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 * `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 # Setup and Usage