2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-04 06:00:21 +00:00
Go to file
Andras Banki-Horvath 88956455b4
multi: completely remove support for NP2WSH htlcs
This commit removes all code related to NP2WSH htlcs. These were
historically used when segwit adoption was very sporadic and are not
used anywhere anymore. Some historical swaps stored in the DB may be
listed with incorrect htlc adresses from here on.
2022-11-04 17:14:53 +01:00
.github github: initial docker workflow 2022-04-28 22:33:46 -04:00
cmd multi: completely remove support for NP2WSH htlcs 2022-11-04 17:14:53 +01:00
docs Fixed a typo in autoloop.md 2022-01-06 15:30:59 -08:00
labels multi: update autoloop labels to support both swap types 2021-02-03 08:54:50 +02:00
liquidity multi: completely remove support for NP2WSH htlcs 2022-11-04 17:14:53 +01:00
loopd multi: completely remove support for NP2WSH htlcs 2022-11-04 17:14:53 +01:00
loopdb loopdb: add the local pubkey's keylocator to the persisted contract 2022-06-30 16:59:57 +02:00
looprpc multi: completely remove support for NP2WSH htlcs 2022-11-04 17:14:53 +01:00
regtest bump lnd versions from 12.1-beta to 13.4-beta 2021-11-11 16:40:27 -05:00
swap multi: completely remove support for NP2WSH htlcs 2022-11-04 17:14:53 +01:00
swapserverrpc loopout: use psbt when obtaining the MuSig2 signature 2022-07-12 19:54:25 +02:00
sweep sweeper: fix formatting and update error 2022-10-07 08:33:49 +02:00
test loopd: bump minimum lnd version to v0.15.1-beta 2022-10-07 12:24:25 +02:00
tools make+tools: tidy makefile, add gosimports 2022-05-20 10:16:47 +02:00
.gitignore makefile+travis: add install and build commands 2020-04-15 09:19:06 +02:00
.golangci.yml make: dockerize linter 2022-05-20 10:16:42 +02:00
.travis.yml travis+docker: bump golang version to v1.17.x 2022-03-25 11:00:17 +01:00
client_test.go multi: completely remove support for NP2WSH htlcs 2022-11-04 17:14:53 +01:00
client.go multi: completely remove support for NP2WSH htlcs 2022-11-04 17:14:53 +01:00
config.go multi: use aperture instead of local lsat library 2021-04-29 10:01:15 +02:00
DOCKER.md docs: remove weird character in DOCKER.md 2021-02-05 12:55:42 +01:00
Dockerfile docker: add support for multiarch builds 2022-04-14 16:59:49 +02:00
executor.go loopout: add unit test for the MuSig2 sweep case 2022-06-30 16:59:59 +02:00
go.mod loopd: bump minimum lnd version to v0.15.1-beta 2022-10-07 12:24:25 +02:00
go.sum loopd: bump minimum lnd version to v0.15.1-beta 2022-10-07 12:24:25 +02:00
interface.go multi: completely remove support for NP2WSH htlcs 2022-11-04 17:14:53 +01:00
LICENSE Update LICENSE 2022-01-30 12:07:04 +00:00
log.go multi: add persistent logger 2019-10-28 17:09:23 +01:00
loopin_test.go multi: completely remove support for NP2WSH htlcs 2022-11-04 17:14:53 +01:00
loopin_testcontext_test.go multi: bump btcec/v2 and btcutil to new versions 2022-03-25 11:00:16 +01:00
loopin.go multi: completely remove support for NP2WSH htlcs 2022-11-04 17:14:53 +01:00
loopout_test.go loopout: add unit test for the MuSig2 sweep case 2022-06-30 16:59:59 +02:00
loopout.go loopout: log failed sweeps to allow out of band publish 2022-07-27 20:44:45 +02:00
Makefile make+tools: tidy makefile, add gosimports 2022-05-20 10:16:47 +02:00
README.md Merge branch 'master' into patch-1 2021-03-24 20:36:24 -10:00
release_notes.md docs: update release notes 2022-10-07 12:26:34 +02:00
release.sh release: remove support for darwin 386 2020-08-30 14:24:09 -07:00
routing_plugin_test.go multi: bump btcec/v2 and btcutil to new versions 2022-03-25 11:00:16 +01:00
routing_plugin.go multi: bump btcec/v2 and btcutil to new versions 2022-03-25 11:00:16 +01:00
server_mock_test.go loopout: use psbt when obtaining the MuSig2 signature 2022-07-12 19:54:25 +02:00
store_mock_test.go loopdb: add new bucket to save liquidity params 2022-06-07 19:19:53 +08:00
swap_server_client.go loopout: use psbt when obtaining the MuSig2 signature 2022-07-12 19:54:25 +02:00
swap.go multi: completely remove support for NP2WSH htlcs 2022-11-04 17:14:53 +01:00
testcontext_test.go loopout: add unit test for the MuSig2 sweep case 2022-06-30 16:59:59 +02:00
uncharge_state.go loop: extract code from client package into new loop primary package 2019-03-06 20:34:01 -08:00
updates.go multi: consume and log sever state updates 2020-07-16 21:02:06 +02:00
utils.go multi: bump btcec/v2 and btcutil to new versions 2022-03-25 11:00:16 +01:00
version.go version: bump version to v0.20.1-beta 2022-08-01 09:36:36 -07:00

Lightning Loop

Lightning Loop is a non-custodial service offered by Lightning Labs that makes it easy to move bitcoin into and out of the Lightning Network.

Features

  • Automated channel balancing
  • Privacy-forward non-custodial swaps
  • Opportunistic transaction batching to save on fees
  • Progress monitoring of in-flight swaps

Use Cases

  • Automate channel balancing with AutoLoop (Learn more)
  • Deposit to a Bitcoin address without closing channels with Loop In
  • Convert outbound liquidity into inbound liquidity with Loop Out
  • Refill depleted Lightning channels with Loop In

Installation

Download the latest binaries from the releases page.

Execution

The Loop client needs its own short-lived daemon to facilitate swaps. To start loopd:

loopd

To use Loop in testnet, simply pass the network flag:

loopd --network=testnet

By default loopd attempts to connect to the lnd instance running on localhost:10009 and reads the macaroon and tls certificate from ~/.lnd. This can be altered using command line flags. See loopd --help.

Usage

AutoLoop

AutoLoop makes it easy to keep your channels balanced. Checkout our autoloop documentation for details.

Loop Out

Use Loop Out to move bitcoins on Lightning into an on-chain Bitcoin address.

To execute a Loop Out:

loop out <amt_in_satoshis>

Other notable options:

  • Use the --fast flag to swap immediately (Note: This opts-out of fee savings made possible by transaction batching)
  • Use the --channel flag to loop out on specific channels
  • Use the --addr flag to specify the address the looped out funds should be sent to (Note: By default funds are sent to the lnd wallet)

Run loop monitor to monitor the status of a swap.

Loop In

Use Loop In to convert on-chain bitcoin into spendable Lightning funds.

To execute a Loop In:

loop in <amt_in_satoshis>

More info

For more information about using Loop checkout our Loop FAQs.

Development

Regtest

To get started with local development against a stripped down dummy Loop server running in a local regtest Bitcoin network, take a look at the regtest server environment example documentation.

Testnet

To use Loop in testnet, simply pass the network flag:

loopd --network=testnet

Submit feature requests

The GitHub issue tracker can be used to request specific improvements or report bugs.

Join us on Slack

Join us on the LND Slack and join the #loop channel to ask questions and interact with the community.

LND

Note that Loop requires lnd to be built with all of its subservers. Download the latest official release binary or build lnd from source by following the installation instructions. If you choose to build lnd from source, use the following command to enable all the relevant subservers:

make install tags="signrpc walletrpc chainrpc invoicesrpc"

API

The Loop daemon exposes a gRPC API (defaults to port 11010) and a REST API (defaults to port 8081).

The gRPC and REST connections of loopd are encrypted with TLS and secured with macaroon authentication the same way lnd is.

If no custom loop directory is set then the TLS certificate is stored in ~/.loop/<network>/tls.cert and the base macaroon in ~/.loop/<network>/loop.macaroon.

The loop command will pick up these file automatically on mainnet if no custom loop directory is used. For other networks it should be sufficient to add the --network flag to tell the CLI in what sub directory to look for the files.

For more information on macaroons, see the macaroon documentation of lnd.

NOTE: Loop's macaroons are independent from lnd's. The same macaroon cannot be used for both loopd and lnd.

Build from source

If youd prefer to build from source:

git clone https://github.com/lightninglabs/loop.git
cd loop/cmd
go install ./...