Author Topic: Dry Run 9: [Block]Chain Hang Low (featuring guest performer: ~~BitUSD~~)  (Read 25894 times)

0 Members and 1 Guest are viewing this topic.

clout

  • Guest
what am i doing wrong when attempting to buy USD

Code: [Select]
default (unlocked) >>> wallet_market_submit_bid clout 700 XTS 0.016308636848902 USD
20010 insufficient_funds: insufficient funds

    {"required":"11.4160 USD","available":"0.0000 USD"}
    th_a  wallet.cpp:373 withdraw_to_transaction

    {"amount":114160,"asset_id":22,"from_account_address":"XTS9JQK4uL4JttHv2x9gCECSqE4q33Z3sPs9","trx":{"expiration":"19700101T000000","delegate_slate_id":null,"operations":[],"signatures":[]},"required_signatures":["XTSE9E61MPc1u33V3EBcuNZmDUtpBfsNjLhR"]}
    th_a  wallet.cpp:374 withdraw_to_transaction

    {"from_account_name":"clout","real_quantity":700,"quantity_symbol":"XTS","quote_price":0.016308636848901999,"quote_symbol":"USD","sign":true}
    th_a  wallet.cpp:2972 submit_bid

    {}
    th_a  common_api_client.cpp:1251 wallet_market_submit_bid

    {"command":"wallet_market_submit_bid"}
    th_a  cli.cpp:538 execute_command

Offline bitcoinerS

  • Hero Member
  • *****
  • Posts: 592
    • View Profile
This seems strange.
I tried covering part of a cover_order, but now it is gone from order list.. Is this expected?

Code: [Select]
>>> wallet_market_order_list USD XTS
TYPE        QUANTITY            PRICE                         BALANCE             COST                COLLATERAL          ID                                 
--------------------------------------------------------------------------------------------------------------------------------
cover_order 3.75037 XTS         0.01333201790756645 USD / XTS 0.0500 USD          0.0499 USD          5.00050 XTS         XTS5u2Utwb2E7AiBcG1HmjvuxSMpKPzw9KNu

Code: [Select]
>>> wallet_market_cover bitcoiners 0.1 USD XTS5u2Utwb2E7AiBcG1HmjvuxSMpKPzw9KNu

Code: [Select]
>>> wallet_account_transaction_history
...
2014-07-15T23:39:25 1048      bitcoiners          ORDER-5u2Utwb2      0.1000 USD            0.10000 XTS         cover ORDER-5u2Utwb2                    2cbd1f18

Code: [Select]
>>> wallet_market_order_list USD XTS
No market orders found.
>>> approve bitcoiners

Offline HackFisher

  • Hero Member
  • *****
  • Posts: 883
    • View Profile
still asking for half million for registration :P :P :P :P :P :P :P :P :P :P :P :P :P 8) 8) 8) 8) 8) 8) :o :o :o :o :o :o

Code: [Select]
config
{
  "blockchain_id": "5a50ec8c2433e7d5fce13187be2db73d112dcdc6b3766751fbff6162e90836b0",
  "symbol": "XTS",
  "name": "BitShares XTS",
  "version": 107,
  "genesis_timestamp": "20140715T000000",
  "block_interval": 10,
  "target_block_size": 25600,
  "max_block_size": 51200,
  "max_blockchain_size": 107374182400,
  "address_prefix": "XTS",
  "min_block_fee": 1,
  "inactivity_fee_apr": 10,
  "delegate_num": 101,
  "delegate_reg_fee": "4,775,949.86100 XTS",
  "name_size_max": 63,
  "memo_size_max": 19,
  "data_size_max": 65536,
  "symbol_size_max": 5,
  "symbol_size_min": 3,
  "asset_reg_fee": "482,370,935.96160 XTS",
  "asset_shares_max": 1000000000000000,
  "proposal_vote_message_max": 1024,
  "max_pending_queue_size": 100,
  "max_trx_per_second": 10
}

By popular demand, the delegate fee calculation is clearly way more volatile than I intended so we are going to reset this dryrun before we get too far into it.

New calculations:

Code: [Select]
delegate_pay = total_accumulated_fees / (blocks_per_day*14)
delegate_registration = delegate_pay * blocks_per_hour * 2 / 101

The effect of this change is that delegate pay will rise much slower, and registration will have a much smaller impact on delegate pay.  (14 days vs 2 hours).



Seems registration fee went from very high to now very low

  "delegate_reg_fee": "0.00121 XTS",

Is this expected? Should it not be a bit higher?

You are on an outdated chain, rebuild and wipe you data-dir

Quote
default (locked) >>> config
{
  "blockchain_id": "4b9f25c5e7204fd2af460d7a63fad3ce758e873ade2679c6ac14cfb62d4f05a7",
  "symbol": "XTS",
  "name": "BitShares XTS",
  "version": 107,
  "genesis_timestamp": "20140715T000001",
  "block_interval": 10,
  "target_block_size": 25600,
  "max_block_size": 51200,
  "max_blockchain_size": 107374182400,
  "address_prefix": "XTS",
  "min_block_fee": 1,
  "inactivity_fee_apr": 10,
  "delegate_num": 101,
  "delegate_reg_fee": "0.00128 XTS",
  "name_size_max": 63,
  "memo_size_max": 19,
  "data_size_max": 65536,
  "symbol_size_max": 5,
  "symbol_size_min": 3,
  "asset_reg_fee": "21.77280 XTS",
  "asset_shares_max": 1000000000000000,
  "proposal_vote_message_max": 1024,
  "max_pending_queue_size": 100,
  "max_trx_per_second": 10
}
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 sfinder

  • Hero Member
  • *****
  • Posts: 1205
  • 4 Cores CPU+100GB SSD+anti-DDoS Pro
    • View Profile
still asking for half million for registration :P :P :P :P :P :P :P :P :P :P :P :P :P 8) 8) 8) 8) 8) 8) :o :o :o :o :o :o

Code: [Select]
config
{
  "blockchain_id": "5a50ec8c2433e7d5fce13187be2db73d112dcdc6b3766751fbff6162e90836b0",
  "symbol": "XTS",
  "name": "BitShares XTS",
  "version": 107,
  "genesis_timestamp": "20140715T000000",
  "block_interval": 10,
  "target_block_size": 25600,
  "max_block_size": 51200,
  "max_blockchain_size": 107374182400,
  "address_prefix": "XTS",
  "min_block_fee": 1,
  "inactivity_fee_apr": 10,
  "delegate_num": 101,
  "delegate_reg_fee": "4,775,949.86100 XTS",
  "name_size_max": 63,
  "memo_size_max": 19,
  "data_size_max": 65536,
  "symbol_size_max": 5,
  "symbol_size_min": 3,
  "asset_reg_fee": "482,370,935.96160 XTS",
  "asset_shares_max": 1000000000000000,
  "proposal_vote_message_max": 1024,
  "max_pending_queue_size": 100,
  "max_trx_per_second": 10
}

By popular demand, the delegate fee calculation is clearly way more volatile than I intended so we are going to reset this dryrun before we get too far into it.

New calculations:

Code: [Select]
delegate_pay = total_accumulated_fees / (blocks_per_day*14)
delegate_registration = delegate_pay * blocks_per_hour * 2 / 101

The effect of this change is that delegate pay will rise much slower, and registration will have a much smaller impact on delegate pay.  (14 days vs 2 hours).



Seems registration fee went from very high to now very low

  "delegate_reg_fee": "0.00121 XTS",

Is this expected? Should it not be a bit higher?
微博:星在飘我在找|BTS X 受托人delegate ID:baidu
中国教育书店合作将20%收入捐献给贫困山区学生。
Cooperating with China Education Bookstore and will donate 20% of delegate income to the poor students

Offline bitcoinerS

  • Hero Member
  • *****
  • Posts: 592
    • View Profile
By popular demand, the delegate fee calculation is clearly way more volatile than I intended so we are going to reset this dryrun before we get too far into it.

New calculations:

Code: [Select]
delegate_pay = total_accumulated_fees / (blocks_per_day*14)
delegate_registration = delegate_pay * blocks_per_hour * 2 / 101

The effect of this change is that delegate pay will rise much slower, and registration will have a much smaller impact on delegate pay.  (14 days vs 2 hours).



Seems registration fee went from very high to now very low

  "delegate_reg_fee": "0.00121 XTS",

Is this expected? Should it not be a bit higher?

>>> approve bitcoiners

Offline toast

  • Hero Member
  • *****
  • Posts: 4001
    • View Profile
  • BitShares: nikolai
Do not use this post as information for making any important decisions. The only agreements I ever make are informal and non-binding. Take the same precautions as when dealing with a compromised account, scammer, sockpuppet, etc.

Offline liondani

  • Hero Member
  • *****
  • Posts: 3737
  • Inch by inch, play by play
    • View Profile
    • My detailed info
  • BitShares: liondani
  • GitHub: liondani
please sent me some funds again at     XTS7yMLAdUFEDdEjuyy75NncKP6N4LDf3SRrdxQEFa4nZLyVaHWaE
« Last Edit: July 15, 2014, 11:22:51 pm by liondani »


Offline toast

  • Hero Member
  • *****
  • Posts: 4001
    • View Profile
  • BitShares: nikolai
Can someone explain the reason we had to erase the block chain? Just curious

We did a hard fork and it was easier to reset than do it live since not many people had joined at that time
Do not use this post as information for making any important decisions. The only agreements I ever make are informal and non-binding. Take the same precautions as when dealing with a compromised account, scammer, sockpuppet, etc.

Offline cass

  • Hero Member
  • *****
  • Posts: 4311
  • /(┬.┬)\
    • View Profile
some funds pls XTS72nAmESGdWTRRTHeUmsTEvS2dCQe93KHoq2PbWijBE5qK3gCYM thx
█║▌║║█  - - -  The quieter you become, the more you are able to hear  - - -  █║▌║║█

Offline jbutta2k13

  • Full Member
  • ***
  • Posts: 51
    • View Profile
Can someone explain the reason we had to erase the block chain? Just curious

Offline toast

  • Hero Member
  • *****
  • Posts: 4001
    • View Profile
  • BitShares: nikolai
I made an wallet_account_export_to_json before I wipe the directories and I rebuild....
After rebuild I made "succesfull"  wallet_create_from_json and the wallet is there but not the funds!
I made a blockchain_rescan but wallet_account_balance is at zero funds....

any thought's or is it normal due the reset?


PS please sent me some funds again at     XTS7yMLAdUFEDdEjuyy75NncKP6N4LDf3SRrdxQEFa4nZLyVaHWaE

It's expected because nobody made a transfer to you to those keys on the new chain

You can try transferring to the same account key you posted from earlier in the reset and see if it works
Do not use this post as information for making any important decisions. The only agreements I ever make are informal and non-binding. Take the same precautions as when dealing with a compromised account, scammer, sockpuppet, etc.

Offline toast

  • Hero Member
  • *****
  • Posts: 4001
    • View Profile
  • BitShares: nikolai
I made an wallet_account_export_to_json before I wipe the directories and I rebuild....
After rebuild I made "succesfull"  wallet_create_from_json and the wallet is there but not the funds!
I made a blockchain_rescan but wallet_account_balance is at zero funds....

any thought's or is it normal due the reset?


PS please sent me some funds again at     XTS7yMLAdUFEDdEjuyy75NncKP6N4LDf3SRrdxQEFa4nZLyVaHWaE

It's expected because nobody made a transfer to you to those keys on the new chain
Do not use this post as information for making any important decisions. The only agreements I ever make are informal and non-binding. Take the same precautions as when dealing with a compromised account, scammer, sockpuppet, etc.

Offline liondani

  • Hero Member
  • *****
  • Posts: 3737
  • Inch by inch, play by play
    • View Profile
    • My detailed info
  • BitShares: liondani
  • GitHub: liondani
I made an wallet_account_export_to_json before I wipe the directories and I rebuild....
After rebuild I made "succesfull"  wallet_create_from_json and the wallet is there but not the funds!
I made a blockchain_rescan but wallet_account_balance is at zero funds....

any thought's or is it normal due the reset?


PS please sent me some funds again at     XTS7yMLAdUFEDdEjuyy75NncKP6N4LDf3SRrdxQEFa4nZLyVaHWaE

Offline bytemaster

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.