Author Topic: Delegate Owner Jurisdictions  (Read 6083 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

Offline bytemaster

Lets get rid of "core" vs "independent" as I wish there to be no distinction.
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 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   Core Development
1   Core Marketing
2   Independent Development
3   Independent Marketing
4   Faucet
5   Backbone
6   Charity
7   Technical Support
8   Law/Regulations
9   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!!
wallet_account_set_approval spartako

Offline svk

Italy, I have also updated the info in the blockchain:

default (unlocked) >>> blockchain_get_account spartako
Name: spartako
Registered: 2014-07-19T18:00:20
Last Updated: 3 minutes ago
Owner Key: BTSX5mgup8evDqMnT86L7scVebRYDC2fwAWmygPEUL43LjstQegYCC
Active Key History:
- BTSX5mgup8evDqMnT86L7scVebRYDC2fwAWmygPEUL43LjstQegYCC, last used 19 weeks ago

ID    NAME (* next in line)           APPROVAL       PRODUCED MISSED   RELIABILITY   PAY RATE PAY BALANCE         LAST BLOCK  VERSION     
==========================================================================================================================================
335   spartako                        10.47458600 %  10394    142      98.65 %       3 %      9,386.49545 BTS     1108954     v0.4.24     

Public Data:
{
  "version": "v0.4.24",
  "delegate": {
    "country": "it",
    "location": "London,UK"
  }
}

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   Core Development
1   Core Marketing
2   Independent Development
3   Independent Marketing
4   Faucet
5   Backbone
6   Charity
7   Technical Support
8   Law/Regulations
9   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.
Worker: dev.bitsharesblocks

Offline spartako

  • Sr. Member
  • ****
  • Posts: 401
    • View Profile
Italy, I have also updated the info in the blockchain:

default (unlocked) >>> blockchain_get_account spartako
Name: spartako
Registered: 2014-07-19T18:00:20
Last Updated: 3 minutes ago
Owner Key: BTSX5mgup8evDqMnT86L7scVebRYDC2fwAWmygPEUL43LjstQegYCC
Active Key History:
- BTSX5mgup8evDqMnT86L7scVebRYDC2fwAWmygPEUL43LjstQegYCC, last used 19 weeks ago

ID    NAME (* next in line)           APPROVAL       PRODUCED MISSED   RELIABILITY   PAY RATE PAY BALANCE         LAST BLOCK  VERSION     
==========================================================================================================================================
335   spartako                        10.47458600 %  10394    142      98.65 %       3 %      9,386.49545 BTS     1108954     v0.4.24     

Public Data:
{
  "version": "v0.4.24",
  "delegate": {
    "country": "it",
    "location": "London,UK"
  }
}
« Last Edit: November 26, 2014, 08:35:42 am by spartako »
wallet_account_set_approval spartako

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Please post this data in the public data section of your delegate record.
To do so please follow the proposal at http://wiki.bitshares.org/index.php/Delegate/PublicData

Offline CalabiYau


Offline clayop

  • Hero Member
  • *****
  • Posts: 2033
    • View Profile
    • Bitshares Korea
  • BitShares: clayop
Here's how to add public data to your delegate account:

https://bitsharestalk.org/index.php?topic=11485.msg154443#msg154443

delegate.country: "my country" should be used to designate where you live, delegate.location is for server location.

Thanks!
Bitshares Korea - http://www.bitshares.kr
Vote for me and see Korean Bitshares community grows
delegate-clayop

Offline kokojie

  • Sr. Member
  • ****
  • Posts: 286
    • View Profile

Offline Empirical1.1

  • Hero Member
  • *****
  • Posts: 886
    • View Profile
What would be interesting to see at some stage as the delegate system starts fleshing out is an attempt to put currently elected delegates into some sort of organisational chart updated monthly.

It would start to make the self funding DAC system visually a lot more comprehensible & compelling.



A section where developers are listed, pay rate, identity if disclosed, what they work on, same for marketing and sales. (There will probably only be a manageable number of 'employee delegates' the rest will be security delegates, that help secure and decentralise the system.)
« Last Edit: November 26, 2014, 02:21:45 am by Empirical1.1 »

Offline Method-X

  • Hero Member
  • *****
  • Posts: 1131
  • VIRAL
    • View Profile
    • Learn to code
  • BitShares: methodx
Canada, eh.

The delegate is hosted in Singapore.
« Last Edit: November 25, 2014, 11:56:01 pm by MeTHoDx »

Offline svk

Here's how to add public data to your delegate account:

https://bitsharestalk.org/index.php?topic=11485.msg154443#msg154443

delegate.country: "my country" should be used to designate where you live, delegate.location is for server location.
Worker: dev.bitsharesblocks

Offline svk

Only my server is in Holland, I live in France.
Worker: dev.bitsharesblocks


Offline donkeypong

  • Hero Member
  • *****
  • Posts: 2329
    • View Profile
This is important to know. I want some geographic diversity with delegates and their servers. If you have somebody you trust who feeds your pet when you're out of town, then teach that person how to run your delegate also, just in case anything happens.

Offline clayop

  • Hero Member
  • *****
  • Posts: 2033
    • View Profile
    • Bitshares Korea
  • BitShares: clayop
clayop (delegate-clayop) USA.

Wish to go back Korea  :(
Bitshares Korea - http://www.bitshares.kr
Vote for me and see Korean Bitshares community grows
delegate-clayop

Offline bytemaster

Please post this data in the public data section of your delegate record. 
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.

MinerVato

  • Guest
« Last Edit: December 03, 2014, 05:12:34 pm by bytemaster »