init commit of 24.0.1 custom signet image

This commit is contained in:
Richard Safier
2023-03-24 14:18:35 -04:00
parent 533595d645
commit f2b9f08fdc
37 changed files with 9789 additions and 2 deletions

13
install.sh Executable file
View File

@@ -0,0 +1,13 @@
echo "Generate or import keyset"
gen-signet-keys.sh
echo "Generate bitcoind configuration"
gen-bitcoind-conf.sh >~/.bitcoin/bitcoin.conf
echo "Setup Signet"
setup-signet.sh
if [[ "$MINE_GENESIS" == "1" ]]; then
echo "Mine Genesis Block"
mine-genesis.sh
fi
touch ~/.bitcoin/install_done