Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bulletproof

Pages: [1] 2 3 4 5 6
1
Technical Support / Re: Graphene API Documentation?
« on: September 27, 2015, 09:21:44 pm »
The API for the chain database is here... it will give you the calls / arguments that are available over websocket.

https://github.com/cryptonomex/graphene/blob/master/libraries/app/include/graphene/app/database_api.hpp

@CryptoPrometheus, in case you aren't familiar with it; doxygen can produce a much more user-friendly html rendition of the source code documentation - just do
Code: [Select]
doxygen database_api.hpp (in this case) from it's directory and open the resulting html folder. This will show exactly what you are after (param/return types etc) for each command etc. and is much easier to read then the source docs markup ;)

2
Meta / Re: how to use the forum mention
« on: September 25, 2015, 02:02:46 pm »
@fav @bulletproof. Test

4
+5%

I am so glad to be part of such a great community

Ditto - awesome job from the devs & all other contributors

5
Technical Support / Re: Creating my first UIA
« on: September 08, 2015, 04:03:04 pm »

6
Technical Support / Re: Creating my first UIA
« on: September 08, 2015, 11:00:40 am »

This statement scares the hell out of me. It says to me that this wallet-created account will not be migrated:
Quote
Update: All account names registered on or after 2015-06-18 (US Eastern time) will be migrated <without prefixing> if and only if they were registered using the BitShares Faucet.

Would suggest minor rewording would make this clearer, it does read scary

7
General Discussion / Re: Strucutre of Genesis Block
« on: September 08, 2015, 10:52:48 am »
Hey there,

can we please discuss the structure of the genesis block, please? In particular,

1)
I noticed that account names are sorted alphabetically, hence squatter accounts like a_______________ will have a low 'id' number while xeroc for obvious reasons will have a high id number. Hence, I propose to
a)  Have the keyhotee founders be the first names (sorted by their donation date) and
b) then add the other accounts corresponding to the account-ids in in BTS-0.9

2)
Can we have a forum thread where people can have their accounts and subaccounts removed from the genesis prior to launch? I do have a set of subaccounts I would like to get rid of.

3)
What else should we discuss when it comes to the construction of the genesis block of BTS2?

This is our last chance!

1) - Fine with me if early adopters want to have 'premium' low account ID's - I'm happy in the late 5 digits!

2)  +5%. I have at least one account with lost keys - no point polluting 2.0 genesis with known dead accounts..

3) Would add UIA's people want to voluntarily 'remove' to 2) as well, on the basis that less than 100 of the 531 have been initialized and only 4 are capitalized!

Not sure whether this falls into the structure of the block scope of this thread, but I haven't seen anywhere community discussion/agreement on the initial parameters - e.g. fee levels etc - i.e everything in the first 210 lines or so. Has this already ben agreed -or is it scheduled for discussion elsewhere?

Code: [Select]
"initial_parameters": {
    "current_fees": {
      "parameters": [[
          0,{
            "fee": 2000000,
            "price_per_kbyte": 1000000
          }
        ],[
          1,{
            "fee": 500000
          }
        ],[
          2,{
            "fee": 0
          }
        ],[
          3,{
            "fee": 2000000
          }
        ],[
          4,{}
        ],[
          5,{
            "basic_fee": 500000,
            "premium_fee": 200000000,
            "price_per_kbyte": 100000
          }
        ],[
          6,{
            "fee": 2000000,
            "price_per_kbyte": 100000
          }
        ],[
          7,{
            "fee": 300000
          }
        ],[
          8,{
            "membership_annual_fee": 200000000,
            "membership_lifetime_fee": 1000000000
          }
        ],[
          9,{
            "fee": 50000000
          }
        ],[
          10,{
            "symbol3": "50000000000",
            "symbol4": "30000000000",
            "long_symbol": 500000000,
            "price_per_kbyte": 10
          }
        ],[
          11,{
            "fee": 50000000,
            "price_per_kbyte": 10
          }
        ],[
          12,{
            "fee": 50000000
          }
        ],[
          13,{
            "fee": 50000000
          }
        ],[
          14,{
            "fee": 2000000,
            "price_per_kbyte": 100000
          }
        ],[
          15,{
            "fee": 2000000
          }
        ],[
          16,{
            "fee": 100000
          }
        ],[
          17,{
            "fee": 10000000
          }
        ],[
          18,{
            "fee": 50000000
          }
        ],[
          19,{
            "fee": 100000
          }
        ],[
          20,{
            "fee": 500000000
          }
        ],[
          21,{
            "fee": 2000000
          }
        ],[
          22,{
            "fee": 2000000,
            "price_per_kbyte": 10
          }
        ],[
          23,{
            "fee": 100000,
            "price_per_kbyte": 10
          }
        ],[
          24,{
            "fee": 100000
          }
        ],[
          25,{
            "fee": 100000
          }
        ],[
          26,{
            "fee": 2000000
          }
        ],[
          27,{
            "fee": 0,
            "price_per_kbyte": 10
          }
        ],[
          28,{
            "fee": 500000000
          }
        ],[
          29,{
            "fee": 100000
          }
        ],[
          30,{
            "fee": 100000
          }
        ],[
          31,{
            "fee": 2000000
          }
        ],[
          32,{
            "fee": 500000000
          }
        ],[
          33,{
            "fee": 100000
          }
        ],[
          34,{
            "fee": 100000
          }
        ],[
          35,{
            "fee": 100000,
            "price_per_kbyte": 10
          }
        ],[
          36,{
            "fee": 2000000
          }
        ],[
          37,{}
        ],[
          38,{
            "fee": 500000,
            "price_per_kbyte": 10
          }
        ],[
          39,{
            "fee": 500000,
            "price_per_output": 500000
          }
        ]
      ],
      "scale": 10000
    },
    "block_interval": 5,
    "maintenance_interval": 300,
    "maintenance_skip_slots": 3,
    "committee_proposal_review_period": 300,
    "maximum_transaction_size": 2048,
    "maximum_block_size": 2048000000,
    "maximum_expiration": 3600,
    "maximum_time_until_expiration": 86400,
    "maximum_proposal_lifetime": 2419200,
    "maximum_asset_whitelist_authorities": 10,
    "maximum_asset_feed_publishers": 10,
    "maximum_witness_count": 1001,
    "maximum_committee_count": 1001,
    "maximum_authority_membership": 10,
    "reserve_percent_of_fee": 2000,
    "network_percent_of_fee": 2000,
    "lifetime_referrer_percent_of_fee": 3000,
    "cashback_vesting_period_seconds": 31536000,
    "cashback_vesting_threshold": 10000000,
    "count_non_member_votes": true,
    "allow_non_member_whitelists": false,
    "witness_pay_per_block": 1000000,
    "worker_budget_per_day": "50000000000",
    "max_predicate_opcode": 1,
    "fee_liquidation_threshold": 10000000,
    "accounts_per_fee_scale": 1000,
    "account_fee_scale_bitshifts": 4,
    "max_authority_depth": 2,
    "extensions": []
  }

8
General Discussion / Re: Test Net for Advanced Users
« on: September 07, 2015, 07:44:30 pm »
Thanks @abit, it is still not showing up so maybe you are right, I'll watch that issue. Sadly I didn't have the foresight to copy it down   :-\

As there isn't a destroy_witness command I guess I'd have to start with a new account to generate a new witness - not sure I can face that right now!

Many thanks for your help anyhow
I'd like to suggest that you could try start a new chain or maybe a new witness_node (don't sync with current network) and create the witness again, maybe you'll get the keys. I noticed that my keys are same every time in the past 4 test networks.

Good plan, will try that

9
General Discussion / Re: Test Net for Advanced Users
« on: September 07, 2015, 07:24:13 pm »
Thanks @abit, it is still not showing up so maybe you are right, I'll watch that issue. Sadly I didn't have the foresight to copy it down   :-\

As there isn't a destroy_witness command I guess I'd have to start with a new account to generate a new witness - not sure I can face that right now!

Many thanks for your help anyhow

10
General Discussion / Re: Test Net for Advanced Users
« on: September 07, 2015, 04:39:00 pm »
Almost there with my witness - just having trouble finding/adding my witness private key. My witness signing key (starting GPH5..) isn't listed in array output from:

Code: [Select]
dump_private_keys
[[
    "GPH6xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxV",
    "5xxx<private>"
  ],[
    "GPH6xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxj",
    "5xxx<private>"
  ],[
    "GPH7xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxa",
    "5xxx<private>"
  ]
]

Is this simply because I don't have any/enough votes yet?

Code: [Select]
get_witness "e-v"
{
  "id": "1.6.5249",
  "witness_account": "1.2.25428",
  "last_aslot": 0,
  "signing_key": "GPH5xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxX",
  "vote_id": "1:5465",
  "total_votes": 0,
  "url": "url-to-proposal"
}

If so I'd be grateful for some, as I'd like to see if my witness can sign blocks on the AWS free-tier VPS - all running fine on 1GB RAM so far  :)

11
General Discussion / Re: Test Net for Advanced Users
« on: September 07, 2015, 12:07:41 pm »
Thanks to @clayop I now have an upgraded account I'd like to turn into a witness. Apparently I am 4,000 Core short of being able to create one - anyone be able to spare a few?  :) Thx

Account: "e-v"

yep same on my side ^^

I've sent both graphene and e-v 4000 CORE for account registration.

You are a gent @Fox. IOU

12
General Discussion / Re: Test Net for Advanced Users
« on: September 07, 2015, 11:56:02 am »
With fees so high & supply so low, ammunition for stress testing is very limited.
Can we tweak the fees ?

I guess we have a liquidity crunch until fees can be recycled  :-\

13
Technical Support / Re: Bitshares 2.0 fee schedule published?
« on: September 07, 2015, 10:15:45 am »
Thanks @fav, so I understand. What I was after though is the comprehensive fee schedule for all activities - e.g. account upgrades, witness creation etc etc..

14
Technical Support / Bitshares 2.0 fee schedule published?
« on: September 07, 2015, 09:49:46 am »
The current Bitshares fee schedule is here: http://bytemaster.github.io/bitshares/2014/12/30/BitShares-Fee-Schedule-Explained/
Is there a full/draft graphene-chain fee list anywhere - can't see it on the wiki?

Thx

15
General Discussion / Re: Test Net for Advanced Users
« on: September 07, 2015, 09:36:16 am »
Thanks to @clayop I now have an upgraded account I'd like to turn into a witness. Apparently I am 4,000 Core short of being able to create one - anyone be able to spare a few?  :) Thx

Account: "e-v"

Pages: [1] 2 3 4 5 6