Due to too many invalid headers, have no block source #8027

issue binarykitchen openend this issue on May 9, 2016
  1. binarykitchen commented at 6:34 am on May 9, 2016: none

    I’m on Ubuntu 14.10 using this version Bitcoin Core version v0.12.0.0-g188ca9c (64-bit)

    But have no block source available and the log is full of those entries

    0...
    12016-05-09 06:26:09 ProcessMessages(headers, 162003 bytes) FAILED peer=11
    22016-05-09 06:26:15 connect() to 198.27.82.55:8333 failed after select(): Connection refused (111)
    32016-05-09 06:26:43 connect() to 78.42.181.117:8333 failed after select(): No route to host (113)
    42016-05-09 06:27:00 connect() to 23.92.53.139:8333 failed after select(): Connection refused (111)
    52016-05-09 06:27:18 connect() to 89.173.121.14:8333 failed after select(): Connection refused (111)
    62016-05-09 06:28:00 ERROR: AcceptBlockHeader: prev block invalid
    72016-05-09 06:28:00 Misbehaving: 54.232.245.146:8333 (0 -> 100) BAN THRESHOLD EXCEEDED
    82016-05-09 06:28:00 ERROR: invalid header received
    92016-05-09 06:28:00 ProcessMessages(headers, 162003 bytes) FAILED peer=8
    

    Googled everywhere and didn’t find a solution. Hope someone of you can tell me what I could do?

    Thanks heaps

  2. binarykitchen commented at 6:37 am on May 9, 2016: none

    Also earlier at the beginning I see interesting log entries:

     02016-05-09 06:11:53 Bitcoin version v0.12.0.0-g188ca9c (Wed, 17 Feb 2016 09:40:03 +0100)
     12016-05-09 06:11:53 InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
     22016-05-09 06:11:53 Using OpenSSL version OpenSSL 1.0.2d 9 Jul 2015
     32016-05-09 06:11:53 Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
     4...
     52016-05-09 06:12:09 init message: Verifying blocks...
     62016-05-09 06:12:09 Verifying last 288 blocks at level 3
     72016-05-09 06:14:17 No coin database inconsistencies in last 8 blocks (5915 transactions)
     82016-05-09 06:14:17  block index          138424ms
     92016-05-09 06:14:17 CTxMemPool::ReadFeeEstimates(): unable to read policy estimator data (non-fatal)
    102016-05-09 06:14:17 init message: Loading wallet...
    112016-05-09 06:14:17 nFileVersion = 120000
    122016-05-09 06:14:17 Keys: 0 plaintext, 204 encrypted, 2 w/ metadata, 204 total
    132016-05-09 06:14:17  wallet                   56ms
    142016-05-09 06:14:17 init message: Activating best chain...
    152016-05-09 06:14:17 mapBlockIndex.size() = 343665
    162016-05-09 06:14:17 nBestHeight = 330428
    172016-05-09 06:14:17 setKeyPool.size() = 100
    182016-05-09 06:14:17 mapWallet.size() = 4
    192016-05-09 06:14:17 mapAddressBook.size() = 2
    202016-05-09 06:14:17 init message: Loading addresses...
    212016-05-09 06:14:17 torcontrol thread start
    222016-05-09 06:14:17 Loaded 15162 addresses from peers.dat  83ms
    232016-05-09 06:14:17 init message: Done loading
    242016-05-09 06:14:17 msghand thread start
    252016-05-09 06:14:17 net thread start
    262016-05-09 06:14:17 addcon thread start
    272016-05-09 06:14:17 opencon thread start
    282016-05-09 06:14:17 dnsseed thread start
    292016-05-09 06:14:17 AddToWallet 6d4494379cad9e4675388416199a5e5e5f957be4ca80acc76a4958c3c32153df  
    302016-05-09 06:14:17 GUI: Platform customization: "other" 
    312016-05-09 06:14:17 GUI: PaymentServer::LoadRootCAs: Loaded  174  root certificates 
    322016-05-09 06:14:18 connect() to 81.180.208.99:8333 failed after select(): No route to host (113)
    332016-05-09 06:14:28 Loading addresses from DNS seeds (could take a while)
    342016-05-09 06:14:33 193 addresses found from DNS seeds
    352016-05-09 06:14:33 dnsseed thread exit
    362016-05-09 06:15:10 connect() to 60.29.215.241:8333 failed after select(): Connection refused (111)
    372016-05-09 06:16:03 connect() to 162.219.176.178:8333 failed after select(): No route to host (113)
    382016-05-09 06:16:20 connect() to 192.227.141.13:8333 failed after select(): Connection refused (111)
    392016-05-09 06:16:21 connect() to 119.81.164.42:8333 failed after select(): Connection refused (111)
    402016-05-09 06:16:25 connect() to 162.219.179.82:8333 failed after select(): No route to host (113)
    412016-05-09 06:16:53 receive version message: /Satoshi:0.12.1/: version 70012, blocks=410948, us=58.28.152.233:59062, peer=1
    422016-05-09 06:16:54 ERROR: AcceptBlockHeader: block is marked invalid
    432016-05-09 06:16:54 ERROR: invalid header received
    442016-05-09 06:16:54 ProcessMessages(headers, 162003 bytes) FAILED peer=1
    452016-05-09 06:16:59 connect() to [2a01:4f8:171:2f28::2]:8333 failed: Network is unreachable (101)
    462016-05-09 06:17:27 connect() to 49.159.186.178:8333 failed after select(): Connection refused (111)
    472016-05-09 06:17:28 connect() to 208.163.247.106:8333 failed after select(): Connection refused (111)
    482016-05-09 06:17:29 connect() to 92.106.212.142:8333 failed after select(): Connection refused (111)
    49...
    
  3. jonasschnelli added the label Block storage on May 9, 2016
  4. pstratem commented at 7:19 am on May 9, 2016: contributor

    Looks like hardware failure.

    You should reindex.

  5. binarykitchen commented at 7:25 am on May 9, 2016: none
    ok, will do. but would be good if i see such a warning that re-indexing is needed. somewhere on the UI.
  6. laanwj added the label Data corruption on May 10, 2016
  7. laanwj closed this on Jun 14, 2016

  8. MarcoFalke locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-09-28 22:12 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me