mirror of
https://github.com/aljazceru/mutiny-net.git
synced 2025-12-17 05:54:22 +01:00
init commit of 24.0.1 custom signet image
This commit is contained in:
13
install.sh
Executable file
13
install.sh
Executable 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
|
||||
Reference in New Issue
Block a user