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

how connect to network? #12

Open
fab1an2 opened this issue Sep 7, 2023 · 1 comment
Open

how connect to network? #12

fab1an2 opened this issue Sep 7, 2023 · 1 comment

Comments

@fab1an2
Copy link

fab1an2 commented Sep 7, 2023

I compile this program but it is still offline
/info

Tox ID: 786387142A7813ED4380CA835CD63291E9DDF180D898A966DD55BD8C77FDF772CF0D8C03EB5D
Public Key: 786387142A7813ED4380CA835CD63291E9DDF180D898A966DD55BD8C77FDF772
Status Msg:
Network: Offline

how quit from program?
/quit not working

@nurupo
Copy link

nurupo commented Oct 5, 2023

The hardcoded bootstrap nodes are offline, so you would need to use ones that are online. You can grab them at https://nodes.tox.chat and add them to:

minitox/minitox.c

Lines 39 to 46 in 20d9685

struct DHT_node bootstrap_nodes[] = {
// Setup tox bootrap nodes
{"node.tox.biribiri.org", 33445, "F404ABAA1C99A9D37D61AB54898F56793E1DEF8BD46B1038B9D822E8460FAB67"},
{"128.199.199.197", 33445, "B05C8869DBB4EDDD308F43C1A974A20A725A36EACCA123862FDE9945BF9D3E09"},
{"2400:6180:0:d0::17a:a001", 33445, "B05C8869DBB4EDDD308F43C1A974A20A725A36EACCA123862FDE9945BF9D3E09"},
};

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

No branches or pull requests

2 participants