diff --git a/README.md b/README.md index 8da2dd0..31e9e6e 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The provided Dockerfile and scripts automate the process of setting up a custom The generate_signet.sh script will execute within the container, setting up the custom Signet and starting the Bitcoin node. -** NOTE **: the signet challenge parameter (pubkey) should be generated before building +**NOTE**: the signet challenge parameter (pubkey) should be generated before building the docker image. this can be done on your local machine. This approach would mean you would have a fixed public key for your Signet, which isn't such a big deal for testing. It's also possible to update the `generate_script.sh` script to dynamically create the bitcoin.conf after generating the public key. I ran into some issues trying to do this, you may have the time, so Knock yourself out and create a PR if you get it done. ## POINTERS