BitShares Forum

Main => General Discussion => Topic started by: bitcoinerS on July 24, 2014, 05:10:51 am

Title: delegate stopped producing blocks..!
Post by: bitcoinerS on July 24, 2014, 05:10:51 am

Code: [Select]
blockchain_get_delegate_slot_records bitcoiners
...
,{
    "start_time": "20140724T034440",
    "block_producer_id": 875,
    "block_produced": true,
    "block_id": "b80e5def49c32727a38594d73b9984acf867a2bd"
  },{
    "start_time": "20140724T040130",
    "block_producer_id": 875,
    "block_produced": false,
    "block_id": "0000000000000000000000000000000000000000"
  },{
    "start_time": "20140724T041550",
    "block_producer_id": 875,
    "block_produced": false,
    "block_id": "0000000000000000000000000000000000000000"
  },{
    "start_time": "20140724T042400",
    "block_producer_id": 875,
    "block_produced": false,
    "block_id": "0000000000000000000000000000000000000000"
  },{
    "start_time": "20140724T045250",
    "block_producer_id": 875,
    "block_produced": false,
    "block_id": "0000000000000000000000000000000000000000"
  },{
    "start_time": "20140724T050510",
    "block_producer_id": 875,
    "block_produced": false,
    "block_id": "0000000000000000000000000000000000000000"
  }
]


Code: [Select]
>>> get_info
{
  "blockchain_head_block_num": 41356,
  "blockchain_head_block_age": "7 seconds old",
  "blockchain_head_block_timestamp": "20140724T050810",
  "blockchain_average_delegate_participation": 89.380530973451329,
  "blockchain_delegate_pay_rate": 207529,
  "blockchain_blocks_left_in_round": 54,
  "blockchain_confirmation_requirement": 1,
  "blockchain_accumulated_fees": "251,027.27790 BTSX",
  "blockchain_share_supply": 199974897254133,
  "blockchain_random_seed": "11e92e9c172b8e959dfb18f16cc095e1287f78e0",
  "blockchain_database_version": 115,
  "blockchain_version": 109,
  "network_num_connections": 7,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140724T050817",
  "ntp_error": -0.015339999999999999,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "31 years  in the future",
  "wallet_unlocked_until_timestamp": "19100222T133711",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": "14 minutes in the future",

Title: Re: delegate stopped producing blocks..!
Post by: sfinder on July 24, 2014, 05:26:20 am
i am having exactly same problem
Title: Re: delegate stopped producing blocks..!
Post by: alt on July 24, 2014, 06:36:45 am
run block_list_forks, see if there is a fork at about 20140724T041550

confirm whether it's because of stop produce, or produce but not received by others?
Title: Re: delegate stopped producing blocks..!
Post by: bitcoinerS on July 24, 2014, 08:12:24 am
It started producing blocks again.. not sure what may have been the cause.
Title: Re: delegate stopped producing blocks..!
Post by: wackou on July 24, 2014, 06:09:46 pm
on your screenshot it shows 7 connections, so maybe you dropped below 5 when it was your turn to produce a block? and then got back to more than 5, which would leave "no trace" of what happened.
Title: Re: delegate stopped producing blocks..!
Post by: bytemaster on July 24, 2014, 06:59:22 pm
on your screenshot it shows 7 connections, so maybe you dropped below 5 when it was your turn to produce a block? and then got back to more than 5, which would leave "no trace" of what happened.

debug_list_errors should provide some hint if that was the reason.
Title: Re: delegate stopped producing blocks..!
Post by: bitcoinerS on July 24, 2014, 07:07:07 pm
I recompiled with latest release 0.2.2 and it seems to  be working ok for now. Will be watching.
Title: Re: delegate stopped producing blocks..!
Post by: dxtr on July 24, 2014, 07:09:36 pm
I recompiled with latest release 0.2.2 and it seems to  be working ok for now. Will be watching.

You should recompile again, since now 0.2.3 is latest containing some probable forking bug-fixes.
Title: Re: delegate stopped producing blocks..!
Post by: bitcoinerS on July 24, 2014, 07:28:04 pm
I recompiled with latest release 0.2.2 and it seems to  be working ok for now. Will be watching.

You should recompile again, since now 0.2.3 is latest containing some probable forking bug-fixes.

Ok. Thanks.