Post
Topic
Board Beginners & Help
Re: [TUTORIAL] LND node on Windows for Lightning Network - Beginner friendly
by
Mahiyammahi
on 05/08/2025, 13:24:30 UTC

8. Open bitcoin.conf in notepad add this -
 
Quote
server=1
txindex=1
rpcuser=bitcoin
rpcpassword=your_secure_password
zmqpubrawblock=tcp://127.0.0.1:28332
zmqpubrawtx=tcp://127.0.0.1:28333
9. if you are running your bitcoin core in pruned mode -
Quote
server=1
prune=20000
txindex=0
rpcuser=bitcoinuser
rpcpassword=your_secure_password
zmqpubrawblock=tcp://127.0.0.1:28332
zmqpubrawtx=tcp://127.0.0.1:28333

note - must change your password and your pruned amount according to your bitcoin core node run. It is suggested to run your bitcoin core node pruned - 10/20 GB . prune=20000 here indicating 20GB of pruned.

Royal Cap Kindly read the tutorial please, you needed to edit your bitcoin.conf but you did not done it. I've said earlier it’s the issue of your bitcoin.conf

If You're having any problem with this,  you can check my Local Language tutorial posts