-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BTC RPC Explorer #837
Comments
The upgrade may not have worked. You could try starting with a fresh image. A script with this line should be running before the app starts that sets up the env file. cp /usr/share/mynode/btcrpcexplorer_env /opt/mynode/btc-rpc-explorer/.env |
This is still open, and looking on Telegram it appears to still be a widespread issue. |
I may have had exactly the same problem. The following was also in the log: "Error: connect ECONNREFUSED ::1:8332" I then changed the following part in
Then I restarted the BTC Explorer and now everything is working as expected. |
Bitcoin should also be listening on ::1:8332 now for RPC connections. You may be on an old version or have a custom bitcoin config overriding the defaults. |
Describe the bug
when trying to acccess BTC RPC Explorer Im getting the below error message:
This explorer currently is failing to connect to your Bitcoin Core node.
Check your connection details (host & port for Bitcoin Core), as well as your authentication details (username, password, etc).
All of these parameters need to be specified in a ".env" file or via commandline parameters. See the project homepage to review how to configure this explorer.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
MyNode hardware (please complete the following information):
Mynode was manually upgraded to 0.3.24 when checking the log I see the .env file is missing in /home/bitcoin/.config/
Dec 21 09:50:57 myNode btcrpcexplorer[22093]: 2023-12-21T15:50:57.859Z btcexp:app Config file found at /opt/mynode/btc-rpc-explorer/.env, loading...
Dec 21 09:50:57 myNode btcrpcexplorer[22093]: 2023-12-21T15:50:57.859Z btcexp:app Config file not found at /etc/btc-rpc-explorer/.env, continuing...
Dec 21 09:50:57 myNode btcrpcexplorer[22093]: 2023-12-21T15:50:57.858Z btcexp:app Config file not found at /home/bitcoin/.config/btc-rpc-explorer.env, continuing...
The text was updated successfully, but these errors were encountered: