Bitcoin Forum
May 11, 2024, 01:33:37 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: everything was working ok until 0.13 was released...  (Read 802 times)
JuanPabloCuervo (OP)
Full Member
***
Offline Offline

Activity: 246
Merit: 102


View Profile
September 18, 2016, 04:34:09 AM
 #1

Stuck at Synchronizing with network...
430184
23 hours behind

there is a bunch of banned peers
Number of connections In=0 Out=8

any ideas?
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
achow101
Moderator
Legendary
*
Offline Offline

Activity: 3388
Merit: 6635


Just writing some code


View Profile WWW
September 18, 2016, 04:38:23 AM
 #2

Debug.log please.

You probably have to reindex.

JuanPabloCuervo (OP)
Full Member
***
Offline Offline

Activity: 246
Merit: 102


View Profile
September 18, 2016, 04:47:34 AM
 #3

No block source available...

Quote
2016-09-18 04:42:01 Verifying last 288 blocks at level 3
2016-09-18 04:42:01 [0%]...[10%]...[20%]...[30%]...[40%]...[50%]...[60%]...[70%]...[80%]...[90%]...[DONE].
2016-09-18 04:44:24 No coin database inconsistencies in last 84 blocks (124506 transactions)
2016-09-18 04:44:24  block index          153683ms
2016-09-18 04:44:24 init message: Loading wallet...
2016-09-18 04:44:24 nFileVersion = 130000
2016-09-18 04:44:24 Keys: 104 plaintext, 0 encrypted, 0 w/ metadata, 104 total
2016-09-18 04:44:24  wallet                  141ms
2016-09-18 04:44:24 mapBlockIndex.size() = 430334
2016-09-18 04:44:24 nBestHeight = 430185
2016-09-18 04:44:24 setKeyPool.size() = 100
2016-09-18 04:44:24 mapWallet.size() = 2
2016-09-18 04:44:24 mapAddressBook.size() = 2
2016-09-18 04:44:24 init message: Loading addresses...
2016-09-18 04:44:24 torcontrol thread start
2016-09-18 04:44:24 Loaded 41921 addresses from peers.dat  203ms
2016-09-18 04:44:24 init message: Loading banlist...
2016-09-18 04:44:24 AddLocal([2001:0:9d38:6abd:2c37:3f8f:45e2:9a65]:8333,1)
2016-09-18 04:44:24 Discover: jpc - 2001:0:9d38:6abd:2c37:3f8f:45e2:9a65
2016-09-18 04:44:24 dnsseed thread start
2016-09-18 04:44:24 init message: Done loading
2016-09-18 04:44:24 addcon thread start
2016-09-18 04:44:24 net thread start
2016-09-18 04:44:24 msghand thread start
2016-09-18 04:44:24 opencon thread start
2016-09-18 04:44:24 GUI: Platform customization: "windows"
2016-09-18 04:44:24 GUI: PaymentServer::LoadRootCAs: Loaded  35  root certificates
2016-09-18 04:44:31 receive version message: /Satoshi:0.11.2/: version 70002, blocks=430339, us=186.29.101.154:52185, peer=1
2016-09-18 04:44:31 ERROR: AcceptBlockHeader: block 0000000000000000048304816349032406da39e8216793273821038f42db323d is marked invalid
2016-09-18 04:44:31 ERROR: invalid header received
2016-09-18 04:44:31 ProcessMessages(headers, 12556 bytes) FAILED peer=1
2016-09-18 04:44:31 receive version message: /Satoshi:0.10.2/: version 70002, blocks=430339, us=186.29.101.154:52186, peer=2
2016-09-18 04:44:35 P2P peers available. Skipped DNS seeding.
2016-09-18 04:44:35 dnsseed thread exit
achow101
Moderator
Legendary
*
Offline Offline

Activity: 3388
Merit: 6635


Just writing some code


View Profile WWW
September 18, 2016, 05:07:22 AM
 #4

It looks like you have a corrupt block. Go into the data directory and the blocks folder inside of it. Delete the blk*.dat and rev*.dat files that have the highest number. Start Bitcoin Core.

JuanPabloCuervo (OP)
Full Member
***
Offline Offline

Activity: 246
Merit: 102


View Profile
September 18, 2016, 05:35:42 AM
Last edit: September 18, 2016, 03:36:12 PM by JuanPabloCuervo
 #5

thats not the problem...

i have a cloned /BitCoin/
to an en external USB3.0 drive....
with AllWaySync.

the cloned has 430115,

Syncs with network easy...
downloads 70 blocks up to 430185 and gets stuck.!

if i delete the last blk & rev .dat
says i have a corrupted database...
want to rebuild ?

but database was ok from the cloned folder.
Foxpup
Legendary
*
Online Online

Activity: 4354
Merit: 3044


Vile Vixen and Miss Bitcointalk 2021-2023


View Profile
September 18, 2016, 06:35:08 AM
 #6

but database was ok from the cloned folder.
Clearly not, if it says block 0000000000000000048304816349032406da39e8216793273821038f42db323d is invalid. It actually isn't, and I'm not sure why your node thinks it is. Your chainstate's probably corrupted somewhere; reindex should fix it if so.

Will pretend to do unspeakable things (while actually eating a taco) for bitcoins: 1K6d1EviQKX3SVKjPYmJGyWBb1avbmCFM4
I am not on the scammers' paradise known as Telegram! Do not believe anyone claiming to be me off-forum without a signed message from the above address! Accept no excuses and make no exceptions!
JuanPabloCuervo (OP)
Full Member
***
Offline Offline

Activity: 246
Merit: 102


View Profile
September 18, 2016, 03:16:43 PM
 #7

Got a Warning: You Need To Upgrade or Other Nodes Need to Upgrade.
left the cloned v0.8.5 all night...

Running v0.13 all blocks are verified ok.
But gives error: No Block Source Available...
34 Hours Ago.
achow101
Moderator
Legendary
*
Offline Offline

Activity: 3388
Merit: 6635


Just writing some code


View Profile WWW
September 18, 2016, 03:38:58 PM
 #8

Got a Warning: You Need To Upgrade or Other Nodes Need to Upgrade.
left the cloned v0.8.5 all night...

Running v0.13 all blocks are verified ok.
But gives error: No Block Source Available...
34 Hours Ago.
You aren't listening to us. You need to rebuild your databases by using the -reindex option. In fact, it is extremely likely that you have a corrupt block on the disk, so you need to remove it and allow Bitcoin Core to redownload it.

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!