Author Topic: delegate stopped producing blocks..!  (Read 1899 times)

0 Members and 1 Guest are viewing this topic.

Offline bitcoinerS

  • Hero Member
  • *****
  • Posts: 592
    • View Profile
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.
>>> approve bitcoiners

Offline dxtr

  • Full Member
  • ***
  • Posts: 71
  • United We Stand, Dispersed We Are.
    • View Profile
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.
Help me out:     wallet_approve_delegate mr.scroodge true

Offline bitcoinerS

  • Hero Member
  • *****
  • Posts: 592
    • View Profile
I recompiled with latest release 0.2.2 and it seems to  be working ok for now. Will be watching.
>>> approve bitcoiners

Offline bytemaster

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.
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline wackou

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.
Please vote for witness wackou! More info at http://digitalgaia.io

Offline bitcoinerS

  • Hero Member
  • *****
  • Posts: 592
    • View Profile
It started producing blocks again.. not sure what may have been the cause.
>>> approve bitcoiners

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
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?

Offline sfinder

  • Hero Member
  • *****
  • Posts: 1205
  • 4 Cores CPU+100GB SSD+anti-DDoS Pro
    • View Profile
i am having exactly same problem
微博:星在飘我在找|BTS X 受托人delegate ID:baidu
中国教育书店合作将20%收入捐献给贫困山区学生。
Cooperating with China Education Bookstore and will donate 20% of delegate income to the poor students

Offline bitcoinerS

  • Hero Member
  • *****
  • Posts: 592
    • View Profile

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",

>>> approve bitcoiners