Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
  1. desrever-nu revised this gist Aug 5, 2015. 1 changed file with 1 addition and 1 deletion.
    View
    @@ -1,5 +1,5 @@
    #!/bin/bash
    -read -s -p "Enter ppcoin wallet passphrase : " passphrase
    +read -s -p "Enter NSR wallet passphrase : " passphrase
    echo "Enabling stake minting"
    nud walletpassphrase $passphrase 99999999 true
    sleep 5
  2. desrever-nu created this gist Aug 5, 2015.
    View
    @@ -0,0 +1,6 @@
    +#!/bin/bash
    +read -s -p "Enter ppcoin wallet passphrase : " passphrase
    +echo "Enabling stake minting"
    +nud walletpassphrase $passphrase 99999999 true
    +sleep 5
    +nud getinfo