-
Notifications
You must be signed in to change notification settings - Fork 16
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
Initial configuration doesn't work #24
Comments
I think the configuration file problem must be related to the issue that cjdns has: running the Does having too many peers in our config file cause problems for cjdns? My understanding is that we need them only for the initialization phase and they will be updated/removed as soon as we find valid peers. I added a few more recent peers from Hyperbolia peers repo, but they might be already out of date. fc00 seems to be down too. |
About the "too many peers". I think there is no problem with the amount of them. They problem from peering information is that when we mention a connection, cjdns waits an "up to number" bytes. Important information is:
|
I am over testing which ones are working and preparing a first stage patch over the same file. |
which version do we have? 21.1.6 seems to have no issue with that. |
Great, thank you! I think we need to modify the addPublicPeers.vbs and installer.nsi files to add the ipv6 peers from the new public_peers_6.txt. We have cjdns v21.2 at the moment. Do you think we should roll back to v21.1? |
I think it 's finally ready. I can't test it now, cause I can't build it :( Also, sorry for not answering about the roll back. For development it's not that of an issue, for shipping a binary installer ready to go, I think either a roll back or a surgical removal would be enough. |
In the generated config that ships with cjdns-installer, all the connections are getting to the IPv4 section.
There are also a lot nodes with too much information (known bug) in their blocks as well as others no connections since 2015.
The text was updated successfully, but these errors were encountered: