Hi,
I’ve (perhaps stupidly) updated my client on Ubuntu. I am running Ubuntu 16.04.5 currently. The zcash client has updated to 2.0.0 (I think!). Here is some log info:
2018-08-24 00:23:55 Zcash version v2.0.0 (2018-08-16 01:26:25 -0700)
2018-08-24 00:23:55 Using OpenSSL version OpenSSL 1.1.0h 27 Mar 2018
2018-08-24 00:23:55 Using BerkeleyDB version Berkeley DB 6.2.23: (March 28, 2016)
2018-08-24 00:23:55 Default data directory /home/miner/.zcash
2018-08-24 00:23:55 Using data directory /home/miner/.zcash
2018-08-24 00:23:55 Using config file /home/miner/.zcash/zcash.conf
2018-08-24 00:23:55 Using at most 125 connections (1024 file descriptors available)
2018-08-24 00:23:55 Using 4 threads for script verification
2018-08-24 00:23:55 scheduler thread start
2018-08-24 00:23:55 HTTP: creating work queue of depth 16
2018-08-24 00:23:55 HTTP: starting 4 worker threads
2018-08-24 00:23:55 Using wallet wallet.dat
2018-08-24 00:23:55 CDBEnv::Open: LogDir=/home/miner/.zcash/database ErrorFile=/home/miner/.zcash/db.log
2018-08-24 00:23:55 Bound to [::]:8233
2018-08-24 00:23:55 Bound to 0.0.0.0:8233
2018-08-24 00:23:55 Cache configuration:
2018-08-24 00:23:55 * Using 2.0MiB for block index database
2018-08-24 00:23:55 * Using 120.0MiB for chain state database
2018-08-24 00:23:55 * Using 328.0MiB for in-memory UTXO set
2018-08-24 00:23:55 Opening LevelDB in /home/miner/.zcash/blocks/index
2018-08-24 00:23:55 Opened LevelDB successfully
2018-08-24 00:23:55 Opening LevelDB in /home/miner/.zcash/chainstate
2018-08-24 00:23:55 Opened LevelDB successfully
2018-08-24 00:24:08 LoadBlockIndexDB: last block file = 126
2018-08-24 00:24:08 LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=1002, size=15050603, heights=380300...381299, time=2018-08-22...2018-08-23)
2018-08-24 00:24:08 Checking all blk files are present...
2018-08-24 00:24:08 LoadBlockIndexDB: transaction index disabled
2018-08-24 00:24:08 LoadBlockIndexDB: hashBestChain=0000000000932fadd52380ca6a45233767eea5d5d2d5bc7a8523d70569a8c292 height=381299 date=2018-08-23 23:59:44 progress=0.999940
2018-08-24 00:24:09 Verifying last 288 blocks at level 3
2018-08-24 00:24:09 Shutdown requested. Exiting.
2018-08-24 00:24:09 Shutdown: In progress...
2018-08-24 00:24:09 StopRPC: waiting for async rpc workers to stop
2018-08-24 00:24:09 scheduler thread interrupt
2018-08-24 00:24:09 StopNode()
2018-08-24 00:24:09 Shutdown: done
To me, this is the ‘suspicious’ line:
2018-08-24 00:24:09 Shutdown requested. Exiting.
Any thoughts or help you can offer would be greatly appreciated!