8. Open
bitcoin.conf in notepad add this -
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 -
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