|
@@ -70,13 +70,15 @@ def _usage(cmd=None,exit_val=1):
|
|
|
'EXAMPLES:\n\n'
|
|
|
' Generate a random Bech32 public/private keypair for LTC:\n'
|
|
|
' $ mmgen-tool -r0 --coin=ltc --type=bech32 randpair\n\n'
|
|
|
+ ' Generate a DASH compressed public key address from the supplied WIF key:\n'
|
|
|
+ ' $ mmgen-tool --coin=dash --type=compressed wif2addr XJkVRC3eGKurc9Uzx1wfQoio3yqkmaXVqLMTa6y7s3M3jTBnmxfw\n\n'
|
|
|
' Generate a well-known burn address:\n'
|
|
|
' $ mmgen-tool hextob58chk 000000000000000000000000000000000000000000\n\n'
|
|
|
' Generate a random 12-word seed phrase:\n'
|
|
|
' $ mmgen-tool -r0 mn_rand128\n\n'
|
|
|
' Same as above, but get additional entropy from user:\n'
|
|
|
' $ mmgen-tool mn_rand128\n\n'
|
|
|
- ' Convert a string to base 58:\n'
|
|
|
+ ' Encode bytes from a file to base 58:\n'
|
|
|
' $ mmgen-tool bytestob58 /etc/timezone pad=20\n\n'
|
|
|
' Reverse a hex string:\n'
|
|
|
' $ mmgen-tool hexreverse "deadbeefcafe"\n\n'
|