http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/src/ea81d466a854ff29f1d03165ce9ab63c0952fc0c/mmgen/globalvars.py
hash_presets = { '1': [12, 8, 1], '2': [13, 8, 4], '3': [14, 8, 8], '4': [15, 8, 12], '5': [16, 8, 16], '6': [17, 8, 20], '7': [18, 8, 24], } if os.getenv('MMGEN_TEST_SUITE'): err_disp_timeout = 0.1 short_disp_timeout = 0.1 if os.getenv('MMGEN_TEST_SUITE_POPEN_SPAWN'): stdin_tty = True if prog_name == 'unit_tests.py': _set_ok += ('debug_subseed',) _reset_ok += ('force_standalone_scrypt_module','session') if os.getenv('MMGEN_DEBUG_ALL'): for name in env_opts: if name[:11] == 'MMGEN_DEBUG':...