Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: liliontransfer on October 22, 2014, 01:10:20 PM



Title: Bitcoind switches off with no reason
Post by: liliontransfer on October 22, 2014, 01:10:20 PM
Hi!

I have just downloaded new version of Bitcoin. It starts, but after 3-5 secs disappear from the process list. Bitcoin-cli getinfo says that it couldnt connect to server.

I get following debug info at testing server:

2014-10-22 13:02:27 Bitcoin version v0.9.99.0-b88cb1a (2014-10-21 11:56:10 +0200)
2014-10-22 13:02:27 Using OpenSSL version OpenSSL 1.0.1e 11 Feb 2013
2014-10-22 13:02:27 Using BerkeleyDB version Berkeley DB 5.1.29: (October 25, 2011)
2014-10-22 13:02:27 Default data directory /home/bitcoin/.bitcoin
2014-10-22 13:02:27 Using data directory /home/bitcoin/.bitcoin
2014-10-22 13:02:27 Using config file /home/bitcoin/.bitcoin/bitcoin.conf
2014-10-22 13:02:27 Using at most 125 connections (1024 file descriptors available)
2014-10-22 13:02:27 Using 2 threads for script verification
2014-10-22 13:02:27 Using wallet wallet.dat
2014-10-22 13:02:27 init message: Verifying wallet...
2014-10-22 13:02:27 CDBEnv::Open : LogDir=/home/bitcoin/.bitcoin/database ErrorFile=/home/bitcoin/.bitcoin/db.log
2014-10-22 13:02:27 Bound to [::]:8333
2014-10-22 13:02:27 Bound to 0.0.0.0:8333
2014-10-22 13:02:27 init message: Loading block index...
2014-10-22 13:02:27 Opening LevelDB in /home/bitcoin/.bitcoin/blocks/index
2014-10-22 13:02:27 Opened LevelDB successfully
2014-10-22 13:02:27 Opening LevelDB in /home/bitcoin/.bitcoin/chainstate
2014-10-22 13:02:28 Opened LevelDB successfully
2014-10-22 13:02:32 LoadBlockIndexDB(): last block file = 187
2014-10-22 13:02:32 LoadBlockIndexDB(): last block file info: CBlockFileInfo(blocks=62, size=22271354, heights=326198...326259, time=2014-10-20...2014-10-21)
2014-10-22 13:02:32 Checking all blk files are present...
2014-10-22 13:02:32 LoadBlockIndexDB(): transaction index disabled
2014-10-22 13:02:32 LoadBlockIndexDB(): hashBestChain=0000000000000000032dc03d03b7695a38967619876c6616bbfe306c6b4ac17f height=326258 date=2014-10-21 05:56:45 progress=0.996155
2014-10-22 13:02:32 init message: Verifying blocks...
2014-10-22 13:02:32 Verifying last 288 blocks at level 3

And after that bitcoind just kills itself.
What is the problem?

k.


Title: Re: Bitcoind switches off with no reason
Post by: Buffer Overflow on October 22, 2014, 08:17:54 PM
How much memory does your machine have?


Title: Re: Bitcoind switches off with no reason
Post by: liliontransfer on October 23, 2014, 03:36:49 AM
8GB.  I found out that removing blocks helped a bit... it started to download ~32000 blocks and next stops. Next i found out that removing my old wallet file helped. Now I have to wait for new blockchain :/. I am not sure if it was the cause, but maybe there was a problem with wallet.dat.


Title: Re: Bitcoind switches off with no reason
Post by: BiTJack on October 23, 2014, 05:41:30 AM
Do you have enough empty space in your drive. The blockchain takes upto 25 gig and if you think that's your wallet just move
your wallet.dat file to someplace else and see if that works or not.