mirror of
https://github.com/aljazceru/mutiny-net.git
synced 2025-12-17 14:04:19 +01:00
14 lines
296 B
Bash
Executable File
14 lines
296 B
Bash
Executable File
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
|