Skip to content

Instantly share code, notes, and snippets.

@brossi
Last active December 29, 2015 19:59
Show Gist options
  • Select an option

  • Save brossi/7720517 to your computer and use it in GitHub Desktop.

Select an option

Save brossi/7720517 to your computer and use it in GitHub Desktop.
Peercoin Proof-of-Stake manual start script
#!/bin/bash
echo "Please ensure that you have started PPCoin-Qt before entering your passphrase."
read -s -p "Enter Peercoin wallet passphrase: " passphrase
echo "Starting ppcoind with stake minting enabled"
./ppcoind walletpassphrase "$passphrase" 9999999 true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment