New stuff:
- bech32
- multi coin support (tested with Dogecoin, Reddcoin, Litecoin, Vertcoin)
- sqchain-config (for setup/install now requires dialog package for curses interface)
- pylint support (to help find bugs)
- initial unit tests added (uses pytest, see README in tests dir)
- supports MySQL DB engines (tested with RocksDB and TokuDB)
- ZMQ support for bitcoind (instead of polling for tx/block updates)
- complete revision of DB schema (for segwit/bech32 and more block info)
- many bugs fixed