Author Topic: Spammed by "automatic market cancel" messages  (Read 1226 times)

0 Members and 1 Guest are viewing this topic.

Offline inarizushi

  • Sr. Member
  • ****
  • Posts: 316
    • View Profile
Ok, it worked, thanks !
It was indeed just the 0.0001 remaining dust, which was among the open orders, it should have been obvious, but I didn't bother canceling it for some reason.

Still a bug though, and now I have 94 pages of spam  ::)
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline pc

  • Hero Member
  • *****
  • Posts: 1530
    • View Profile
    • Bitcoin - Perspektive oder Risiko?
  • BitShares: cyrano
I've been bitten by a similar bug before. There's a github issue for it, but I can't find it right now. I thought it had been fixed. Edit: https://github.com/BitShares/bitshares/issues/923

There's a short on the SILVER:BTS market where the remaining collateral is not sufficient to cover .0001 SILVER. Such a short should be cancelled automatically by the market engine, but apparently that's not working.

In the console, enter
Code: [Select]
wallet_account_order_list
This will list your open market orders. Find the short in question, note its transaction id (that's the long hex number at the beginning of each entry), and cancel that order with

Code: [Select]
wallet_market_cancel_order TX_ID

(replacing TX_ID with the transaction id).
« Last Edit: April 29, 2015, 07:39:34 am by pc »
Bitcoin - Perspektive oder Risiko? ISBN 978-3-8442-6568-2 http://bitcoin.quisquis.de

Offline inarizushi

  • Sr. Member
  • ****
  • Posts: 316
    • View Profile
So, I shorted to myself 2 BitSilver yesterday well above the price feed and the autocovers.

Today, my "recent transactions" pannel is spammed by "automatic market cancel" messages. I covered the incriminated short, but I'm still spammed, 1 message per new block every 10 seconds, so it grows fast.

The incriminated short transaction details :
- {"type":"short_op_v2_type","data":{"amount":1673425773,"short_index":{"order_price":{"ratio":"0.","quote_asset_id":6,"base_asset_id":0},"owner":"BTS7FTz4cg283FFBkLda21NBecu9M8BpFbAZ","limit_price":{"ratio":"0.000020833333333333","quote_asset_id":6,"base_asset_id":0}}}}
- Transaction #690f7074
- Block #2401961

Now my panel looks like that :


What should I do ?
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads