Skip to content

Litecoin integration #13

Description

@bretton

Background

Litecoind + LND requires the macaroon path explicitly be set to

lnd.macaroonfile = /path/to/.lnd/data/chain/litecoin/mainnet/invoice.macaroon

Your environment

  • Ubuntu 16.04
  • Go 1.10
  • I'm running LightningTip behind a reverse proxy.

Steps to reproduce

Upgrading to the latest 5.0 release of LND introduces changes to macaroon paths. The updated LightningTip version to cater to this change works great with Bitcoind+LND, and does not require setting the macaroon path unless it's in a non-standard location.

However for Litecoind+LND the path needs to be explicitly set to:

/path/to/.lnd/data/chain/litecoin/mainnet/invoice.macaroon

Expected behaviour

If the macaroons are in the default path .lnd/data/chain/litecoin/mainnet/ then LightningTip should see them just like the defaults for Bitcoin.

Actual behaviour

[ERROR] Failed to subscribe to invoices: rpc error: code = Unknown desc = expected 1 macaroon, got 0

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions