feat: add qitari - Rust tool for streamlining Tari config & setup #6273
+530
−0
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