Skip to content

Instantly share code, notes, and snippets.

@Scriptiee
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Scriptiee/ab87a739cc6eff4ac516 to your computer and use it in GitHub Desktop.
Save Scriptiee/ab87a739cc6eff4ac516 to your computer and use it in GitHub Desktop.
#!/bin/bash
#
echo -n "Please enter passphrase [ENTER]: "
read -s passphrase
darkcoind walletpassphrase $passphrase 60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment