GithubHelp home page GithubHelp logo

Comments (15)

nolim1t avatar nolim1t commented on August 22, 2024

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

from umbrel.

mayankchhabra avatar mayankchhabra commented on August 22, 2024

bitcoind backend, his node is fully synched.

from umbrel.

nolim1t avatar nolim1t commented on August 22, 2024

I can reproduce this on my testnet node too

from umbrel.

nolim1t avatar nolim1t commented on August 22, 2024

However testnet.getumbrel.com is fine

from umbrel.

nolim1t avatar nolim1t commented on August 22, 2024

a few other users are reportedly getting this too

from umbrel.

nolim1t avatar nolim1t commented on August 22, 2024

This is a dashboard issue with it calculating rates..

Open channels is fine without the dashboard

from umbrel.

nolim1t avatar nolim1t commented on August 22, 2024

The slider also doesn't work too

from umbrel.

mayankchhabra avatar mayankchhabra commented on August 22, 2024

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

from umbrel.

nolim1t avatar nolim1t commented on August 22, 2024

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

from umbrel.

nolim1t avatar nolim1t commented on August 22, 2024

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)

from umbrel.

nolim1t avatar nolim1t commented on August 22, 2024

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

from umbrel.

nolim1t avatar nolim1t commented on August 22, 2024

getmempoolinfo from bitcoind returns on testnet (practically empty)

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

from umbrel.

mayankchhabra avatar mayankchhabra commented on August 22, 2024

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?

from umbrel.

nolim1t avatar nolim1t commented on August 22, 2024

cool that worked.. no need to touch lnd

from umbrel.

nolim1t avatar nolim1t commented on August 22, 2024

moved back to umbrel project as its just a config

from umbrel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.