Skip to content
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

"Check Node" reports node is up, but "Node Status" says it isn't. #13

Closed
Geremia opened this issue Mar 3, 2015 · 18 comments
Closed

"Check Node" reports node is up, but "Node Status" says it isn't. #13

Geremia opened this issue Mar 3, 2015 · 18 comments
Assignees

Comments

@Geremia
Copy link

Geremia commented Mar 3, 2015

Clicking the "Check Node" button on the bottom of the page reports that the node associated with this IP address is up; however, at the top of the page, "Node Status" says it isn't.

@ayeowch
Copy link
Owner

ayeowch commented Mar 3, 2015

"Check Node" connects directly to your node since your IP is known. The "Node Status" page uses crawl data from the crawler which starts from a list of known nodes. It is possible your node is not well connected at the moment. Check how many peers you are connected to based on the getpeerinfo output.

@Geremia
Copy link
Author

Geremia commented Mar 3, 2015

Yes, I have had very few incoming connections recently due to a router issue that brought the node down a few days ago. You're probably right that my node isn't well connected now.

@Geremia
Copy link
Author

Geremia commented Mar 4, 2015

Well, it's been days now that the node has been up without interruption, yet the page still thinks it's down…

@ayeowch
Copy link
Owner

ayeowch commented Mar 5, 2015

How many connections do you have now?

@Geremia
Copy link
Author

Geremia commented Mar 6, 2015

It has about 3-4 inbound connections now and 732 MB sent.

@ayeowch
Copy link
Owner

ayeowch commented Mar 6, 2015

That's an indication of the node not being well connected. Usually your node will be crawled within minutes once it has more than 8 peers. Another reason the crawler is not able to find you is due to change of IP if you are using dynamically allocated IP by your ISP.

@Geremia
Copy link
Author

Geremia commented Mar 7, 2015

Does the node have to accept UDP packets? Currently, I'm only accepting TCP packets.

@ayeowch
Copy link
Owner

ayeowch commented Mar 7, 2015

No. Only TCP is required.

@Geremia
Copy link
Author

Geremia commented Mar 7, 2015

I'm running the node now on a different network (one even supporting IPv6), and I get the same issue.

I'm thinking it may have something to do with my running bitcoin-qt with a Tor proxy, although I am explicitly supplying the "--listen" flag to bitcoin-qt…

@Geremia
Copy link
Author

Geremia commented Mar 7, 2015

Perhaps the network just doesn't have any need for another node in my area?

@ayeowch
Copy link
Owner

ayeowch commented Mar 10, 2015

As long as the node has --listen and it is reachable by other peers, it should be on Bitnodes after being online for few minutes. Are you able to run your client without going Tor proxy to see if that makes it appear as UP on Bitnodes?

@Geremia
Copy link
Author

Geremia commented Mar 11, 2015

It has appeared as up on Bitnodes even through Tor, when a couple IPv6 clients were connected to the node. Now, however, Bitnodes says it's down. Thus, going proxy through Tor or not doesn't seem to change things.

1 similar comment
@Geremia
Copy link
Author

Geremia commented Mar 11, 2015

It has appeared as up on Bitnodes even through Tor, when a couple IPv6 clients were connected to the node. Now, however, Bitnodes says it's down. Thus, going proxy through Tor or not doesn't seem to change things.

@Geremia
Copy link
Author

Geremia commented Mar 11, 2015

It seems the Bitcoin network just isn't discovering my node (or perhaps it doesn't need it in my area?).

@ayeowch
Copy link
Owner

ayeowch commented Mar 11, 2015

Whenever Bitnodes says DOWN, can you help check how many connections (inbound + outbound) do you have?

Also, it looks like you are behind dynamically allocated IP. Is that correct? If this is the case, it is possible your node changes its IP before it is able to establish itself among peers in the network.

@ayeowch
Copy link
Owner

ayeowch commented Mar 11, 2015

The issue here may be related to bitcoin/bitcoin#48

@ayeowch
Copy link
Owner

ayeowch commented Mar 11, 2015

Fixed with 802f3b6

@ayeowch ayeowch self-assigned this Mar 11, 2015
@ayeowch ayeowch closed this as completed Mar 11, 2015
@Geremia
Copy link
Author

Geremia commented Mar 11, 2015

Well, today I have 8 incoming and 8 outgoing connections! I think it just took my node a few days of using the same IPv6 and IPv4 addresses before the network considered it stable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants