Skip to content
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

CLN 24.05 kinda broken, can't send funds out #915

Open
ndeet opened this issue Jul 27, 2024 · 3 comments
Open

CLN 24.05 kinda broken, can't send funds out #915

ndeet opened this issue Jul 27, 2024 · 3 comments

Comments

@ndeet
Copy link
Contributor

ndeet commented Jul 27, 2024

Steps to reproduce:

  • Open 1 channel with LNBIG
  • create invoices and pay -> works
  • open RTL and try to send a fraction of it (to not run into reserve restriction) -> error

Error in RTL:

500 - {"code":210,"message":"destination 027fffce2833bf834935cac44740b2055e53df4bbf25a443c3b941347f2bfa5dfc Is Not Reachable Directly And All Routehints Were Unusable.","attempts":[{"status":"failed","failreason":"destination 027fffce2833bf834935cac44740b2055e53df4bbf25a443c3b941347f2bfa5dfc Is Not Reachable Directly And All Routehints Were Unusable.","partid":0,"amount_msat":1111000}]}

But the route works as you can receive funds over that same channel.

On CLN logs it seems to hang at a specific block which might be the root of the issue?

2024-07-27T11:03:12.906Z UNUSUAL plugin-bcli: bitcoin-cli -datadir=/etc/bitcoin -rpcclienttimeout=60 -rpcconnect=bitcoind getblock 00000000000000000005f7a06bd4efe545999aba00eeff9a49747a3cd1f3c9df 0 exited with status 1
2024-07-27T11:03:25.091Z UNUSUAL plugin-bcli: bitcoin-cli -datadir=/etc/bitcoin -rpcclienttimeout=60 -rpcconnect=bitcoind getblock 00000000000000000005f7a06bd4efe545999aba00eeff9a49747a3cd1f3c9df 0 exited with status 1
2024-07-27T11:03:37.258Z UNUSUAL plugin-bcli: bitcoin-cli -datadir=/etc/bitcoin -rpcclienttimeout=60 -rpcconnect=bitcoind getblock 00000000000000000005f7a06bd4efe545999aba00eeff9a49747a3cd1f3c9df 0 exited with status 1
2024-07-27T11:03:49.418Z UNUSUAL plugin-bcli: bitcoin-cli -datadir=/etc/bitcoin -rpcclienttimeout=60 -rpcconnect=bitcoind getblock 00000000000000000005f7a06bd4efe545999aba00eeff9a49747a3cd1f3c9df 0 exited with status 1
2024-07-27T11:04:01.591Z UNUSUAL plugin-bcli: bitcoin-cli -datadir=/etc/bitcoin -rpcclienttimeout=60 -rpcconnect=bitcoind getblock 00000000000000000005f7a06bd4efe545999aba00eeff9a49747a3cd1f3c9df 0 exited with status 1
2024-07-27T11:04:13.769Z UNUSUAL plugin-bcli: bitcoin-cli -datadir=/etc/bitcoin -rpcclienttimeout=60 -rpcconnect=bitcoind getblock 00000000000000000005f7a06bd4efe545999aba00eeff9a49747a3cd1f3c9df 0 exited with status 1

Other user reported the same stuck block on Telegram.

# bitcoin-lightning-cli.sh getchaininfo
{
   "chain": "main",
   "headercount": 854177,
   "blockcount": 854177,
   "ibd": false
}

@bashmeester
Copy link

bashmeester commented Aug 12, 2024

@ndeet is the btc node pruned in your setup?

I am considering deleting the blockchain so it can resync, and CLN should eventually get the needed block when it becomes available.

@ndeet
Copy link
Contributor Author

ndeet commented Aug 19, 2024

Hey @bashmeester yes it is. After discussing with Kukks it that the block is not the problem (it showed that warning also when sending was working) but some other issue that needs to be found and fixed.

@ndeet
Copy link
Contributor Author

ndeet commented Oct 25, 2024

seems there is a fix with renepay raspiblitz/raspiblitz#4777

cc @Kukks @NicolasDorier

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog 🪵
Development

No branches or pull requests

2 participants