Closed mayankchhabra closed 4 years ago
is the node running on neutrino or as a full node mode?
bitcoind
backend, his node is fully synched.
I can reproduce this on my testnet node too
However testnet.getumbrel.com is fine
a few other users are reportedly getting this too
This is a dashboard issue with it calculating rates..
Open channels is fine without the dashboard
The slider also doesn't work too
Ah, shit. Do you get it on both your testnet and mainnet nodes?
I've seen it on mainnet.. .. users are reporting it on both
I can reproduce this myself on testnet.
My versions:
request that returns:
curl 'http://blahblahblah.onion/api/v1/lnd/channel/estimateFee?confTarget=0&amt=100000&sweep=false' -H 'Referer: http://blahblahblah.onion/lightning' -H 'Authorization: JWT blahblah' -H 'Connection: keep-alive'
Response:
{"fast":{"code":"FEE_RATE_TOO_LOW","text":"Mempool reject low fee transaction. Increase fee rate."},"normal":{"code":"FEE_RATE_TOO_LOW","text":"Mempool reject low fee transaction. Increase fee rate."},"slow":{"code":"FEE_RATE_TOO_LOW","text":"Mempool reject low fee transaction. Increase fee rate."},"cheapest":{"code":"FEE_RATE_TOO_LOW","text":"Mempool reject low fee transaction. Increase fee rate."}}
getmempoolinfo
from bitcoind returns on testnet (practically empty)
{
"loaded": true,
"size": 0,
"bytes": 0,
"usage": 0,
"maxmempool": 512000000,
"mempoolminfee": 0.00001000,
"minrelaytxfee": 0.00001000
}
Ah, I see. Can you try setting minrelaytxfee=0.00000001
in bitcoin.conf
, then restart both bitcoin
and lnd
, and see if you're able to open channels through the UI?
cool that worked.. no need to touch lnd
moved back to umbrel project as its just a config
Posted by @shawnyeager on our Telegram: