http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/src/f06e48ec2759a63368f993af8ba4a10068b82765/mmgen/proto/btc/regtest.py
= 'miner', load_on_startup = False ) # BCH and LTC daemons refuse to set HD seed with empty blockchain ("in IBD" error), # so generate a block: await self.generate(1,silent=True) # Unfortunately, we don’t get deterministic output with BCH and LTC even with fixed # hdseed, as their 'sendtoaddress' calls produce non-deterministic TXIDs due to random # input ordering and fee estimation. await rpc.call( 'sethdseed', True, create_hdseed(self.proto), wallet = 'miner' ) # Broken...