Giter Site home page Giter Site logo

Comments (13)

EchterAgo avatar EchterAgo commented on July 30, 2024 1

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.

from fulcrum.

shishna avatar shishna commented on July 30, 2024

In case it matters. I was following ministry of nodes guide.

from fulcrum.

EchterAgo avatar EchterAgo commented on July 30, 2024

Is your bitcoind running properly?

from fulcrum.

shishna avatar shishna commented on July 30, 2024

Is your bitcoind running properly?

yes I SNAP installed bitcoin core on ubuntu, it is fully synced and running properly

from fulcrum.

EchterAgo avatar EchterAgo commented on July 30, 2024

What bitcoind setting do you have in the configuration file and is that port actually open? The message says it is closed.

You can check using ss -tulpn for listeners.

from fulcrum.

shishna avatar shishna commented on July 30, 2024

I checked ss -tulpn and this is what I get
lenovo@ideapad-laptop:$ ss -tulpn
Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
udp UNCONN 0 0 127.0.0.53%lo:53 0.0.0.0:*
udp UNCONN 0 0 0.0.0.0:57704 0.0.0.0:*
udp UNCONN 0 0 0.0.0.0:631 0.0.0.0:*
udp UNCONN 0 0 0.0.0.0:5353 0.0.0.0:*
udp UNCONN 0 0 [::]:43841 [::]:*
udp UNCONN 0 0 [fe80::6d02:c297:f021:8b71]%wlp8s0:546 [::]:*
udp UNCONN 0 0 :54349 : users:(("firefox",pid=4810,fd=64))
udp UNCONN 0 0 [::]:5353 [::]:

udp UNCONN 0 0 :34757 : users:(("firefox",pid=4810,fd=122))
tcp LISTEN 0 4096 127.0.0.53%lo:53 0.0.0.0:

tcp LISTEN 0 128 0.0.0.0:8333 0.0.0.0:* users:(("bitcoin-qt",pid=2347,fd=41))
tcp LISTEN 0 128 127.0.0.1:8334 0.0.0.0:* users:(("bitcoin-qt",pid=2347,fd=40))
tcp LISTEN 0 128 127.0.0.1:631 0.0.0.0:*
tcp LISTEN 0 128 [::1]:631 [::]:*
tcp LISTEN 0 128 [::]:8333 [::]:* users:(("bitcoin-qt",pid=2347,fd=39)) lenovo@ideapad-laptop:
$ ss -tulpn
Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
udp UNCONN 0 0 127.0.0.53%lo:53 0.0.0.0:*
udp UNCONN 0 0 0.0.0.0:57704 0.0.0.0:*
udp UNCONN 0 0 0.0.0.0:631 0.0.0.0:*
udp UNCONN 0 0 0.0.0.0:5353 0.0.0.0:*
udp UNCONN 0 0 [::]:43841 [::]:*
udp UNCONN 0 0 [fe80::6d02:c297:f021:8b71]%wlp8s0:546 [::]:*
udp UNCONN 0 0 :54349 : users:(("firefox",pid=4810,fd=64))
udp UNCONN 0 0 [::]:5353 [::]:

udp UNCONN 0 0 :34757 : users:(("firefox",pid=4810,fd=122))
tcp LISTEN 0 4096 127.0.0.53%lo:53 0.0.0.0:

tcp LISTEN 0 128 0.0.0.0:8333 0.0.0.0:* users:(("bitcoin-qt",pid=2347,fd=41))
tcp LISTEN 0 128 127.0.0.1:8334 0.0.0.0:* users:(("bitcoin-qt",pid=2347,fd=40))
tcp LISTEN 0 128 127.0.0.1:631 0.0.0.0:*
tcp LISTEN 0 128 [::1]:631 [::]:*
tcp LISTEN 0 128 [::]:8333 [::]:* users:(("bitcoin-qt",pid=2347,fd=39))

from fulcrum.

EchterAgo avatar EchterAgo commented on July 30, 2024

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?

from fulcrum.

shishna avatar shishna commented on July 30, 2024

Not sure to be honest. I dont know what the difference is. What do you recommend ? Do I have to reinstall everything again ?

from fulcrum.

EchterAgo avatar EchterAgo commented on July 30, 2024

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.

from fulcrum.

shishna avatar shishna commented on July 30, 2024

So I just need to open port 8332 and that should fix it ?

from fulcrum.

EchterAgo avatar EchterAgo commented on July 30, 2024

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 bitcoin-cli tool with either bitcoin-qt or bitcoind then your RPC is not set up right. In any case, this is not an issue with Fulcrum.

from fulcrum.

shishna avatar shishna commented on July 30, 2024

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 fulcrum.

shishna avatar shishna commented on July 30, 2024

thanks for your help

from fulcrum.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.