This is an experimental port of kyuupichan's 'Reboot nolnet' patch [1].
Features:
- -chain_nol parameter to start on nolnet (port 9333)
- New network bytes so we don't interfere with previous nolnet nodes
- P2PKH addresses begin with B and P2SH with U
- BIP32 xprv and xpub prefixes are "Big " and "Blks".
- After 20 minutes difficulty resets to 1 like on testnet3
BU's CreateGenesisBlock() has been renamed to BU CreateGenesisBlock()
to avoid collision with Core's CreateGenesisBlock() which has been left in
until a further refactoring patch.
There are a number of FIXME's in the code which will require resolution.
[1] https://github.com/BitcoinUnlimited/BitcoinUnlimited/pull/642