-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add my node to the list... #22
Comments
Yes, there is definitely room for improvement. A similar idea is also discussed at the bottom of the wiki article you linked: https://wiki.tox.chat/users/nodes#is_there_anything_else_bootstrap_node_related_i_can_help_with_besides_running_a_bootstrap_node. However, ToxStatus has been in maintenance mode for a while now. I ensure that it keeps working, but I don't do any active development on it anymore. Perhaps this is a project you would like to take on?
FYI: ToxStatus already provides a JSON-formatted list of nodes: https://nodes.tox.chat/json.
Which error do you get when running the test? An open port is not enough. ToxStatus sends a TCP relay handshake packet and expects a response back. |
I see by your link the project https://toxstats.com and as I understand, there,
This is nice, but I say about this answer from each node, like
I enabled the TCP PORT 33445, in the settings of profile in Isotoxin. But this tests: https://nodes.tox.chat/test is not passed. UDP PORT:
TCP PORT:
So, maybe need to fix something in the Isotoxin. Also, earlier, I just make the opened port, and just saw my node in that list, here: https://nodes.tox.chat/ without any another actions. |
I see here https://wiki.tox.chat/users/nodes#faq ,
for adding my node into the list of TOX-nodes,
I need send some email with some data to someone...
And my node cann't be added there, if I just open the port...
Hm...
Thelefore, you can make this node-list better.
Then you will got the nodes list, like the list on this service for monitoring the active torrent trackers: https://newtrackon.com/
This is open-source. Source code - here: https://github.com/CorralPeltzer/newTrackon
Also, maybe there is possible to create those lists for each node,
and check the status for all nodes regularry,
and return the list of active nodes, sorted by uptime - as JSON,
and as response to some packet at port 33445 for the current node.
For example, http://blah-blah:33445/nodes
can return something, like:
IP, PORT, KEY, UPTIME(milliseconds, or OFFLINE)
Also, this tests not working for TCP and UDP ports: https://nodes.tox.chat/test
for https://github.com/isotoxin/isotoxin/releases
even if ports has status opened,
and maybe this is a problem on your side,
because connection to the network is good for that isotoxin.
So, something need to fix.
Best Regards.
The text was updated successfully, but these errors were encountered: