Bitcoin Forum
May 04, 2024, 08:10:30 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: RESOLVED: No Block Download, Help!!  (Read 3131 times)
mintymark (OP)
Sr. Member
****
Offline Offline

Activity: 286
Merit: 251


View Profile
March 06, 2012, 01:25:36 AM
Last edit: March 07, 2012, 08:25:17 AM by mintymark
 #1

My Client, 0.5.2 Beta, stopped downloading blocks 3 days ago, and has not moved since.

(Prior to that it was working well. )
Hovering over the spinner says Downloaded 169373 of 169822 blocks of transaction history, Last received block was generated 3 days ago.

Hovering over the wi-fi type icon says 15 Active connections.

What I have tried:

1) Restart of bitcoin, doing File -> Quit.
2) Restart of computer, running Ubuntu 10.04.
3) -rescan
4) -debug , reveals this type of things in the debug file:

<pre>
AddAddress(131.104.40.171:8333)
accepted connection 109.255.169.120:55812
Added time data, samples 18, offset +0 (+0 minutes)
version message: version 32300, blocks=169823
askfor tx 1892ec5ba4076cb7afb6   0
sending getdata: tx 1892ec5ba4076cb7afb6
ERROR: ConnectInputs() : 1892ec5ba4 mapTransactions prev not found 3088d5cb26
ERROR: AcceptToMemoryPool() : ConnectInputs failed 1892ec5ba4
storing orphan tx 1892ec5ba4
askfor tx 206524bd7c166e940d1f   0
sending getdata: tx 206524bd7c166e940d1f
askfor tx 206524bd7c166e940d1f   1330996863000000
ERROR: ConnectInputs() : 206524bd7c mapTransactions prev not found 733d22d4fc
ERROR: AcceptToMemoryPool() : ConnectInputs failed 206524bd7c
storing orphan tx 206524bd7c
askfor tx d9d9a8dc158d01ce0db1   0
sending getdata: tx d9d9a8dc158d01ce0db1
ERROR: ConnectInputs() : d9d9a8dc15 mapTransactions prev not found 4b81a0e789
ERROR: AcceptToMemoryPool() : ConnectInputs failed d9d9a8dc15
storing orphan tx d9d9a8dc15
</pre>

Does anyone have any clue what is going on ? Or advice on how to find out.


[[ All Tips gratefully received!!  ]]
15ta5d1N8mKkgC47SRWmnZABEFyP55RrqD
1714810230
Hero Member
*
Offline Offline

Posts: 1714810230

View Profile Personal Message (Offline)

Ignore
1714810230
Reply with quote  #2

1714810230
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714810230
Hero Member
*
Offline Offline

Posts: 1714810230

View Profile Personal Message (Offline)

Ignore
1714810230
Reply with quote  #2

1714810230
Report to moderator
1714810230
Hero Member
*
Offline Offline

Posts: 1714810230

View Profile Personal Message (Offline)

Ignore
1714810230
Reply with quote  #2

1714810230
Report to moderator
1714810230
Hero Member
*
Offline Offline

Posts: 1714810230

View Profile Personal Message (Offline)

Ignore
1714810230
Reply with quote  #2

1714810230
Report to moderator
mintymark (OP)
Sr. Member
****
Offline Offline

Activity: 286
Merit: 251


View Profile
March 06, 2012, 01:03:11 PM
 #2

Still experiancing this.

What else could I try? Delete some files in ~/.bitcoin apart from wallet.dat. All files except wallet.dat?

I would really like to keep my address history/list

Remove all files relating to blockchain download and reload it. How do I do that?

Does anyone have any suggestions ?

[[ All Tips gratefully received!!  ]]
15ta5d1N8mKkgC47SRWmnZABEFyP55RrqD
Raoul Duke
aka psy
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002



View Profile
March 06, 2012, 01:06:27 PM
 #3

Delete everything besides the wallet.dat and addr.dat
You can maybe leave the bitcoin.conf file also.

If it gets stuck on the same place then you have a problem.
deepceleron
Legendary
*
Offline Offline

Activity: 1512
Merit: 1028



View Profile WWW
March 06, 2012, 03:00:34 PM
 #4

The first thing I would do is determine if the problem lies with network connectivity or a Bitcoin database problem. This can be quickly determined by completely closing Bitcoin (or even better, disabling the option "Start Bitcoin on window system startup" and restarting the machine), rename the Bitcoin data directory, and restart Bitcoin. This will create a new wallet, empty blockchain, and reset settings to default.

Here are commands to rename the Bitcoin data directory in a terminal window:

$cd (change to home directory)
$ls -la (verify that you see the .bitcoin directory in this directory listing)
$mv .bitcoin .bitcoin-backup (rename the bitcoin data directory)
$ls -la (verify it was renamed)

Now run Bitcoin. It will create a new .bitcoin directory when it runs. You should start getting connections and the block count should start increasing shortly. If it does not start downloading blocks, than you have some networking problem, such as connections being partially blocked, corrupted program install, etc.

If Bitcoin starts downloading blocks again with the fresh data directory, likely the blockchain data files have corruption, although first we should check if permissions were altered on your bitcoin data files. In the the new test .bitcoin directory look at the permissions and owner of the blkindex.dat and blk0001.dat - compare that your backup's directory's permissions and owner on these files, they should be the same.

If a new blank data directory works, and the permissions look correct on your old directory, then likely the blockchain is corrupted. You can then close Bitcoin completely, rename the "test" directory from .bitcoin to .bitcoin-blank, and put back your .bitcoin-backup as .bitcoin again. Delete the blkindex.dat file, blk0001.dat, and any files in the database subdirectory. You can then either restart Bitcoin and let it download the whole blockchain again for a day, or download and use the direct-download blockchain files as outlined here.
mintymark (OP)
Sr. Member
****
Offline Offline

Activity: 286
Merit: 251


View Profile
March 06, 2012, 08:08:22 PM
 #5

Thanks! I am in the process of trying what psy suggested, and blocks are being downloaded. As noted, its a slow process!!

I'll report what happened.

I am thinking it was perhaps a simple file corruption problem caused by attempting to run an old version of bitcoind.


[[ All Tips gratefully received!!  ]]
15ta5d1N8mKkgC47SRWmnZABEFyP55RrqD
mintymark (OP)
Sr. Member
****
Offline Offline

Activity: 286
Merit: 251


View Profile
March 07, 2012, 08:27:02 AM
 #6

That seemed to work with no problems. Thanks guys!

[[ All Tips gratefully received!!  ]]
15ta5d1N8mKkgC47SRWmnZABEFyP55RrqD
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!