When I start bitcoin service on Centos 6.6 I get the following debug log:
2015-03-15 09:56:49 Bitcoin version v0.10.0.0-g047a898 (Fri, 13 Feb 2015 09:55:11 +0100)
2015-03-15 09:56:49 Using OpenSSL version OpenSSL 1.0.1k 8 Jan 2015
2015-03-15 09:56:49 Using BerkeleyDB version Berkeley DB 4.7.25: (September 12, 2013)
2015-03-15 09:56:49 Default data directory /var/lib/bitcoin/.bitcoin
2015-03-15 09:56:49 Using data directory /var/lib/bitcoin
2015-03-15 09:56:49 Using config file /etc/bitcoin/bitcoin.conf
2015-03-15 09:56:49 Using at most 125 connections (1024 file descriptors available)
2015-03-15 09:56:49 Using 16 threads for script verification
2015-03-15 09:56:49 Using wallet wallet.dat
2015-03-15 09:56:49 init message: Verifying wallet...
2015-03-15 09:56:49 CDBEnv::Open : LogDir=/var/lib/bitcoin/database ErrorFile=/var/lib/bitcoin/db.log
2015-03-15 09:56:49 Bound to [::]:8333
2015-03-15 09:56:49 Bound to 0.0.0.0:8333
2015-03-15 09:56:49 init message: Loading block index...
2015-03-15 09:56:49 Opening LevelDB in /var/lib/bitcoin/blocks/index
2015-03-15 09:57:19 Opened LevelDB successfully
2015-03-15 09:57:19 Opening LevelDB in /var/lib/bitcoin/chainstate
2015-03-15 09:57:26 Opened LevelDB successfully
2015-03-15 09:57:26 LoadBlockIndexDB: last block file = 0
2015-03-15 09:57:26 LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=1, size=293, heights=0...0, time=2009-01-03...2009-01-03)
2015-03-15 09:57:26 Checking all blk files are present...
2015-03-15 09:57:26 LoadBlockIndexDB(): transaction index disabled
2015-03-15 09:57:26 LoadBlockIndexDB(): hashBestChain=000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f height=0 date=2009-01-03 18:15:05 progress=0.000000
2015-03-15 09:57:26 init message: Verifying blocks...
2015-03-15 09:57:26 Shutdown requested. Exiting.
2015-03-15 09:57:26 Shutdown: In progress...
2015-03-15 09:57:26 StopNode()
2015-03-15 09:57:29 Shutdown: done
I tried many times and the result is always the same. What causes shutdown of service?
When I start bitcoin service on Centos 6.6 I get the following debug log:
2015-03-15 09:56:49 Bitcoin version v0.10.0.0-g047a898 (Fri, 13 Feb 2015 09:55:11 +0100)
2015-03-15 09:56:49 Using OpenSSL version OpenSSL 1.0.1k 8 Jan 2015
2015-03-15 09:56:49 Using BerkeleyDB version Berkeley DB 4.7.25: (September 12, 2013)
2015-03-15 09:56:49 Default data directory /var/lib/bitcoin/.bitcoin
2015-03-15 09:56:49 Using data directory /var/lib/bitcoin
2015-03-15 09:56:49 Using config file /etc/bitcoin/bitcoin.conf
2015-03-15 09:56:49 Using at most 125 connections (1024 file descriptors available)
2015-03-15 09:56:49 Using 16 threads for script verification
2015-03-15 09:56:49 Using wallet wallet.dat
2015-03-15 09:56:49 init message: Verifying wallet...
2015-03-15 09:56:49 CDBEnv::Open : LogDir=/var/lib/bitcoin/database ErrorFile=/var/lib/bitcoin/db.log
2015-03-15 09:56:49 Bound to [::]:8333
2015-03-15 09:56:49 Bound to 0.0.0.0:8333
2015-03-15 09:56:49 init message: Loading block index...
2015-03-15 09:56:49 Opening LevelDB in /var/lib/bitcoin/blocks/index
2015-03-15 09:57:19 Opened LevelDB successfully
2015-03-15 09:57:19 Opening LevelDB in /var/lib/bitcoin/chainstate
2015-03-15 09:57:26 Opened LevelDB successfully
2015-03-15 09:57:26 LoadBlockIndexDB: last block file = 0
2015-03-15 09:57:26 LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=1, size=293, heights=0...0, time=2009-01-03...2009-01-03)
2015-03-15 09:57:26 Checking all blk files are present...
2015-03-15 09:57:26 LoadBlockIndexDB(): transaction index disabled
2015-03-15 09:57:26 LoadBlockIndexDB(): hashBestChain=000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f height=0 date=2009-01-03 18:15:05 progress=0.000000
2015-03-15 09:57:26 init message: Verifying blocks...
2015-03-15 09:57:26 Shutdown requested. Exiting.
2015-03-15 09:57:26 Shutdown: In progress...
2015-03-15 09:57:26 StopNode()
2015-03-15 09:57:29 Shutdown: done
I tried many times and the result is always the same. What causes shutdown of service?