-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invoice payment stuck #9
Comments
Hello! I see your channel had at least one successfull update since you posted:
LND is known to be a bit "frisky", sometimes it stops operating without very noticeable signs, so even payments through direct channel wont go through. Quick fix is to restart the node (I do it regularly for our node). LND is expected to introduce more 'health' metrics in further releases. Signs of LND needing a restart:
|
LMK how it goes |
I just restarted my node and jumped from 2 to 6 updates. |
Thanks for the update!
…On Wed, 23 Jan 2019 at 01:47, corbel_a ***@***.***> wrote:
Closed #9 <#9>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#9 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AB0x-RBURG_HsZcM0cezBOOOHzsVPDAKks5vF79FgaJpZM4aLmXP>
.
|
Issue raised on Lnd github page and redirected here:
lightningnetwork/lnd#2524
Background
I have a direct channel opened to BlueWallet's node (03021c5f5f57322740e4ee6936452add19dc7ea7ccf90635f95119ab82a62ae268).
The channel is sufficiently funded and the connexion is not broken:
lncli connect 03021c5f5f57322740e4ee6936452add19dc7ea7ccf90635f95119ab82a62ae268@207.180.244.165:9735 [lncli] rpc error: code = Unknown desc = already connected to peer: 127.0.0.1:33862
--> I'm using reverse port forwarding as a proxy
Your environment
version of
lnd
lnd --version lnd version 0.5.1-beta commit=v0.5.1-beta-343-g55b580f2b80d2e62af4067d3ddf8688614bf0914
which operating system (
uname -a
on *Nix)Linux HOST_NAME 4.14.79-v7+ #1159 SMP Sun Nov 4 17:50:20 GMT 2018 armv7l GNU/Linux
version of
btcd
,bitcoind
, or other backendBitcoin Core Daemon version v0.17.1
any other relevant environment details
Tor is setup. There is two ways to connect to me: Tor onion v2 or using an ipv4 public IP on an AWS server that forwards everything on port 9735 to my localhost.
Steps to reproduce
Create an invoice on bluewallet app:
lnbc1u1pwyvyhypp5mzretv6qjjg3c2s50sws6nnepua473n4lf6ruqsm0aruh7flspasdq823jhxaqcqzysfsmkfs7qgw3v557fs20h4xrj5kma9wfmd57snx2kxxkutysdx3ws8ez0qjl7crla93vsnr4sgtp9u537cwh3pqtv0t3srm3qcnwzaecpgvenqc
lncli payinvoice XXX...
Expected behaviour
Payment should be paid instantly.
Actual behaviour
lncli payinvoice lnbc1u1pwyvyhypp5mzretv6qjjg3c2s50sws6nnepua473n4lf6ruqsm0aruh7flspasdq823jhxaqcqzysfsmkfs7qgw3v557fs20h4xrj5kma9wfmd57snx2kxxkutysdx3ws8ez0qjl7crla93vsnr4sgtp9u537cwh3pqtv0t3srm3qcnwzaecpgvenqc Description: Test Amount (in satoshis): 100 Destination: 03021c5f5f57322740e4ee6936452add19dc7ea7ccf90635f95119ab82a62ae268 Confirm payment (yes/no): yes
Payment stuck here. No log being displayed (as INFO).
While this is stuck I could send some sats to the app "Wallet of Satoshi" and pay the same invoice from there.
This also happened yesterday, I wanted to wait in case it was a network issue.
State of the channel:
"capacity": "450000",
"local_balance": "45950",
"remote_balance": "403604",
"commit_fee": "446",
"commit_weight": "724",
"fee_per_kw": "616",
"unsettled_balance": "0",
"total_satoshis_sent": "403604",
"total_satoshis_received": "0",
"num_updates": "2",
"pending_htlcs": [
],
"csv_delay": 144,
"private": false
The text was updated successfully, but these errors were encountered: