feat: add qitari - Rust tool for streamlining Tari config & setup#6273
Open
bgorlick wants to merge 2 commits intotari-project:developmentfrom
Open
feat: add qitari - Rust tool for streamlining Tari config & setup#6273bgorlick wants to merge 2 commits intotari-project:developmentfrom
bgorlick wants to merge 2 commits intotari-project:developmentfrom
Conversation
…oolchain - starting with Tor
Test Results (Integration tests)0 tests 0 ✅ 0s ⏱️ Results for commit 10cbb61. ♻️ This comment has been updated with latest results. |
Test Results (CI) 2 files 80 suites 33m 51s ⏱️ Results for commit 10cbb61. ♻️ This comment has been updated with latest results. |
Contributor
|
Thanks @bgorlick. Please make sure your commits are signed. |
Author
Sure np -- resubmit w the lock and signed? |
Contributor
|
yep, you can force push this PR or create a new one, whatever is easier |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
qitari - Rust tool to streamline setup, config and usage of Tari toolchain (starting with Tor).
Description
Currently implements the complete tor setup and more, with cli -h
qitari - Crypto may be hard, Tari doesn't have to be. 1.0
Tari and Friends
Streamline Tari Setup, Configuration and Usage
USAGE:
qitari [FLAGS]
FLAGS:
-k, --check Check Tor configuration for potential issues
-c, --configure Configure Tor
-h, --help Prints help information
-i, --install Install and configure Tor
-l, --logs Tail Tor logs
-m, --monitor Monitor Tor network status and performance
-o, --optimize Optimize Tor configuration for better performance
-r, --reset Reset or redo setup
-s, --start Start Tor
-t, --status Show status of Tor service
-u, --update Update Tor
-V, --version Prints version information
Motivation and Context
The current linux scripts for launching tor only appear to work for gnome users, and launch a terminal window. That won't work for most linux users. While linux users are often more familiar with installing and setting up tools on their own, streamlining the setup process of Tor is just a no-brainer and reduces friction.
How Has This Been Tested?
It's been tested and comes with 16 unit tests that also pass.
What process can a PR reviewer use to test or verify this change?
Breaking Changes