http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/2435f60b03b13169d98e426c37f844b9500580b6?style=split
-v, --verbose Produce more verbose output """, """, 'notes': """ 'notes': """ @ -90,10 +91,13 @@ tx_dir = os.path.join(mountpoint,'tx') part_label = 'MMGEN_TX' part_label = 'MMGEN_TX' shm_dir = '/dev/shm' shm_dir = '/dev/shm' secret_fn = 'txsign-secret' secret_fn = 'txsign-secret' tn_arg = ([],['--testnet=1'])[bool(opt.testnet)] tn_arg = ['--testnet={}'.format(opt.testnet or '0')] coin_arg = ['--coin={}'.format(opt.coin or 'btc')] def check_daemon_running():...