http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/src/ea1e8d1228db50c9776998ff50d270af52b35540/test/scrambletest.py
If not, see <http://www.gnu.org/licenses/>. """ test/scrambletest.py: seed scrambling and addrlist data generation tests for all supported coins + passwords """ import sys,os,time from subprocess import run,PIPE from collections import namedtuple try: from include import test_init except ImportError: from test.include import test_init from mmgen.cfg import Config from mmgen.util import msg,msg_r,bmsg,die opts_data = { 'text': { 'desc': 'Test seed scrambling and addrlist data generation for all supported...