Author Topic: Test Net for Advanced Users  (Read 263572 times)

0 Members and 1 Guest are viewing this topic.

Offline Fox

Are we on git checkout master or test3c?
Witness: fox

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
I thought we witnesses weren't going to be able to produce back to back blocks.
Code: [Select]
2547247ms th_a       application.cpp:388           handle_block         ] Got block #165363 with time 2015-09-24T19:42:27 from network with latency of 250 ms from dele-puppy
2550252ms th_a       application.cpp:388           handle_block         ] Got block #165364 with time 2015-09-24T19:42:30 from network with latency of 255 ms from dele-puppy
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline Riverhead


riverhead updated.

Offline wackou

wackou updated to latest master
Please vote for witness wackou! More info at http://digitalgaia.io

Offline mindphlux

  • Sr. Member
  • ****
  • Posts: 232
    • View Profile
Is it possible to access the CLI console from the WebClient, ie the same commands as seen in the CLI Version.

Using the chrome developer tools/console does not work.
Please consider voting for my witness mindphlux.witness and my committee user mindphlux. I will not vote for changes that affect witness pay.

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
Can anyone explain why vesting balance objects would show up differently on different nodes?  On my main active witness node (with no keys loaded into the cli_wallet I get
Code: [Select]
get_object 1.13.46
[{
    "id": "1.13.46",
    "owner": "1.2.22388",
    "balance": {
      "amount": 2926266575,
      "asset_id": "1.3.0"
    },
    "policy": [
      1,{
        "vesting_seconds": 86400,
        "start_claim": "1970-01-01T00:00:00",
        "coin_seconds_earned": "252743032080000",
        "coin_seconds_earned_last_update": "2015-09-24T18:21:15"
      }
    ]
  }
]
On my laptop (which does have my owner keys imported into the cli_wallet) I get
Code: [Select]
get_object 1.13.46
[{
    "id": "1.13.46",
    "owner": "1.2.22388",
    "balance": {
      "amount": 2850282029,
      "asset_id": "1.3.0"
    },
    "policy": [
      1,{
        "vesting_seconds": 86400,
        "start_claim": "1970-01-01T00:00:00",
        "coin_seconds_earned": "246177967305600",
        "coin_seconds_earned_last_update": "2015-09-24T18:21:15"
      }
    ]
  }
]
Am I missing something?

Also witness node is updated to latest source.
« Last Edit: September 24, 2015, 06:28:17 pm by puppies »
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline bytemaster

Is the total_votes object listed above the correct one I should be looking at to asses the state of my witness(active or standby)?
If your witness is already listed in the active witnesses list, yes, the total_votes object for your witness shows a correct number (which is calculated at last maintenance point); else, no, the number may or may not be correct (which is calculated at the time when your witness was still in active witnesses list, or 0 if it's never in the list).
I don't know if there is an API to get correct 'total_votes' of standby witnesses.

We don't store vote totals at this point in time.
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 abit

  • Committee member
  • Hero Member
  • *
  • Posts: 4664
    • View Profile
    • Abit's Hive Blog
  • BitShares: abit
  • GitHub: abitmore
Is the total_votes object listed above the correct one I should be looking at to asses the state of my witness(active or standby)?
If your witness is already listed in the active witnesses list, yes, the total_votes object for your witness shows a correct number (which is calculated at last maintenance point); else, no, the number may or may not be correct (which is calculated at the time when your witness was still in active witnesses list, or 0 if it's never in the list).
I don't know if there is an API to get correct 'total_votes' of standby witnesses.
« Last Edit: September 24, 2015, 05:08:17 pm by abit »
BitShares committee member: abit
BitShares witness: in.abit

Offline lafona

  • Sr. Member
  • ****
  • Posts: 231
    • View Profile
  • BitShares: lafona

On a side note, the delegate seems to be out of the list of active witnesses,  but has enough votes to be middle of the pack. Any thoughts?

Code: [Select]
{
  "id": "1.6.1531",
  "witness_account": "1.2.22396",
  "last_aslot": 138787,
  "signing_key": "GPH5DCL5nbhL13sXBh1mwQp5pUBSw7rmwjWeiiy5b2Z2UxuYf8spU",
  "pay_vb": "1.13.57",
  "vote_id": "1:1530",
  "total_votes": "9524676529409",
  "url": ""
}
Every hour, only votes of  (new) active witnesses will be updated.

I think I might be confused. Is the total_votes object listed above the correct one I should be looking at to asses the state of my witness(active or standby)? Or is there another object which closer reflects the state of current votes? When I compared this to other witnesses, it seemed like the right metric to look at. Or maybe I might be missing some other factor which would allow the witness to become active again. Thanks
BTS Witnesses: delegate-1.lafona     Witness Thread: https://bitsharestalk.org/index.php/topic,21569.msg280911/topicseen.html#msg280911
MUSE Witness: lafona

Offline CalabiYau


Offline abit

  • Committee member
  • Hero Member
  • *
  • Posts: 4664
    • View Profile
    • Abit's Hive Blog
  • BitShares: abit
  • GitHub: abitmore
BitShares committee member: abit
BitShares witness: in.abit

Offline spartako

  • Sr. Member
  • ****
  • Posts: 401
    • View Profile
wallet_account_set_approval spartako

Offline svk

For the last 12 hours I've been unable to access the GUI on https://graphene.bitshares.org
The browser constantly shows the message  "waiting for graphene.bitshares.org".
mee  too

I just told Valentine, he'll look into it.

Could we have a separate thread similar to this one but dedicated to the GUI available on https://graphene.bitshares.org ?
I guess there will be more and more strictly GUI-related issues.

Sure: https://bitsharestalk.org/index.php/topic,18614.0.html
Worker: dev.bitsharesblocks

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
delegate.baozi is updated

jakub

  • Guest
For the last 12 hours I've been unable to access the GUI on https://graphene.bitshares.org
The browser constantly shows the message  "waiting for graphene.bitshares.org".
mee  too

I just told Valentine, he'll look into it.

Could we have a separate thread similar to this one but dedicated to the GUI available on https://graphene.bitshares.org ?
I guess there will be more and more strictly GUI-related issues.
« Last Edit: September 24, 2015, 03:21:32 pm by jakub »