Bitcoin Forum
June 28, 2024, 10:54:37 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Strange Logs courtesy of 0.14 nodes  (Read 789 times)
Blockchain Mechanic (OP)
Full Member
***
Offline Offline

Activity: 380
Merit: 103

Developer and Consultant


View Profile WWW
April 17, 2017, 03:48:03 PM
 #1

I was wondering why my sync had slowed down so badly and decided to read the logs and maybe write a fix.... this is what i found. I usually run this node once a day just to sync then i stop it.

It appears newer versions released by Core devs are causing sync stalling in older versions.

Code:
2017-04-17 14:47:44 UpdateTip: new best=0000000000000000007e177a4121da03515eee2132a61fcdedc992111f5ca184 height=462015 version=0x20000002 log2_work=86.286199 tx=213516017$
2017-04-17 14:47:44 Pre-allocating up to position 0x5000000 in blk00836.dat
2017-04-17 14:47:44 receive version message: /Satoshi:0.14.0/: version 70015, blocks=462295, us=41.191.238.189:54118, peer=12
2017-04-17 14:47:44 ProcessMessages(version, 102 bytes) FAILED peer=13
2017-04-17 14:47:45 connect() to [2001:0:9d38:90d7:18cb:8a6:cb53:4418]:8333 failed: Network is unreachable (101)
2017-04-17 14:47:47 receive version message: /Satoshi:0.14.0/: version 70015, blocks=462296, us=41.191.238.189:56580, peer=14
2017-04-17 14:47:48 ProcessMessages(sendcmpct, 5 bytes): Exception 'CDataStream::read(): end of data: iostream error' caught, normally caused by a message being shorter t$
2017-04-17 14:47:48 ProcessMessages(sendcmpct, 5 bytes) FAILED peer=14
2017-04-17 14:47:48 ProcessMessages(sendcmpct, 5 bytes): Exception 'CDataStream::read(): end of data: iostream error' caught, normally caused by a message being shorter t$
2017-04-17 14:47:48 ProcessMessages(sendcmpct, 5 bytes) FAILED peer=14
2017-04-17 14:47:51 ProcessMessages(sendcmpct, 5 bytes): Exception 'CDataStream::read(): end of data: iostream error' caught, normally caused by a message being shorter t$
2017-04-17 14:47:51 ProcessMessages(sendcmpct, 5 bytes) FAILED peer=12
2017-04-17 14:47:51 ProcessMessages(sendcmpct, 5 bytes): Exception 'CDataStream::read(): end of data: iostream error' caught, normally caused by a message being shorter t$
2017-04-17 14:47:51 ProcessMessages(sendcmpct, 5 bytes) FAILED peer=12

My Node :

Code:
{
  "version": 130200,
  "protocolversion": 70015,
  "walletversion": 130000,
  "balance": xx.xxxxxxxx,
  "blocks": 462017,
  "timeoffset": 0,
  "connections": 8,
  "proxy": "",
  "difficulty": 520808749422.1398,
  "testnet": false,
  "keypoololdest": 1484171182,
  "keypoolsize": 100,
  "paytxfee": 0.00000000,
  "relayfee": 0.00001000,
  "errors": ""
}




Is this accidental or is this behavior intended to force users to update?

Equality vs Equity...
Discord :- BlockMechanic#8560
Meuh6879
Legendary
*
Offline Offline

Activity: 1512
Merit: 1011



View Profile
April 17, 2017, 04:01:47 PM
 #2

crappy (external) nodes.
not a problem.

compact block explanation, for sure.
Blockchain Mechanic (OP)
Full Member
***
Offline Offline

Activity: 380
Merit: 103

Developer and Consultant


View Profile WWW
April 17, 2017, 04:28:29 PM
 #3

crappy (external) nodes.
not a problem.

compact block explanation, for sure.

I'm using CORE 0.13, so you are saying i'm connected to alternatives or mods ? kinda a big problem seeing as it is harder to do a simple sync.

Anyway, i'm stopping the node and deleting peers.dat to see if it helps.

Equality vs Equity...
Discord :- BlockMechanic#8560
Meuh6879
Legendary
*
Offline Offline

Activity: 1512
Merit: 1011



View Profile
April 17, 2017, 04:36:40 PM
 #4

i have the same (and very little) messages with the 0.14.1 RC2.
not a problem.

sync need CPU and Hard Drive high power.
no client or internet special line.
Foxpup
Legendary
*
Offline Offline

Activity: 4410
Merit: 3062


Vile Vixen and Miss Bitcointalk 2021-2023


View Profile
April 18, 2017, 02:06:56 AM
 #5

Code:
2017-04-17 14:47:45 connect() to [2001:0:9d38:90d7:18cb:8a6:cb53:4418]:8333 failed: Network is unreachable (101)
Well, there's your problem. No version of Bitcoin supports the packet-over-air protocol. Your node is stalling because your Internet connection keeps dropping out; it's nothing to do with your peers.

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!
achow101
Moderator
Legendary
*
Offline Offline

Activity: 3430
Merit: 6720


Just writing some code


View Profile WWW
April 18, 2017, 04:19:15 AM
 #6

Code:
2017-04-17 14:47:45 connect() to [2001:0:9d38:90d7:18cb:8a6:cb53:4418]:8333 failed: Network is unreachable (101)
Well, there's your problem. No version of Bitcoin supports the packet-over-air protocol. Your node is stalling because your Internet connection keeps dropping out; it's nothing to do with your peers.
No, that error is probably because their ISP does not give them IPv6 access. As you can see from the rest of the log, the node is clearly connected to other nodes and is receiving data.

OP, the section of the log you posted contains benign errors unrelated to your node and is completely useless. If you want more help, please post your machine specs and the entire debug.log.

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!