Hey all. I’m stuck here. Been at this for about two days now trying to get mempool to work with my node and I messed up the Bitcoin explorer. Now I keep getting a No RPC Connection error. It's saying it can't connect to my Bitcoin core node. I have to check my host, port, and authentication details. Everything should be in the.env file or command line. Help!
Can you share your bitcoin.conf file? Also, check if localhost is blocking the port. Don't forget to enable RPC server in Bitcoin Core with server=1. You can find a sample.env file too.
I got server=1 and txindex=1 in my config. I’m not sure how to handle the env file, but mine looks like the sample. Just reinstalled everything and... somehow it’s working now!
Did you check the rpc credentials in your.env file? Or did you set them via command line? If you didn’t set rpcuser and rpcpassword in bitcoin.conf, make sure the.cookie file is in the right place.
If you're running Electrum alongside Bitcoin Explorer, maybe open a new topic with details about your setup. Configs can conflict and one setting may break another. If the env file isn't there, you can set it via command line.
Using myNode, messing with rpcuser and rpcpassword might break things with other modules like the Electrum server. Not sure why Bitcoin RPC Explorer needs manual tweaks in myNode. Shouldn't it just work when enabled? You probably need to check myNode docs for that.