Author Topic: 如果有人可以把bts console里每条命令用法,获取的信息解释下就好了。3i可以做个悬赏任务吧。  (Read 3508 times)

0 Members and 1 Guest are viewing this topic.

Offline sudo

  • Hero Member
  • *****
  • Posts: 2255
    • View Profile
  • BitShares: ags
每个命令都可以用
help 命令
的方式看到详细说明。
比如:
Code: [Select]
>> help blockchain_get_account

Usage:
blockchain_get_account <account>                                                                      Retrieves the record for the given account name or ID
Retrieves the record for the given account name or ID

Parameters:
  account (string, required): account name, ID, or public key to retrieve the record for

Returns:
  optional_account_record

aliases: get_account

3q  help blockchain_get_account
我以前试的是  blockchain_get_account -help 囧
那用翻译软件辅助 大概能明白了

Offline airfell

  • Full Member
  • ***
  • Posts: 73
    • View Profile
BTS承兑交流QQ群:202033407

Offline sudo

  • Hero Member
  • *****
  • Posts: 2255
    • View Profile
  • BitShares: ags
买 = buy =ask
卖 = sell =  bid  +short就是抵押bts借出的bitA挂的卖单

GUI汉化了  提示语还是没有
USD XTS里 short usd最低价Min 0.04536595820001758
但是short会提示
Quote
Order failed: stupid order (20034) You are attempting to short at more than 5% above the buy price. This short is based on economically unsound principles, and is ill-advised. If you're sure you want to do this, place your short again and set allow_stupid_short to true.
ask、bid反了

囧 果然 我修改下

Offline cgafeng

每个命令都可以用
help 命令
的方式看到详细说明。
比如:
Code: [Select]
>> help blockchain_get_account

Usage:
blockchain_get_account <account>                                                                      Retrieves the record for the given account name or ID
Retrieves the record for the given account name or ID

Parameters:
  account (string, required): account name, ID, or public key to retrieve the record for

Returns:
  optional_account_record

aliases: get_account
BTC:1EYwcZ9cYVj6C9LMLafdcjK9wicVMDV376

Offline 天籁

  • Hero Member
  • *****
  • Posts: 744
    • View Profile
买 = buy =ask
卖 = sell =  bid  +short就是抵押bts借出的bitA挂的卖单

GUI汉化了  提示语还是没有
USD XTS里 short usd最低价Min 0.04536595820001758
但是short会提示
Quote
Order failed: stupid order (20034) You are attempting to short at more than 5% above the buy price. This short is based on economically unsound principles, and is ill-advised. If you're sure you want to do this, place your short again and set allow_stupid_short to true.
ask、bid反了

Offline sudo

  • Hero Member
  • *****
  • Posts: 2255
    • View Profile
  • BitShares: ags
买 = buy =bid
卖 = sell =  ask  +short就是抵押bts借出的bitA挂的卖单

GUI汉化了  提示语还是没有
USD XTS里 short usd最低价Min 0.04536595820001758
但是short会提示
Quote
Order failed: stupid order (20034) You are attempting to short at more than 5% above the buy price. This short is based on economically unsound principles, and is ill-advised. If you're sure you want to do this, place your short again and set allow_stupid_short to true.
« Last Edit: August 15, 2014, 04:11:43 pm by sudo »

Offline sudo

  • Hero Member
  • *****
  • Posts: 2255
    • View Profile
  • BitShares: ags
Code: [Select]
>> help

about                                                                                               
batch <method_name> <parameters_list>                                                               
blockchain_export_fork_graph [start_block] [end_block] [filename]                                   
blockchain_get_account <account>                                                                   
blockchain_get_asset <asset>                                                                       
blockchain_get_block <block>                                                                       
blockchain_get_block_count                                                                         
blockchain_get_block_hash <block_number>                                                           
blockchain_get_block_signee <block_number>                                                         
blockchain_get_block_transactions <block>                                                           
blockchain_get_delegate_slot_records <delegate_name>                                               
blockchain_get_feeds_for_asset <asset>                                                             
blockchain_get_feeds_from_delegate <delegate_name>                                                 
blockchain_get_info                                                                                 
blockchain_get_proposal_votes <proposal_id>                                                         
blockchain_get_security_state                                                                       
blockchain_get_transaction <transaction_id> [exact]                                                 
blockchain_is_synced                                                                               
blockchain_list_accounts [first_account_name] [limit]                                               
blockchain_list_active_delegates [first] [count]                                                   
blockchain_list_assets [first_symbol] [limit]                                                       
blockchain_list_blocks [first_block_number] [limit]                                                 
blockchain_list_delegates [first] [count]                                                           
blockchain_list_forks                                                                               
blockchain_list_market_transactions <block_number>                                                 
blockchain_list_missing_block_delegates <block_number>                                             
blockchain_list_pending_transactions                                                               
blockchain_list_proposals [first] [count]                                                           
blockchain_list_recently_registered_accounts                                                       
blockchain_market_list_asks <quote_symbol> <base_symbol> [limit]                                   
blockchain_market_list_bids <quote_symbol> <base_symbol> [limit]                                   
blockchain_market_list_covers <quote_symbol> [limit]                                               
blockchain_market_list_shorts <quote_symbol> [limit]                                               
blockchain_market_order_book <quote_symbol> <base_symbol> [limit]                                   
blockchain_market_order_history <quote_symbol> <base_symbol> [skip_count] [limit] [block_limit]     
blockchain_market_price_history <quote_symbol> <base_symbol> <start_time> <duration> [granularity] 
blockchain_market_status <quote_symbol> <base_symbol>                                               
debug_advance_time <delta_time_seconds> [unit]                                                     
debug_clear_errors [start_time] [first_error_number] [limit]                                       
debug_enable_output <enable_flag>                                                                   
debug_filter_output_for_tests <enable_flag>                                                         
debug_get_call_statistics                                                                           
debug_list_errors [first_error_number] [limit] [filename]                                           
debug_list_errors_brief [first_error_number] [limit] [filename]                                     
debug_start_simulated_time <new_simulated_time>                                                     
debug_update_logging_config                                                                         
debug_verify_delegate_votes                                                                         
debug_wait <wait_time>                                                                             
debug_wait_block_interval <wait_time_in_block_intervals>                                           
debug_wait_for_block_by_number <block_number> [type]                                               
debug_write_errors_to_file [path] [start_time]                                                     
execute_command_line <input>                                                                       
execute_script <script>                                                                             
get_info                                                                                           
help [command_name]                                                                                 
http_start_server [port]                                                                           
meta_help                                                                                           
network_add_node <node> [command]                                                                   
network_broadcast_transaction <transaction_to_broadcast>                                           
network_get_advanced_node_parameters                                                               
network_get_block_propagation_data <block_hash>                                                     
network_get_connection_count                                                                       
network_get_info                                                                                   
network_get_peer_info [not_firewalled]                                                             
network_get_transaction_propagation_data <transaction_id>                                           
network_get_upnp_info                                                                               
network_get_usage_stats                                                                             
network_list_potential_peers                                                                       
network_set_advanced_node_parameters <params>                                                       
network_set_allowed_peers <allowed_peers>                                                           
rpc_set_password [password]                                                                         
rpc_set_username [username]                                                                         
rpc_start_server [port]                                                                             
stop                                                                                               
validate_address <address>                                                                         
wallet_account_balance [account_name]                                                               
wallet_account_create <account_name> [private_data]                                                 
wallet_account_list_public_keys <account_name>                                                     
wallet_account_register <account_name> <pay_from_account> [public_data] [delegate_pay_rate]         
wallet_account_rename <current_account_name> <new_account_name>                                     
wallet_account_set_approval <account_name> [approval]                                               
wallet_account_set_favorite <account_name> [is_favorite]                                           
wallet_account_transaction_history [account_name] [asset_symbol] [limit] [start_block_num] [end_block_num]
wallet_account_update_active_key <account_to_update> <pay_from_account> [new_active_key]           
wallet_account_update_private_data <account_name> [private_data]                                   
wallet_account_update_registration <account_name> <pay_from_account> [public_data] [delegate_pay_rate]
wallet_account_vote_summary [account_name]                                                         
wallet_add_contact_account <account_name> <account_key>                                             
wallet_asset_create <symbol> <asset_name> <issuer_name> [description] [data] [maximum_share_supply] [precision] [is_market_issued]
wallet_asset_issue <amount> <symbol> <to_account_name> [memo_message]                               
wallet_backup_create <json_filename>                                                               
wallet_backup_restore <json_filename> <wallet_name> <imported_wallet_passphrase>                   
wallet_change_passphrase <passphrase>                                                               
wallet_close                                                                                       
wallet_create <wallet_name> <new_passphrase> [brain_key]                                           
wallet_delegate_set_block_production <delegate_name> <enabled>                                     
wallet_delegate_withdraw_pay <delegate_name> <to_account_name> <amount_to_withdraw> [memo]         
wallet_dump_private_key <input>                                                                     
wallet_get_account <account_name>                                                                   
wallet_get_info                                                                                     
wallet_get_name                                                                                     
wallet_get_pending_transaction_errors [filename]                                                   
wallet_get_setting <name>                                                                           
wallet_import_armory <wallet_filename> <passphrase> <account_name>                                 
wallet_import_bitcoin <wallet_filename> <passphrase> <account_name>                                 
wallet_import_electrum <wallet_filename> <passphrase> <account_name>                               
wallet_import_keyhotee <firstname> <middlename> <lastname> <brainkey> <keyhoteeid>                 
wallet_import_multibit <wallet_filename> <passphrase> <account_name>                               
wallet_import_private_key <wif_key> [account_name] [create_new_account] [rescan]                   
wallet_list                                                                                         
wallet_list_accounts                                                                               
wallet_list_favorite_accounts                                                                       
wallet_list_my_accounts                                                                             
wallet_list_unregistered_accounts                                                                   
wallet_lock                                                                                         
wallet_login_finish <server_key> <client_key> <client_signature>                                   
wallet_login_start <server_account>                                                                 
wallet_market_cancel_order <order_id>                                                               
wallet_market_cover <from_account_name> <quantity> <quantity_symbol> <order_id>                     
wallet_market_order_list <base_symbol> <quote_symbol> [limit] [account_name]                       
wallet_market_submit_ask <from_account_name> <sell_quantity> <sell_quantity_symbol> <ask_price> <ask_price_symbol> [allow_stupid_ask]
wallet_market_submit_bid <from_account_name> <quantity> <quantity_symbol> <base_price> <base_symbol> [allow_stupid_bid]
wallet_market_submit_short <from_account_name> <short_quantity> <short_price> <short_symbol> [allow_stupid_short]
wallet_open <wallet_name>                                                                           
wallet_publish_price_feed <delegate_account> <price> <asset_symbol>                                 
wallet_publish_slate <publishing_account_name> [paying_account_name]                               
wallet_recover_accounts <accounts_to_recover> [maximum_number_of_attempts]                         
wallet_remove_contact_account <account_name>                                                       
wallet_rescan_blockchain [first_block_number] [num_blocks]                                         
wallet_set_automatic_backups <enabled>                                                             
wallet_set_priority_fee <fee>                                                                       
wallet_set_setting <name> <value>                                                                   
wallet_set_transaction_scanning <enabled>                                                           
wallet_sign_hash <signing_account> <hash>                                                           
wallet_transaction_rebroadcast <transaction_id>                                                     
wallet_transaction_remove <transaction_id>                                                         
wallet_transaction_scan <block_num> <transaction_id>                                               
wallet_transfer <amount_to_transfer> <asset_symbol> <from_account_name> <to_account_name> [memo_message] [vote_method]
wallet_transfer_from <amount_to_transfer> <asset_symbol> <paying_account_name> <from_account_name> <to_account_name> [memo_message] [vote_method]
wallet_unlock <timeout> <passphrase>