-
Notifications
You must be signed in to change notification settings - Fork 78
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
Fulcrum.service running but connection refused #189
Comments
In case it matters. I was following ministry of nodes guide. |
Is your bitcoind running properly? |
yes I SNAP installed bitcoin core on ubuntu, it is fully synced and running properly |
What You can check using |
I checked ss -tulpn and this is what I get |
There is no port 8332 open. You seem to not have set up bitcoind RPC correctly. Also the listeners there are from bitcoin-qt, not bitcoind, are you sure that is what you want? |
Not sure to be honest. I dont know what the difference is. What do you recommend ? Do I have to reinstall everything again ? |
bitcoin-qt is the graphical application and bitcoind is the daemon application without user interface. I think you could make this work with bitcoin-qt, but it is unlikely what you want. To me it looks like you didn't follow the guide properly, however I don't have the attention span to watch a video about this. Usually the setup is that you connect Fulcrum to bitcoind, and yours is not running. |
So I just need to open port 8332 and that should fix it ? |
The default RPC port is port 8332, but what you end up using depends on your configuration. But yes, Fulcrum needs an RPC port to connect to and yours is not open. If you can't use the |
Yeah I tried using bitcoin-cli and command is not found. So can I go back and setup RPC correctly now or too late ? |
From the Fulcrum side everything should be fine once you get an RPC port up and running. You should consult the documentation / help forums of the node software you are using on how to get RPC working. |
thanks for your help |
fulcrum.service - Fulcrum
Loaded: loaded (/etc/systemd/system/fulcrum.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2023-07-19 13:17:54 BST; 5min ago
Main PID: 7464 (Fulcrum)
Tasks: 23 (limit: 9324)
Memory: 9.8M
CPU: 162ms
CGroup: /system.slice/fulcrum.service
└─7464 /home/lenovo/fulcrum/Fulcrum /home/lenovo/fulcrum/fulcrum.conf
Jul 19 13:22:44 ideapad-laptop Fulcrum[7464]: [2023-07-19 13:22:44.492] <BitcoinD.3> TCP BitcoinD.3 (id: 4): error 0 (Connection refused)
Jul 19 13:22:44 ideapad-laptop Fulcrum[7464]: [2023-07-19 13:22:44.496] <BitcoinD.2> TCP BitcoinD.2 (id: 3): error 0 (Connection refused)
Jul 19 13:22:44 ideapad-laptop Fulcrum[7464]: [2023-07-19 13:22:44.500] Waiting for bitcoind...
Jul 19 13:22:49 ideapad-laptop Fulcrum[7464]: [2023-07-19 13:22:49.491] <BitcoinD.3> TCP BitcoinD.3 (id: 4): error 0 (Connection refused)
Jul 19 13:22:49 ideapad-laptop Fulcrum[7464]: [2023-07-19 13:22:49.491] <BitcoinD.2> TCP BitcoinD.2 (id: 3): error 0 (Connection refused)
Jul 19 13:22:49 ideapad-laptop Fulcrum[7464]: [2023-07-19 13:22:49.495] <BitcoinD.1> TCP BitcoinD.1 (id: 2): error 0 (Connection refused)
Jul 19 13:22:54 ideapad-laptop Fulcrum[7464]: [2023-07-19 13:22:54.491] <BitcoinD.2> TCP BitcoinD.2 (id: 3): error 0 (Connection refused)
Jul 19 13:22:54 ideapad-laptop Fulcrum[7464]: [2023-07-19 13:22:54.494] <BitcoinD.3> TCP BitcoinD.3 (id: 4): error 0 (Connection refused)
Jul 19 13:22:54 ideapad-laptop Fulcrum[7464]: [2023-07-19 13:22:54.495] <BitcoinD.1> TCP BitcoinD.1 (id: 2): error 0 (Connection refused)
Jul 19 13:22:54 ideapad-laptop Fulcrum[7464]: [2023-07-19 13:22:54.499] Waiting for bitcoind...
The text was updated successfully, but these errors were encountered: