-
```
vagrant@xud-simnet-2:~$ xucli unban 037c514ee25ebbfc10726442325bdf3210b6ee80a9b3618aa96788a06b01696535 --reconnect
Error: 5 NOT_FOUND: node 037c514ee25ebbfc10726442325bdf3210b6ee80a9b3618aa96788…
-
Decide which encryption schemes we want to apply.
* ECDSA (sign on own public key)
* Encrypt on peers public keys
* AES (via encryption handshaking) / SSL
-
Safety limit: convert market into multiple limit orders with retries up to a max % from mid market price at time of order issuance
-
Advertise `xud` `version` on handshaking.
When received, verify that it exceeds `MIN_VERSION`. If not, disconnect from peer.
-
Outsourced:
- fundrequest?
- gitcoin?
- dedicated external dev for initial effort?
-
-
xud-simnet-1 on vm-1
```
vagrant@xud-simnet-1:~$ xucli listpeers
{
"peersList": [
{
"address": "xud3.test.exchangeunion.com:8885",
"nodePubKey": "03fd337659e99e628d0487e4f87ac…
-
I'm connected to xud1 and try to swap with it. should send BTC to xud1 and get LTC from xud1. LTC route from xud1 to me is xud1->xud2->xud3-me. When I do queryroutes on xud1 I get:
```
xud@xud-test-…
-
```
kilrau@ubuntu:~/xud-simnet$ xud-simnet-stop
stopping all processes
Done
kilrau@ubuntu:~/xud-simnet$ git fetch
remote: Enumerating objects: 12, done.
remote: Counting objects: 100% (12/12), d…
-
Consider the case when a taker order (market or limit) is matched with multiple orders. As of today, we execute the first match, wait for result, execute the next match etc.
Why all these matches …