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

Can't open channels, mempool rejects low fee transaction #96

Closed
mayankchhabra opened this issue Jul 31, 2020 · 15 comments
Closed

Can't open channels, mempool rejects low fee transaction #96

mayankchhabra opened this issue Jul 31, 2020 · 15 comments

Comments

@mayankchhabra
Copy link
Member

Posted by @shawnyeager on our Telegram:

image

@nolim1t
Copy link
Contributor

nolim1t commented Jul 31, 2020

is the node running on neutrino or as a full node mode?

@mayankchhabra
Copy link
Member Author

bitcoind backend, his node is fully synched.

@nolim1t
Copy link
Contributor

nolim1t commented Aug 4, 2020

I can reproduce this on my testnet node too

@nolim1t
Copy link
Contributor

nolim1t commented Aug 4, 2020

However testnet.getumbrel.com is fine

@nolim1t
Copy link
Contributor

nolim1t commented Aug 6, 2020

a few other users are reportedly getting this too

@nolim1t
Copy link
Contributor

nolim1t commented Aug 6, 2020

This is a dashboard issue with it calculating rates..

Open channels is fine without the dashboard

@nolim1t nolim1t transferred this issue from getumbrel/umbrel Aug 6, 2020
@nolim1t
Copy link
Contributor

nolim1t commented Aug 6, 2020

The slider also doesn't work too

@mayankchhabra
Copy link
Member Author

Ah, shit. Do you get it on both your testnet and mainnet nodes?

@nolim1t
Copy link
Contributor

nolim1t commented Aug 6, 2020

I've seen it on mainnet.. .. users are reporting it on both

@nolim1t
Copy link
Contributor

nolim1t commented Aug 6, 2020

I can reproduce this myself on testnet.

My versions:

  • getumbrel/middleware:v0.1.3
  • getumbrel/manager:v0.2.0
  • getumbrel/dashboard:v0.3.1
  • lncm/bitcoind:v0.20.1 (not relevant to this)
  • lncm/lnd:v0.10.1-experimental (not relevant to this)

@nolim1t
Copy link
Contributor

nolim1t commented Aug 6, 2020

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."}}

@nolim1t
Copy link
Contributor

nolim1t commented Aug 6, 2020

getmempoolinfo from bitcoind returns on testnet (practically empty)

{
  "loaded": true,
  "size": 0,
  "bytes": 0,
  "usage": 0,
  "maxmempool": 512000000,
  "mempoolminfee": 0.00001000,
  "minrelaytxfee": 0.00001000
}

@mayankchhabra
Copy link
Member Author

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?

@nolim1t
Copy link
Contributor

nolim1t commented Aug 6, 2020

cool that worked.. no need to touch lnd

@nolim1t nolim1t transferred this issue from getumbrel/umbrel-dashboard Aug 6, 2020
@nolim1t
Copy link
Contributor

nolim1t commented Aug 6, 2020

moved back to umbrel project as its just a config

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

No branches or pull requests

2 participants