mmgen-wallet/test
MMGen 8519b68b89
Complete BIP39 mnemonic support
- provided as an alternative to MMGen's native mnemonic format

    # Run the BIP39 unit test:
    $ test/unit_tests.py -v bip39

    # Generate a random 128-bit BIP39 seed phrase:
    $ mmgen-tool mn_rand128 fmt=bip39

    # Export your default wallet to BIP39 format:
    $ mmgen-walletconv -o bip39
    ...
    BIP39 mnemonic data written to file '98831F3A[256].bip39'

    # Generate ten addresses from the exported wallet:
    $ mmgen-addrgen '98831F3A[256].bip39' 1-10
    ...
    Addresses written to file '98831F3A[1-10].addrs'

    # Generate ten addresses directly from your BIP39 seed phrase:
    $ mmgen-addrgen -q -i bip39 1-10
    ...
    Addresses written to file '98831F3A[1-10].addrs'

    # Export subwallet 10L of your default wallet to BIP39 format:
    $ mmgen-subwalletgen -o bip39 10L
    ...
    BIP39 mnemonic data written to file 'A17F8E90[256].bip39'
2019-07-09 15:44:17 +03:00
..
misc test.py: add utf8 output tests 2019-05-25 15:50:09 +03:00
objtest_py_d tw.py: new get_tw_label() function; raise exception on bad tw label 2019-07-03 20:40:43 +03:00
ref Complete BIP39 mnemonic support 2019-07-09 15:44:17 +03:00
test_py_d Complete BIP39 mnemonic support 2019-07-09 15:44:17 +03:00
unit_tests_d Complete BIP39 mnemonic support 2019-07-09 15:44:17 +03:00
__init__.py test/test.py: refactor, remove interactive mode 2017-08-03 08:56:40 +03:00
common.py minor fixes and cleanups 2019-06-12 17:21:28 +03:00
gentest.py minor fixes 2019-05-20 18:43:02 +03:00
hashfunc.py Remove dependencies on pysha3 and ethereum modules 2019-03-23 17:21:34 +03:00
objtest.py issubclass -> isinstance and related cleanups 2019-07-05 21:21:00 +03:00
pexpect.py minor fixes 2019-03-26 16:02:10 +03:00
scrambletest.py minor changes and fixes 2019-07-07 16:24:05 +03:00
test-release.sh modularize objtest.py 2019-05-27 11:34:23 +03:00
test.py minor fixes and cleanups 2019-07-03 20:30:53 +03:00
tooltest.py [msys2]: test suite fixes and additions 2019-05-20 18:44:32 +03:00
tooltest2.py Complete BIP39 mnemonic support 2019-07-09 15:44:17 +03:00
unit_tests.py unit_tests.py: minor changes 2019-06-05 16:57:22 +03:00