mirror of
https://github.com/aljazceru/mutiny-net.git
synced 2025-12-16 21:44:21 +01:00
Fix generating keys
This commit is contained in:
@@ -34,7 +34,7 @@ if [[ "$MINERENABLED" == "1" && ("$SIGNETCHALLENGE" == "" || "$PRIVKEY" == "") ]
|
||||
#wait a bit for startup
|
||||
sleep 5s
|
||||
#create wallet
|
||||
$BITCOINCLI createwallet "temp"
|
||||
$BITCOINCLI -named createwallet wallet_name="tmp" descriptors=false
|
||||
#export future signet seeding key data
|
||||
ADDR=$($BITCOINCLI getnewaddress)
|
||||
PRIVKEY=$($BITCOINCLI dumpprivkey $ADDR)
|
||||
|
||||
Reference in New Issue
Block a user