You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
atm, when you post an order with setprice and later all electrum servers of the coin go offline (and stay offline), the order is still in orderbook... problem with that is that the order can't be filled and can lead to situations like this:
spread is negative, everybody tries to buy those cheap coins and everybody fails and complains that it doesn't work
so question is if mm2 can simply cancel existing orders when there are no electrum servers left
mm2 shows this in log when calling my_balance on the coin:
25 09:17:25, coins::utxo::rpc_clients::electrum_rpc::client:313] WARN [coin=BTX-segwit] Failed to send the request using active connections, trying all connections.
25 09:17:25, coins::utxo::rpc_clients::electrum_rpc::client:426] WARN [coin=BTX-segwit], Error while sending request to btx-electrumx.coinsmunity.com:50002: Transport("Failed to establish connection: Temporary(\"Couldn't connect to the electrum server: Os { code: 111, kind: ConnectionRefused, message: \\\"Connection refused\\\" }\")")
atm, when you post an order with
setprice
and later all electrum servers of the coin go offline (and stay offline), the order is still in orderbook... problem with that is that the order can't be filled and can lead to situations like this:spread is negative, everybody tries to buy those cheap coins and everybody fails and complains that it doesn't work
so question is if mm2 can simply cancel existing orders when there are no electrum servers left
mm2 shows this in log when calling my_balance on the coin:
my_balance shows this as result in such cases:
The text was updated successfully, but these errors were encountered: