BitShares Forum

Main => Technical Support => Topic started by: abit on January 09, 2015, 10:34:23 am

Title: 99,003.377 BTS of Trx Fee for a cover operation in Block # 1465854 ?
Post by: abit on January 09, 2015, 10:34:23 am
Here is a complaint about fund lost caused by covering a short order.
https://bitsharestalk.org/index.php?topic=13042.0

Please check this block:
http://bitsharesblocks.com/blocks/block?id=1465854

Looks strange.
Code: [Select]
>>> blockchain_get_block_transactions 1465854
...
      "deposits": [[
          22,{
            "amount": 5504026,
            "asset_id": 22
          }
        ]
      ],
      "withdraws": [[
          0,{
            "amount": 9900337696,
            "asset_id": 0
          }
        ],[
          22,{
            "amount": 5504026,
            "asset_id": 22
          }
        ]
      ],
...
Title: Re: 99,003.377 BTS of Trx Fee for a cover operation in Block # 1465854 ?
Post by: toast on January 09, 2015, 04:46:02 pm
It seems the wallet thought that it wouldn't get the collateral back and so it did not try to deposit it. Most likely because the client was out of sync. So all those BTS went into fees.

We're coming up with a solution so that this can't happen again, meanwhile BM is discussing whether we should reimburse that guy out of delegate pay since that's effectively where his funds are right now.
Title: Re: 99,003.377 BTS of Trx Fee for a cover operation in Block # 1465854 ?
Post by: bytemaster on January 10, 2015, 12:16:26 am
I'll cover it. 
Title: Re: 99,003.377 BTS of Trx Fee for a cover operation in Block # 1465854 ?
Post by: 2031654 on January 10, 2015, 03:08:19 am
wallet_regenerate_keys 80000 这个不行  等一会就自动退出客户端了 我设置的是wallet_regenerate_keys 20000
我都同步过了操作的
(http://a1.qpic.cn/psb?/V10gBpru20tVgh/bASUufqAryrLN3YumEXqh2oVoJJW6JpPIErjJz3CPbY!/b/dMmRB3aCIQAA&bo=gQR9AAAAAAAFANs!&rf=viewer_4)
这是下空单和成交时间 用的版本是0.4.24
(http://a2.qpic.cn/psb?/V10gBpru20tVgh/9MQA7uWIlaiQLlfdLYlZXCH85afhVkDFSicAq*KFEts!/b/dNRNrHbxAQAA&bo=eARCAgAAAAAFAB8!&rf=viewer_4)
这是我1月8号早上的所有操作 用的版本号是0.4.27.2
我记得早上是这样操作的:“花费15326个BTS买入1410个BITCNY,然后平仓12月9日做空的BITCNY得到45140个抵押的BTS,然后又花费31000个BTS做空229个BITUSD,然后又花费37253个BTS买入551个BITUSD(其中自己做空的229个BITUSD成交),最后直接平仓12月9日做空的BITUSD,至此我抵押的BTS全部没有了”
(http://a3.qpic.cn/psb?/V10gBpru20tVgh/0t6srN4w5isFhxZN5v9EgeiHOAv9IFMTtZ9Opt9obK8!/b/dDD5bnXYIQAA&bo=NQOAAjsDhQIFACg!&rf=viewer_4)
交易记录上显示全部被当做手续费了 :'( :'( :'( :'( :'(
我不会英语只能用汉语贴到这了
Title: Re: 99,003.377 BTS of Trx Fee for a cover operation in Block # 1465854 ?
Post by: btswildpig on January 10, 2015, 03:27:26 am
It seems the wallet thought that it wouldn't get the collateral back and so it did not try to deposit it. Most likely because the client was out of sync. So all those BTS went into fees.

We're coming up with a solution so that this can't happen again, meanwhile BM is discussing whether we should reimburse that guy out of delegate pay since that's effectively where his funds are right now.

He shorted @ 0.4.24 with fully synced wallet .
He covered @ 0.4.27.2 with fully synced wallet .
Title: Re: 99,003.377 BTS of Trx Fee for a cover operation in Block # 1465854 ?
Post by: role on January 20, 2015, 04:56:37 am
How are things going ?
Title: Re: 99,003.377 BTS of Trx Fee for a cover operation in Block # 1465854 ?
Post by: abit on February 19, 2015, 05:46:07 pm
Hopefully it will be fixed in v0.7
https://github.com/BitShares/bitshares/issues/1385