BitShares Forum

Main => General Discussion => Topic started by: puppies on June 08, 2014, 08:31:56 pm

Title: question on testnet
Post by: puppies on June 08, 2014, 08:31:56 pm
Could someone on the testnet link the output of

blockchain_get_account_record puppies

I'm connected to peers and when I check out says I'm producing blocks.  I'm just curious if anyone else can see them.

Thanks.
Title: Re: question on testnet
Post by: bytemaster on June 08, 2014, 08:37:19 pm
Could someone on the testnet link the output of

blockchain_get_account_record puppies

I'm connected to peers and when I check out says I'm producing blocks.  I'm just curious if anyone else can see them.

Thanks.

The active test net has hard-forked due to a bug I have already fixed.   It has been that way all day.
Title: Re: question on testnet
Post by: puppies on June 08, 2014, 08:52:43 pm
Thanks.  It seemed like my delegates were signing way to many blocks.   Should I just wait for instructions for the new testnet, or would my clearing data directory and attempting to rejoin the main chain do any good?

Sent from my SCH-I535 using Tapatalk

Title: Re: question on testnet
Post by: bytemaster on June 08, 2014, 10:42:57 pm
Thanks.  It seemed like my delegates were signing way to many blocks.   Should I just wait for instructions for the new testnet, or would my clearing data directory and attempting to rejoin the main chain do any good?

Sent from my SCH-I535 using Tapatalk

Wait for instructions...
Title: Re: question on testnet
Post by: bitcoinerS on June 09, 2014, 12:32:13 am
Could someone on the testnet link the output of

blockchain_get_account_record puppies

I'm connected to peers and when I check out says I'm producing blocks.  I'm just curious if anyone else can see them.

Thanks.

Code: [Select]
>>> blockchain_get_account_record puppies
{
  "id": 6,
  "name": "puppies",
  "public_data": null,
  "owner_key": "XTS8UTxLFKWaL2aFLxhwNC9C1JnTRrtDSpKTeAvB9yqNavVfFRkQ1",
  "active_key_history": [[
      "19700101T000000",
      "XTS8UTxLFKWaL2aFLxhwNC9C1JnTRrtDSpKTeAvB9yqNavVfFRkQ1"
    ]
  ],
  "delegate_info": {
    "votes_for": 97395142449,
    "votes_against": 0,
    "blocks_produced": 0,
    "blocks_missed": 9,
    "pay_balance": 0,
    "next_secret_hash": "0000000000000000000000000000000000000000",
    "last_block_num_produced": 4294967295
  },
  "registration_date": "20140601T000000",
  "last_update": "20140601T000000"
}