Cryptog's BCExchange data feeds - BETA

BCExchange Cryptog’s datafeeds charter - BETA

(I am one of the very few public faces of B&C Exchange. You can find some information about myself at the bottom)


Here is the information to subscribe to my experimental datafeeds regarding BCExchange.
Please take note of the disclaimer at the bottom before subscribing.
For Nu, my data feed is described here.

  • Signature address: 8Pii9Ectrm3hGPiu1wr7nMqxabUeSpdrqY

Prefer to copy and paste just once? Try this. Open the debug window of your client and paste all the text in the quote below into it and press enter to subscribe instantly to this datafeed:

setdatafeed “https://raw.githubusercontent.com/cryptog/bcexchange_data_feed/master/cryptog_bcexchange_data_feed.json” “https://raw.githubusercontent.com/cryptog/bcexchange_data_feed/master/cryptog_bcexchange_data_feed.json.signature” 8Pii9Ectrm3hGPiu1wr7nMqxabUeSpdrqY

For Raspberry Pi datafeed subscription you can use this:

bcexchanged setdatafeed “https://raw.githubusercontent.com/cryptog/bcexchange_data_feed/master/cryptog_bcexchange_data_feed.json” “https://raw.githubusercontent.com/cryptog/bcexchange_data_feed/master/cryptog_bcexchange_data_feed.json.signature” 8Pii9Ectrm3hGPiu1wr7nMqxabUeSpdrqY

Please note that my votes contain the “parking rates” field though there is no parking rate voting with B&C Exchange.
This is because the client is still in BETA mode and its source code needs some cleaning up but this is not an issue.

Documentation on how to add a datafeed to your client can be found here: https://docs.nubits.com/using-a-data-feed/. If you don’t like parts of the vote you can untick them and add your own vote manually. Subscribing to this data-feed will overwrite any votes you had set in case you have ticked all the boxes in ‘Part of the vote to update’.

Charter
This charter describes the process on which grant, motion, and fee votes will be included. As it is impossible to foresee each scenario I can only give some guidance on how I would include or exclude new motions and custodial grants. I may add further guidance on my voting strategy or intentions in this charter in this thread.

Custodial grants and motions
I will endeavor to assess draft motions and draft custodial grants once posted. When they are published for voting, and I’m in favor I will try to add them within 24 hours into my datafeeds.

Changes
When you have added the Signature URL you will be notified by the client of any changes to the datafeed.
The actual datafeed can be looked at here:

Any changes can be viewed here.

Disclaimer

The data-feed is provided free of charge. To the full extent permissible by law, I disclaim all responsibility for any damages or losses (including, without limitation, financial loss, damages for loss in projects, loss of profits or other consequential losses) arising in contract, tort or otherwise from the use of this data-feed or inability to use this data-feed, or from any action or decision taken as a result of using the data-feed.

Personal information

Cryptog is my handle name. My name is Pascal Hideki Hamonic

Some of my contributions to B&C Exchange so far


EDIT:

  • removed some parts
  • added info about how to add a feed to a Raspberry Pi
  • added some personal info
6 Likes
  • added the motion vote on stopping the sales of BlockShares.

Subscribed.

1 Like

Thank you for the service !

@assistant tip 3 @cryptog

1 Like

Tks for the tip this time too!

  • removed the motion vote on stopping the sales of BlockShares because it passed.

changed the sub from Data feeds/NuShares to B&C Exchange.

05APR16 update


  • Additions
    – set blockshares tx fee to 0.01
    – set blockcredits tx fee to 0.01
    – set number of reputed signers eligible for reward to 4
    – set reward amount per block to 0.01
    – assets voting:

“assets” : [
{
“assetid” : “BKC”,
“confirmations” : 15,
“reqsigners” : 4,
“totalsigners” : 6,
“maxtrade” : 5000.0,
“mintrade” : 0.1,
“unitexponent” : 4
},
{
“assetid” : “BKS”,
“confirmations” : 15,
“reqsigners” : 4,
“totalsigners” : 6,
“maxtrade” : 1000.0,
“mintrade” : 1.0,
“unitexponent” : 4
},
{
“assetid” : “BTC”,
“confirmations” : 2,
“reqsigners” : 4,
“totalsigners” : 6,
“maxtrade” : 10.0,
“mintrade” : 0.001,
“unitexponent” : 8
},
{
“assetid” : “NBT”,
“confirmations” : 15,
“reqsigners” : 4,
“totalsigners” : 6,
“maxtrade” : 5000.0,
“mintrade” : 0.1,
“unitexponent” : 4
},
{
“assetid” : “NSR”,
“confirmations” : 15,
“reqsigners” : 4,
“totalsigners” : 6,
“maxtrade” : 1000000.0,
“mintrade” : 30.0,
“unitexponent” : 8
}
]

  • Removals
1 Like

Subscribed temporarily, pending my feed.

1 Like

11APR16 update


  • Additions

  • Removals
    – removed assets votes and reputation votes because of this…as follows

{
“custodians” : [
],
“parkrates” : [
],
“motions” : [
],
“fees” : {
“8” : 0.01,
“C” : 0.01
},
“reputations” : [
],
“signerreward” : {
“count” : null,
“amount” : null
},
“assets” : [
]
}

2 Likes

12APR16 update


Edited signerreward so that it looks like

“signerreward” : {
},

22APR16 update


  • Additions:
    – added motion vote for cryptog’s motion to apply as default datafeed provider for B&C

  • Assets voting

{
“assets” : [
{
“assetid” : “BKC”,
“confirmations” : 3,
“reqsigners” : 3,
“totalsigners” : 5,
“maxtrade” : 10.0,
“mintrade” : 0.1,
“unitexponent” : 4
},
{
“assetid” : “BKS”,
“confirmations” : 3,
“reqsigners” : 3,
“totalsigners” : 5,
“maxtrade” : 1.0,
“mintrade” : 0.1,
“unitexponent” : 4
},
{
“assetid” : “BTC”,
“confirmations” : 1,
“reqsigners” : 3,
“totalsigners” : 5,
“maxtrade” : 0.01,
“mintrade” : 0.001,
“unitexponent” : 8
},
{
“assetid” : “NBT”,
“confirmations” : 3,
“reqsigners” : 3,
“totalsigners” : 5,
“maxtrade” : 10.0,
“mintrade” : 0.1,
“unitexponent” : 4
},
{
“assetid” : “NSR”,
“confirmations” : 3,
“reqsigners” : 3,
“totalsigners” : 5,
“maxtrade” : 5000.0,
“mintrade” : 1.0,
“unitexponent” : 8
},
{
“assetid” : “PPC”,
“confirmations” : 1,
“reqsigners” : 3,
“totalsigners” : 5,
“maxtrade” : 20.0,
“mintrade” : 0.1,
“unitexponent” : 6
},
{
“assetid” : “XPM”,
“confirmations” : 3,
“reqsigners” : 3,
“totalsigners” : 5,
“maxtrade” : 20.0,
“mintrade” : 0.1,
“unitexponent” : 6
}
]
}

EDIT:Got to fix an issue with github

1 Like

01JUL16 update


  • Motions
    – added vote for motion to elect Sigmike as B&C’s technical leader
2 Likes

04JUL16 update


I have upgraded my client to v 5.0.1 and generated new feeds.
Mandatory upgrade to v 5.0.1.
Otherwise you would not be able to get my feeds any more.
Tks.

28JUL16 update


Custodian vote
unchanged

Motion vote
– removed Motion vote to elect Sigmike as B&C’s technical leader because it passed.

Fee vote
unchanged

Asset vote
unchanged

Reputation vote

  • upvote
    mhps:100
    phoenix:10
    cybnate:100
    sabreiib:100
    backpacker:100
    jooize:50

  • downvote
    none

  • signer reward
    – number of reputed signers eligible for reward: 7
    – reward amount per block:0.001

11AUG update


Custodian vote
unchanged

Motion vote
unchanged

Fee vote
BKS: 0.001
BKC: unchanged

Asset vote
unchanged

Reputation vote

  • upvote
    cryptog: 127
    mark: 20

  • downvote
    none

  • signer reward
    unchanged_

1 Like

20AUG update


Custodian vote
unchanged

Motion vote
unchanged

Fee vote
BKS: 0.001
BKC: unchanged

Asset vote
unchanged

Reputation vote

  • upvote
    unchanged

  • downvote
    – 8Z3cSbWKeCiE5A15dJpsHmou34w5BYVHqM : - 127

  • number of repute signers eligible for reward: 10

  • signer reward per block: 0.01

Is there a reason your not adding the RSOT motion?

1 Like

I am trying to make up my mind based on About multisig groups such as FLOT, FSRT and RSOT

25AUG update - bis


Custodian vote
unchanged

Motion vote
– added motion vote for rewarding listing Block Shares on an exchange.
– added RSOT s motion vote .

Fee vote
– BKS: unchaged
– BKC: unchanged

Asset vote
unchanged

Reputation vote

  • upvote
    unchanged

  • downvote
    unchanged

  • number of repute signers eligible for reward: unchanged

  • signer reward per block: unchanged