ExchangeUnion / xud-docker

Streamlined setup of xud and all dependencies via docker 🐳
https://docs.exchangeunion.com
GNU Affero General Public License v3.0
5 stars 5 forks source link

Combined Setup: Connext tries to establish connection with xud docker container during swap #494

Open raladev opened 4 years ago

raladev commented 4 years ago

Description https://docs.exchangeunion.com/development/developer-guide - we have combined installation instruction for developers. As a result user should have nativly installed xud and lndbtc/lndltc/connext in the containers.

But connext should communicate with xud node during swap as a maker and connext container tring to connect to address of docker's xud (xud:8885) that stopped instead of native xud.

Solutions

  1. connext client should be installed in native way.
  2. add parameter for connext client to the .conf
raladev commented 4 years ago

For now connext swaps do not work fully for combined setup. Screenshot from 2020-06-16 14-37-16 Screenshot from 2020-06-16 14-33-02 Screenshot from 2020-06-16 14-30-12

kilrau commented 4 years ago

Is this still the case? @raladev

raladev commented 4 years ago

Is this still the case? @raladev

Yeap.