-
As per https://github.com/ExchangeUnion/xud/issues/612#issuecomment-434207811 we aim for the following output format:
```
xucli buy 0.0005 LTC/BTC market --stream
market order accepted
matched…
-
-
Proposed enhancement of https://github.com/ExchangeUnion/xud/pull/109
Proposal Summary:
Add check if overall quantity in local orderbook for given pair is sufficient to cover the market order, if …
-
Here is what I did:
Connect 2 XUDs:
```
admins-MacBook-Pro-2:xud admin$ ./bin/xucli -p 7002 connect 0235584e2ac9a34a13ce6f6dc9fb8aa1e7918d7701f0b4b69dc002887e6b3fbba3@localhost:8885
(node:94239)…
-
@moshababo discovered:
I was looking at the swaps code for something, and there’s something in the currency/amount calculations that I don’t understand.
Considering i’m on pair `LTC/BTC` and the p…
-
DONE:
- setup xud1,2,3 in our google cloud
- LND/Raiden switched off
- structured output & error logging: google cloud logging + /opt/xud/logs
TODO:
- setup trading bot connecting to each xud's…
-
when running the tests there is an ugly error which has no impact in the test run.
```
Error: ConnectionManager.getConnection was called after the connection manager was closed!
at Connection…
-
My node (A) is connected to xud1,2,3.
listorders shows 2 x sell 2.5@0.0079 (one order from xud1 and one order with xud2).
Using CLI:
```
xucli buy 2.5 LTC/BTC 0.0079
```
I swap with one of …
-
Continuation of https://github.com/ExchangeUnion/xud/issues/277#issuecomment-416398920:
I would like to propose to change the swap protocol for the taker to start the swap. Reason: save the `SWAP_R…
-
Continuation of [v1](https://github.com/ExchangeUnion/xud/issues/191):
* 3 VMs: xud1,2,3 all LND enabled (BTC/LTC), raiden disabled
* 1 separate VM: running one SIMNET BTCD and one SIMNET LTCD. BTCD…