BitShares Forum

Main => General Discussion => Topic started by: bitcoinerS on July 29, 2014, 06:11:25 am

Title: Irregular block production by Delegate
Post by: bitcoinerS on July 29, 2014, 06:11:25 am
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"
  }

Title: Re: Irregular block production by Delegate
Post by: wackou on July 29, 2014, 07:29:07 pm
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?)
Title: Re: Irregular block production by Delegate
Post by: emski on July 29, 2014, 08:18:44 pm
blockchain_list_blocks
Title: Re: Irregular block production by Delegate
Post by: Ggozzo on July 29, 2014, 09:57:16 pm
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?
Title: Re: Irregular block production by Delegate
Post by: GaltReport on July 29, 2014, 10:14:04 pm
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.