Author Topic: Delegate Owner Jurisdictions  (Read 6032 times)

0 Members and 1 Guest are viewing this topic.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
For those interested, I just pushed a new python script to add those data fields:

https://github.com/xeroc/pytshares/blob/master/publicData.py

julian1

  • Guest
Hey Julian,

please move the "version" tag out of the delegate tree node .. it's supposed to be in the root tree directly .. That way you'r version tag will also be shown in the GUI and the block explorer

Fixed. Thanks Xeroc!

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Quote
>>> blockchain_get_account julian1-delegateName: julian1-delegate
Registered: 2014-11-20T10:45:00
Last Updated: 2 minutes ago
Owner Key: BTS58xhnQQnRybyoMgv2AVPhLJifqYDXEMCsuko98cPjukc3Vgane
Active Key History:
- BTS58xhnQQnRybyoMgv2AVPhLJifqYDXEMCsuko98cPjukc3Vgane, last used 8 days ago

ID    NAME (* next in line)           APPROVAL       PRODUCED MISSED   RELIABILITY   PAY RATE PAY BALANCE         LAST BLOCK  VERSION     
==========================================================================================================================================
30913 julian1-delegate                0.02348588 %   0        0        N/A           1 %      0.00000 BTS         NONE                   

Block Signing Key: BTS58xhnQQnRybyoMgv2AVPhLJifqYDXEMCsuko98cPjukc3Vgane
Public Data:
{
  "delegate": {
    "description": "inexpensive independent node",
    "role": 5,
    "handle": "julian1",
    "country": "au",
    "location": "Sydney",
    "specs": "aws",
    "version": "v0.4.24"
  }
}

Updated! And thanks for compiling the list.
Hey Julian,

please move the "version" tag out of the delegate tree node .. it's supposed to be in the root tree directly .. That way you'r version tag will also be shown in the GUI and the block explorer

julian1

  • Guest
Quote
>>> blockchain_get_account julian1-delegateName: julian1-delegate
Registered: 2014-11-20T10:45:00
Last Updated: 2 minutes ago
Owner Key: BTS58xhnQQnRybyoMgv2AVPhLJifqYDXEMCsuko98cPjukc3Vgane
Active Key History:
- BTS58xhnQQnRybyoMgv2AVPhLJifqYDXEMCsuko98cPjukc3Vgane, last used 8 days ago

ID    NAME (* next in line)           APPROVAL       PRODUCED MISSED   RELIABILITY   PAY RATE PAY BALANCE         LAST BLOCK  VERSION     
==========================================================================================================================================
30913 julian1-delegate                0.02348588 %   0        0        N/A           1 %      0.00000 BTS         NONE                   

Block Signing Key: BTS58xhnQQnRybyoMgv2AVPhLJifqYDXEMCsuko98cPjukc3Vgane
Public Data:
{
  "delegate": {
    "description": "inexpensive independent node",
    "role": 5,
    "handle": "julian1",
    "country": "au",
    "location": "Sydney",
    "specs": "aws",
    "version": "v0.4.24"
  }
}

Updated! And thanks for compiling the list.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
@cass: I'd suggest you go into 7 ... I don't think we need yet another role .. do we?

btw: I updated the wiki page accordingly

Offline svk

what role i have to choose!?  :P

0,1,5,7?
Good question, think we just discovered role 8: Graphical design. Does that fit?
Worker: dev.bitsharesblocks

Offline svk


Good job, it's showing up on bitsharesblocks :) I'm not currently showing the country field, I'll add it later today. You could also add the description field as well as define your role, that will show up as well. For reference here are the current roles:

0   Development
1   Marketing
2   Faucet
3   Backbone
4   Charity
5   Technical Support
6   Law/Regulations
7   Media/Public Relations

If you add "role": 5 that will show up as "Role: Backbone" on the site, and even be translated to the viewer's language.

I just updated with the field role, it works :)

Thanks for your great work!!

The role fields now look like in the above quote, you should probably update your role to 3 now, sorry..
If most of delegates already updated their role data before the definition changed, better just left 3 undefined or translate it to developer directly.
It's not good to ask everyone change their data.
I think only two or three people did so which is why I changed it completely.
Worker: dev.bitsharesblocks

Offline Method-X

  • Hero Member
  • *****
  • Posts: 1131
  • VIRAL
    • View Profile
    • Learn to code
  • BitShares: methodx
Lets get rid of "core" vs "independent" as I wish there to be no distinction.

 +5%

Offline abit

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

Good job, it's showing up on bitsharesblocks :) I'm not currently showing the country field, I'll add it later today. You could also add the description field as well as define your role, that will show up as well. For reference here are the current roles:

0   Development
1   Marketing
2   Faucet
3   Backbone
4   Charity
5   Technical Support
6   Law/Regulations
7   Media/Public Relations

If you add "role": 5 that will show up as "Role: Backbone" on the site, and even be translated to the viewer's language.

I just updated with the field role, it works :)

Thanks for your great work!!

The role fields now look like in the above quote, you should probably update your role to 3 now, sorry..
If most of delegates already updated their role data before the definition changed, better just left 3 undefined or translate it to developer directly.
It's not good to ask everyone change their data.
BitShares committee member: abit
BitShares witness: in.abit

Offline cass

  • Hero Member
  • *****
  • Posts: 4311
  • /(┬.┬)\
    • View Profile
what role i have to choose!?  :P

0,1,5,7?
█║▌║║█  - - -  The quieter you become, the more you are able to hear  - - -  █║▌║║█

Offline spartako

  • Sr. Member
  • ****
  • Posts: 401
    • View Profile
Good job, it's showing up on bitsharesblocks :) I'm not currently showing the country field, I'll add it later today. You could also add the description field as well as define your role, that will show up as well. For reference here are the current roles:

0   Development
1   Marketing
2   Faucet
3   Backbone
4   Charity
5   Technical Support
6   Law/Regulations
7   Media/Public Relations

If you add "role": 5 that will show up as "Role: Backbone" on the site, and even be translated to the viewer's language.

I just updated with the field role, it works :)

Thanks for your great work!!

The role fields now look like in the above quote, you should probably update your role to 3 now, sorry..

Updated! Thanks ;)
wallet_account_set_approval spartako

Offline svk

Good job, it's showing up on bitsharesblocks :) I'm not currently showing the country field, I'll add it later today. You could also add the description field as well as define your role, that will show up as well. For reference here are the current roles:

0   Development
1   Marketing
2   Faucet
3   Backbone
4   Charity
5   Technical Support
6   Law/Regulations
7   Media/Public Relations

If you add "role": 5 that will show up as "Role: Backbone" on the site, and even be translated to the viewer's language.

I just updated with the field role, it works :)

Thanks for your great work!!

The role fields now look like in the above quote, you should probably update your role to 3 now, sorry..
Worker: dev.bitsharesblocks

Offline svk

Lets get rid of "core" vs "independent" as I wish there to be no distinction.

Ok, I've updated it on bitsharesblocks, will fix it for the client tomorrow.
Worker: dev.bitsharesblocks

Offline boombastic

  • Sr. Member
  • ****
  • Posts: 251
    • View Profile
    • AngelShares Explorer
Shanghai, China


Sent from my iPhone using Tapatalk
http://bitshares.dacplay.org/r/boombastic
Support My Witness: mr.agsexplorer
BTC: 1Bb6V1UStz45QMAamjaX8rDjsnQnBpHvE8

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
@bytemaster: Agreed .. any additional advises concerning the full proposal in https://bitsharestalk.org/index.php?topic=11740.msg154673.msg#154673