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
I couldn't make loopserver work without adding a bitcoind node, but this aspect is not stated on the documentation
Besides, the examples use a old version of LND.
Bonus: Here below you will find some guidelines on how to set up a regtest loop environment with a Polar Lightning Network. Example polar network file: regtest.polar.zip
Steps:
Set up polar lightning with the file above, also extract this file to a regtest.polar dir
Fix loopserver docker images to support bind mounted lnd datadir (from the extracted dir above)
FROM lightninglabs/loopserver:v0.9.94-beta
COPY regtest.polar/volumes/lnd/alice /root/.lnd
USER root
RUN chmod -R 777 /root/.lnd
RUN chown -R loopserver:loopserver /root/.lnd
USER loopserver
Launch a loopserver and a loopd(uncomment if you want to use it) with the following docker-compose.yml
Hey,
I couldn't make loopserver work without adding a bitcoind node, but this aspect is not stated on the documentation
Besides, the examples use a old version of LND.
Bonus: Here below you will find some guidelines on how to set up a regtest loop environment with a Polar Lightning Network. Example polar network file: regtest.polar.zip
Steps:
The text was updated successfully, but these errors were encountered: