Last active
December 29, 2015 19:59
-
-
Save brossi/7720517 to your computer and use it in GitHub Desktop.
Peercoin Proof-of-Stake manual start script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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