LndHub
LndHub copied to clipboard
Wrapper for Lightning Network Daemon. It provides separate accounts for end-users
Hi! Get the error when LndHub start : `bitcoind failure: Error at IncomingMessage. (/home/bitcoin/LndHub/build/node_modules/jayson/lib/client/http.js:78:23) at IncomingMessage.emit (node:events:539:35) at endReadableNT (node:internal/streams/readable:1345:12) at processTicksAndRejections (node:internal/process/task_queues:83:21) { code: 401 } undefined ` Any...
LndHub version: v1.4.1 Lnd version: v0.14.3-beta BlueWallet version: 6.2.12 (build 1643409602 master) We are only discussing Lightning Wallets on BlueWallet app, and the Lnd node is running in testnet mode....
I've got an Umbrel node with LNDhub installed. When using Bluewallet LN wallet with Robosats, if I submit a bond (HTLC invoice) to create an order but then later cancel...
Can I check custodial wallet is created by my LndHub ? If can, what should i do?
Some methods don't seem to exist anymore (newbtc, gettx), fixed some descriptions.
I am trying to pay a lnd static invoice but I am getting this response  Allowing static invoices will unlock a native way of sending tips over lightning and...
So, to run a wallet, I need to run, e.g. `lnd` instance. This instance will manage a single wallet for me. Ok, now when I open BlueWallet, I see that...
This adds support to pass an additional, optional description_hash to the `addinvoice` call. The API stays the same it simply adds support for passing an additional parameter. Some applications (e.g....
[feat: configurable on-chain confirmations target](https://github.com/BlueWallet/LndHub/commit/d9900cd4fddf5acf1df2b0bf0efc52dad87d0870) [fix: tokens management](https://github.com/BlueWallet/LndHub/commit/ac2a1af957f6f869685266539f8483da39e10907) [feat use stronger crypto for auth](https://github.com/BlueWallet/LndHub/commit/dc0abefce7aa052dde3ac384f18e4678309b27f1) [feat: extended AP](https://github.com/BlueWallet/LndHub/commit/f62af6ffd27b3f61afd00990fd78782d26b9c2a7) [refactoring: move routes handling logic to middleware](https://github.com/BlueWallet/LndHub/commit/9a1bb331c6a143c4c0fc7ce33177f8cdaa069873) [fix: individual getters](https://github.com/BlueWallet/LndHub/commit/353f1c10da8faedd2aca87f90f4bbc33036a3384)
Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.1.4 to 3.1.5. Release notes Sourced from cross-fetch's releases. v3.1.5 What's Changed chore: updated node-fetch version to 2.6.7 by @dlafreniere in lquixada/cross-fetch#124 New Contributors @dlafreniere made their...