Saturday, July 6, 2024

I am unable to be absolutely synced with the lightning community

I at present have a pruned Bitcoin Core node working on my Mac, and I’ve lnd working too.

Everytime I run lnd, I get flooded with these error messages in terminal: Question from peer ...:8333 failed, rescheduling:didn’t get response earlier than timeout

I am apparently unable to be absolutely synced with the lightning community. Once I sort “lncli getinfo” it says “synced-to-graph = false” and “synced-to-chain = true”.

Right here is how my lnd.conf file seems to be like:



debuglevel=information
maxpendingchannels=5
alias=YourNodeAlias
colour=#68F442


bitcoin.lively=1
bitcoin.mainnet=1
bitcoin.node=bitcoind


bitcoind.rpchost=localhost
bitcoind.rpcuser=admin
bitcoind.rpcpass=pass123
bitcoind.zmqpubrawblock=tcp://127.0.0.1:28332
bitcoind.zmqpubrawtx=tcp://127.0.0.1:28333

Right here is how my bitcoin.conf file seems to be like:



server=1
daemon=1 
txindex=0
disablewallet=0

rpcuser=admin
rpcpassword=pass123
rpcbind=127.0.0.1   
rpcallowip=127.0.0.1
rpcport=8332

dbcache=1000  
maxmempool=300

hear=1
maxconnections=40

# ZMQ choices
zmqpubrawblock=tcp://127.0.0.1:28332
zmqpubrawtx=tcp://127.0.0.1:28333


prune=20000

What do I must do to repair the synced-to-graph situation? I simply need to have the ability to run my very own node and begin making transactions instantly on the lightning community. Please assist, been seeking to repair this for a lot of weeks.

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles