Skip to content

Instantly share code, notes, and snippets.

View desrever-nu's full-sized avatar

Desrever desrever-nu

View GitHub Profile
@desrever-nu
desrever-nu / unlock-nud.sh
Last active August 29, 2015 14:26
Unlock wallet for minting script
#!/bin/bash
read -s -p "Enter NSR wallet passphrase : " passphrase
echo "Enabling stake minting"
nud walletpassphrase $passphrase 99999999 true
sleep 5
nud getinfo