-
Notifications
You must be signed in to change notification settings - Fork 452
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
[7.5.0-rc5] Headless #5303
Comments
Valid points! I remember that I added the Also, a |
Apart from bugs preventing people from using the application, the most fragile parts are the payed exit nodes which occasionally disappear leaving the network un-usable. Having a usable CLI is one part to attracting more exit nodes. |
related: #5327 |
Would a no GUI option count as a GUI suggesstion? |
Now it is possible to run Tribler headless by running it with Line 33 in 035bab8
|
Why is there
and
? |
https://github.com/Tribler/tribler/blob/devel/src/tribler-core/run_tribler_headless.py
Does not appear to be included in the deb.
cd /usr/share/tribler && env CORE_PROCESS=1 CORE_BASE_PATH=$(pwd) CORE_API_PORT=8085 /usr/bin/tribler >/dev/null 2>&1 &
no longer works, falling back to
is there a more elegant solution like
/usr/bin/tribler --headless
?
why is there not even a
/usr/bin/tribler --help
?
The text was updated successfully, but these errors were encountered: