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