Git Product home page Git Product logo

Comments (2)

caiomsbr avatar caiomsbr commented on August 13, 2024

I can see mynode tries to get answers from synced lnd using this code:

echo "Checking if LND is synced..."

12 | lncli --network=$NETWORK --lnddir /mnt/hdd/mynode/lnd getinfo | grep 'synced_to_chain": true'
13 | while [ $? -ne 0 ]; do
14 | echo "LND not synced, sleeping for 60 seconds..."
15 | /bin/sleep 60s
16 | lncli --network=$NETWORK --lnddir /mnt/hdd/mynode/lnd getinfo | grep 'synced_to_chain": true'
17 | done

it checks using lnd getinfo, but here's what my system responds:

/home/bitcoin/.lnd/data$ lnd getinfo
failed to load config: ValidateConfig: either bitcoin.active or litecoin.active must be set to 1 (true)

In my lnd.conf the line "bitcoin.active=1" is present.

from mynode.

tehelsper avatar tehelsper commented on August 13, 2024

Hey, please log a support ticket and we can take a look at your logs. This doesn't sound like a software bug due to the root cause being a custom LND version. I would guess LND isn't running properly.

mynodebtc.com/premium_support

from mynode.

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.