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 - R

Pages: 1 ... 49 50 51 52 53 54 55 [56] 57 58 59 60 61 62 63 ... 69
826
I just closed down my full node to connect to yours, connected successfully but the command returns an error:

Code: [Select]
unlocked >>> get_fill_order_history
get_fill_order_history
10 assert_exception: Assert Exception
itr != _by_name.end(): no method with name 'get_fill_order_history'
    {"name":"get_fill_order_history","api":[["about",3],["add_operation_to_builder_transaction",5],["approve_proposal",91],["begin_builder_transaction",4],["blind_history",111],["blind_transfer",110],["borrow_asset",35],["buy",34],["cancel_order",36],["create_account_with_brain_key",31],["create_asset",40],["create_blind_account",107],["create_committee_member",53],["create_witness",58],["create_worker",60],["dbg_generate_blocks",95],["dbg_make_mia",93],["dbg_make_uia",92],["dbg_push_blocks",94],["dbg_stream_json_objects",96],["dbg_update_object",97],["derive_owner_keys_from_brain_key",28],["dump_private_keys",18],["flood_network",98],["fund_asset_fee_pool",48],["get_account",68],["get_account_count",71],["get_account_history",72],["get_account_id",69],["get_asset",46],["get_bitasset_data",47],["get_blind_accounts",104],["get_blind_balances",106],["get_block",70],["get_call_orders",83],["get_committee_member",55],["get_dynamic_global_properties",77],["get_global_properties",76],["get_key_label",102],["get_limit_orders",82],["get_market_history",75],["get_my_blind_accounts",105],["get_object",78],["get_order_book",113],["get_private_key",79],["get_prototype_operation",88],["get_public_key",103],["get_relative_account_history",73],["get_settle_orders",84],["get_transaction_id",39],["get_vesting_balances",62],["get_witness",54],["gethelp",1],["global_settle_asset",50],["help",0],["import_account_keys",25],["import_accounts",24],["import_balance",26],["import_key",23],["info",2],["is_locked",14],["is_new",13],["is_public_key_registered",74],["issue_asset",45],["list_account_balances",21],["list_accounts",20],["list_assets",22],["list_committee_members",57],["list_my_accounts",19],["list_witnesses",56],["load_wallet_file",80],["lock",15],["network_add_nodes",99],["network_get_connected_peers",100],["normalize_brain_key",81],["preview_builder_transaction",8],["propose_builder_transaction",10],["propose_builder_transaction2",11],["propose_fee_change",90],["propose_parameter_change",89],["publish_asset_feed",44],["receive_blind_transfer",112],["register_account",29],["remove_builder_transaction",12],["replace_operation_in_builder_transaction",6],["reserve_asset",49],["save_wallet_file",85],["sell",33],["sell_asset",32],["serialize_transaction",86],["set_desired_witness_and_committee_member_count",67],["set_fees_on_builder_transaction",7],["set_key_label",101],["set_password",17],["set_voting_proxy",66],["settle_asset",51],["sign_builder_transaction",9],["sign_transaction",87],["suggest_brain_key",27],["transfer",37],["transfer2",38],["transfer_from_blind",109],["transfer_to_blind",108],["unlock",16],["update_asset",41],["update_asset_feed_producers",43],["update_bitasset",42],["update_witness",59],["update_worker_votes",61],["upgrade_account",30],["vote_for_committee_member",64],["vote_for_witness",65],["whitelist_account",52],["withdraw_vesting",63]]}
    th_a  api_connection.hpp:109 call

Am I calling this command incorrectly? :S

Code: [Select]
get_fill_order_historyis not a valid method in Bitshares CLI. If I have some today after work I will see if there is a way to get the info you are looking for.

Ah, I didn't realize - the API documentation doesn't make that clear.

What I'm wanting to do is to dump the transactions to disk to which I can then filter with map reduce to focus on filled orders.

Perhaps this is what I'm looking for?
Code: [Select]
vector<market_trade> graphene::app::database_api::get_trade_history(const string &base, const string &quote, fc::time_point_sec start, fc::time_point_sec stop, unsigned limit = 100)
Same problem..

Code: [Select]
unlocked >>> get_trade_history
get_trade_history
10 assert_exception: Assert Exception
itr != _by_name.end(): no method with name 'get_trade_history'
    {"name":"get_trade_history","api":[["about",3],["add_operation_to_builder_transaction",5],["approve_proposal",91],["begin_builder_transaction",4],["blind_history",111],["blind_transfer",110],["borrow_asset",35],["buy",34],["cancel_order",36],["create_account_with_brain_key",31],["create_asset",40],["create_blind_account",107],["create_committee_member",53],["create_witness",58],["create_worker",60],["dbg_generate_blocks",95],["dbg_make_mia",93],["dbg_make_uia",92],["dbg_push_blocks",94],["dbg_stream_json_objects",96],["dbg_update_object",97],["derive_owner_keys_from_brain_key",28],["dump_private_keys",18],["flood_network",98],["fund_asset_fee_pool",48],["get_account",68],["get_account_count",71],["get_account_history",72],["get_account_id",69],["get_asset",46],["get_bitasset_data",47],["get_blind_accounts",104],["get_blind_balances",106],["get_block",70],["get_call_orders",83],["get_committee_member",55],["get_dynamic_global_properties",77],["get_global_properties",76],["get_key_label",102],["get_limit_orders",82],["get_market_history",75],["get_my_blind_accounts",105],["get_object",78],["get_order_book",113],["get_private_key",79],["get_prototype_operation",88],["get_public_key",103],["get_relative_account_history",73],["get_settle_orders",84],["get_transaction_id",39],["get_vesting_balances",62],["get_witness",54],["gethelp",1],["global_settle_asset",50],["help",0],["import_account_keys",25],["import_accounts",24],["import_balance",26],["import_key",23],["info",2],["is_locked",14],["is_new",13],["is_public_key_registered",74],["issue_asset",45],["list_account_balances",21],["list_accounts",20],["list_assets",22],["list_committee_members",57],["list_my_accounts",19],["list_witnesses",56],["load_wallet_file",80],["lock",15],["network_add_nodes",99],["network_get_connected_peers",100],["normalize_brain_key",81],["preview_builder_transaction",8],["propose_builder_transaction",10],["propose_builder_transaction2",11],["propose_fee_change",90],["propose_parameter_change",89],["publish_asset_feed",44],["receive_blind_transfer",112],["register_account",29],["remove_builder_transaction",12],["replace_operation_in_builder_transaction",6],["reserve_asset",49],["save_wallet_file",85],["sell",33],["sell_asset",32],["serialize_transaction",86],["set_desired_witness_and_committee_member_count",67],["set_fees_on_builder_transaction",7],["set_key_label",101],["set_password",17],["set_voting_proxy",66],["settle_asset",51],["sign_builder_transaction",9],["sign_transaction",87],["suggest_brain_key",27],["transfer",37],["transfer2",38],["transfer_from_blind",109],["transfer_to_blind",108],["unlock",16],["update_asset",41],["update_asset_feed_producers",43],["update_bitasset",42],["update_witness",59],["update_worker_votes",61],["upgrade_account",30],["vote_for_committee_member",64],["vote_for_witness",65],["whitelist_account",52],["withdraw_vesting",63]]}
    th_a  api_connection.hpp:109 call

Hmm

827
I just closed down my full node to connect to yours, connected successfully but the command returns an error:

Code: [Select]
unlocked >>> get_fill_order_history
get_fill_order_history
10 assert_exception: Assert Exception
itr != _by_name.end(): no method with name 'get_fill_order_history'
    {"name":"get_fill_order_history","api":[["about",3],["add_operation_to_builder_transaction",5],["approve_proposal",91],["begin_builder_transaction",4],["blind_history",111],["blind_transfer",110],["borrow_asset",35],["buy",34],["cancel_order",36],["create_account_with_brain_key",31],["create_asset",40],["create_blind_account",107],["create_committee_member",53],["create_witness",58],["create_worker",60],["dbg_generate_blocks",95],["dbg_make_mia",93],["dbg_make_uia",92],["dbg_push_blocks",94],["dbg_stream_json_objects",96],["dbg_update_object",97],["derive_owner_keys_from_brain_key",28],["dump_private_keys",18],["flood_network",98],["fund_asset_fee_pool",48],["get_account",68],["get_account_count",71],["get_account_history",72],["get_account_id",69],["get_asset",46],["get_bitasset_data",47],["get_blind_accounts",104],["get_blind_balances",106],["get_block",70],["get_call_orders",83],["get_committee_member",55],["get_dynamic_global_properties",77],["get_global_properties",76],["get_key_label",102],["get_limit_orders",82],["get_market_history",75],["get_my_blind_accounts",105],["get_object",78],["get_order_book",113],["get_private_key",79],["get_prototype_operation",88],["get_public_key",103],["get_relative_account_history",73],["get_settle_orders",84],["get_transaction_id",39],["get_vesting_balances",62],["get_witness",54],["gethelp",1],["global_settle_asset",50],["help",0],["import_account_keys",25],["import_accounts",24],["import_balance",26],["import_key",23],["info",2],["is_locked",14],["is_new",13],["is_public_key_registered",74],["issue_asset",45],["list_account_balances",21],["list_accounts",20],["list_assets",22],["list_committee_members",57],["list_my_accounts",19],["list_witnesses",56],["load_wallet_file",80],["lock",15],["network_add_nodes",99],["network_get_connected_peers",100],["normalize_brain_key",81],["preview_builder_transaction",8],["propose_builder_transaction",10],["propose_builder_transaction2",11],["propose_fee_change",90],["propose_parameter_change",89],["publish_asset_feed",44],["receive_blind_transfer",112],["register_account",29],["remove_builder_transaction",12],["replace_operation_in_builder_transaction",6],["reserve_asset",49],["save_wallet_file",85],["sell",33],["sell_asset",32],["serialize_transaction",86],["set_desired_witness_and_committee_member_count",67],["set_fees_on_builder_transaction",7],["set_key_label",101],["set_password",17],["set_voting_proxy",66],["settle_asset",51],["sign_builder_transaction",9],["sign_transaction",87],["suggest_brain_key",27],["transfer",37],["transfer2",38],["transfer_from_blind",109],["transfer_to_blind",108],["unlock",16],["update_asset",41],["update_asset_feed_producers",43],["update_bitasset",42],["update_witness",59],["update_worker_votes",61],["upgrade_account",30],["vote_for_committee_member",64],["vote_for_witness",65],["whitelist_account",52],["withdraw_vesting",63]]}
    th_a  api_connection.hpp:109 call

Am I calling this command incorrectly? :S

828
Thank you very much   sahkan, I was missing the quotations around the timestamps, lol.

That said, the output seems more of an overhead summary rather than a dump of the fill orders, perhaps the following is a more appropriate command?
Code: [Select]
vector<order_history_object> graphene::app::history_api::get_fill_order_history(asset_id_type a, asset_id_type b, uint32_t limit) const
My CLI wallet interface stated that 'get_fill_order_history' isn't an available command, so time to look into this 'full node' you mentioned..

829
Can anyone provide a working example of the get_market_history CLI command please?

I've been unable to provide the command valid input data, I keep getting error messages about ISO time formatting (despite attempting to use such formatting).

I'm wanting to dump the market history for the MPA/BTS trading pairs & summarize market making participation using Hadoop, potentially incentivizing market making activity (filled orders only, select trading pairs).

Side note: I think it'd be a great idea to provide a single working usage example for each documented API command, this would significantly improve the ease of learning the CLI commands.

Docs API content:
Code: [Select]
vector<bucket_object> graphene::app::history_api::get_market_history(asset_id_type a, asset_id_type b, uint32_t bucket_seconds, fc::time_point_sec start, fc::time_point_sec end) const
Reference:
docs.bitshares.org/api/history.html?highlight=get_market_history

Thanks,

CM.

830
If it's the case that they have lost access, there should be no intervention by the network similar to ETH & DAO.

A sure way of finding out if this is the case, is if someone with a balance greater than the hot wallet attempts to withdraw their BTS..

The shareholders will decide. We have a sophisticated governance system, which makes potential forks like this fair and possible. Settling this on-chain fast and efficiently will show other chains who have been in similar situations how powerful our system really is.

If you think there should be no intervention, your stake will have its say.
I'd find it hard to believe that a decentralized exchange network would opt to bail out a centralized exchange, but you're right that it should be put to a vote if found to be a reality.

831
General Discussion / Re: BitShares Blockchain Foundation
« on: July 11, 2017, 06:57:40 pm »
Quote
It is also our pleasure that we are going to start with Peter Conrad's (@pc) worker that is going to implement BSIP18 for bitasset recovery.
Of course, we are hoping for the worker to be accepted and approved by the BitShares shareholders once it is created.

Oh hell yeah! This is excellent news, I'll be voting for this worker proposal ASAP! :D

Very interesting that we'll be able to provide bitUSD worker escrow so as to reduce the volatility of paying workers in BTS! Good development.

Keep up the great work :)

832
Great to see you take on the challenge of becoming a Bitshares witness, you've 100% got my vote! You've already displayed your ability to run a steem witness & have been running several gridcoin nodes for the gridcoin blockchain explorer you created (primary gridcoin explorer).

833
Might be a question best asked on Steemit, no? I'm sure you could use shapeshift to buy some gold with steem..

834
General Discussion / Re: BitShares unplanned maintenance
« on: July 10, 2017, 09:24:36 pm »
Good time to analyze which witnesses were quick to react with this situation.



I know xeldal, lafona and sahkan are updating. no idea about the others
Surely their 'missed blocks' statistic is going to go through the roof soon? Might spur a shift in voting intent!

835
If it's the case that they have lost access, there should be no intervention by the network similar to ETH & DAO.

A sure way of finding out if this is the case, is if someone with a balance greater than the hot wallet attempts to withdraw their BTS..

836
BUMP!

Can we talk about this 'refund400k' worker proposal? It is currently active in the BTS network and previous posts in this thread seem to indicate that it's destroying the 400k BTS each day instead of refunding it to the reserve pool..

I created a thread on steemit regarding this issue https://steemit.com/bitshares/@cm-steem/refund400k-not-refunding-but-rather-burning-destroying-400k-bts-day

I would massively appreciate more information being provided, there's a surprising lack of information regarding this active worker proposal & many are confused about its purpose.

Thanks,
CM.

837
...So as to incentivize voting?

This will only incentivize uneducated / "random" voting, people will start voting for the first random guy thy find in order to get the "free money"

Potentially yeah, users would likely just blindly vote in order to earn their dividends which could lead to the wrong kind of votes being cast.

838
If we make BTS holders eligible for profit-sharing/dividends, what are your thoughts on only distributing dividends to users who have recently participated in witness/committee voting? So as to incentivize voting?

839
*BUMP*

I have begun refining the contents of BSIP-0005 since it hasn't been updated and discussion has stagnated; I will post a link to a draft BSIP here and on Steemit when it's ready.

EDIT:

I have elaborated upon bytemaster's BSIP:
https://steemit.com/bitshares/@cm-steem/bsip-0022-draft-introducing-expiring-votes-for-witnesses-committie-members-and-proxies-within-the-bitshares-network-an
https://github.com/grctest/bsips/blob/master/bsip-0022.md

840
Thrown together an additional BSIP 21 regarding the 'coin-age' statistic that both BSIPs 19 and 20 referenced: https://steemit.com/bitshares/@cm-steem/bsip-0021-draft-introducing-the-coin-age-statistic-to-bitshares-assets-input-would-be-massively-appreciated

I'd greatly appreciate input on the contents of these 3 BSIPs, I'll refine the BSIPs with your input.

Best regards,
CM :)

Pages: 1 ... 49 50 51 52 53 54 55 [56] 57 58 59 60 61 62 63 ... 69