Author Topic: Irregular block production by Delegate  (Read 1105 times)

0 Members and 1 Guest are viewing this topic.

Offline GaltReport

I notice I sometimes receive huge early morning spikes in network traffic...I also notice that bter seems to do their  delayed withdraws overnight.  Just an observation.

Ggozzo

  • Guest
Same here. I left for work today and I had 25 missed blocks total. Came home and now I have 45 missed blocks total.  Wallet was unlocked for up to 3 years 2 months. block production was true. 41 connections. Cant figure it out. Reliability just dropped to 92% becasue of the last 2 days.  5 days it was running fine and now I am getting missed blocks. How could you tell if someone is DDos'ing, or doing something else nefarious?

39 blocks missed over the last 2 days. Anyone else have great production and then suddenly start missing too?
« Last Edit: July 29, 2014, 10:01:49 pm by skyscraperfarms »


Offline wackou

Same for me, I'll try to track it down, too, but right now everything looks normal, so not sure why it happens...   ???
(ntp synchronized, currently 40+ connections, just missed one and then everything back to normal)

Is there a way to know the number of the missed block? The output of
Code: [Select]
blockchain_get_delegate_slot_records currently only lists the time, which is not very practical (would it be possible to add the block # to the output of it?)
Please vote for witness wackou! More info at http://digitalgaia.io

Offline bitcoinerS

  • Hero Member
  • *****
  • Posts: 592
    • View Profile
My delegate node keeps missing blocks at seemingly random times. I need to track down what may be causing it.

Code: [Select]
>>> blockchain_get_delegate_slot_records bitcoiners
...
    "start_time": "20140729T040100",
    "block_producer_id": 875,
    "block_produced": true,
    "block_id": "3d3244b5de5e913cfef226daa8ac4c8d29cccdae"
  },{
    "start_time": "20140729T041400",
    "block_producer_id": 875,
    "block_produced": false,
    "block_id": "0000000000000000000000000000000000000000"
  },{
    "start_time": "20140729T043200",
    "block_producer_id": 875,
    "block_produced": true,
    "block_id": "9bc65cb4f2fd2a12da1e2b2fe23785198a11a145"
  },{
    "start_time": "20140729T045800",
    "block_producer_id": 875,
    "block_produced": false,
    "block_id": "0000000000000000000000000000000000000000"
  },{
    "start_time": "20140729T050750",
    "block_producer_id": 875,
    "block_produced": false,
    "block_id": "0000000000000000000000000000000000000000"
  },{
    "start_time": "20140729T052410",
    "block_producer_id": 875,
    "block_produced": true,
    "block_id": "a839dddf0a3798a17b7122728902f6bcbac9ac58"
  },{
    "start_time": "20140729T054140",
    "block_producer_id": 875,
    "block_produced": true,
    "block_id": "7a87480471360a08db4860e3dd7c61708a9ad55b"
  },{
    "start_time": "20140729T060330",
    "block_producer_id": 875,
    "block_produced": true,
    "block_id": "36e701b895aa17094628ae72d211839d147fc800"
  }

>>> approve bitcoiners