http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/35ddbc029c29e0d04fb444b9e4481f269d84e34a
If not, see <http://www.gnu.org/licenses/>. +""" +bitcoind-walletunlock.py: Unlock a Bitcoin wallet securely +""" + +import sys +from mmgen.Opts import * +from mmgen.tx import * +from mmgen.utils import msg, my_getpass, my_raw_input + +prog_name = sys.argv[0].split("/")[-1] + +help_data = { + 'prog_name': prog_name, + 'desc': "Unlock a Bitcoin wallet securely", + 'usage': "[opts]", + 'options': """ +-h, --help Print this help message +-e,...