I have a mempool instance running one of my umbrel nodes. I manually updated mempool to the latest image on dockerhub. My goal is to have a local mempool instance I can query for the funding/closing balances of channels.
For example, check out this endpoint. You'll see that ACINQ funded this channel. The problem is that this data is not available in the umbrel version. The schema is the same, but the info is not populated. I thought updating the version (and reindexing mempool) would be enough, but I was wrong.
Everything in my mempool docker-compose is the same except the image versions for mempool have been updated to the latest version. Bounty also pays out to good alternative solutions. The main requirement is that I can get the funding amount of a channel locally with an API.
10,000 sats bounty
random_'s bounties
Do you have the lightning part enabled. I'm not sure how it works for umbrel but in the docker scripts you have to specify lnd configs for it to have the lightning stuff work
reply
Yea, lightning is enabled in the docker-compose
I think I found the issue. I'm not running esplora.
reply
Weird... You're sure that your local bitcoin node is fully synced?
reply
Pretty sure. But it's also very slow with mempool running.
reply
Probably a better place to ask these kinds of question: https://t.me/mempoolspace
reply