1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
.\" Copyright 2024 Soren Stoutner <soren@debian.org> based on the initial
.\" output of help2man.
.TH "Feather Wallet" 1 "11 November 2024" "version 2.7.0" "Feather Wallet User Manuel"
.SH NAME
feather \- a light-weight Monero GUI desktop wallet
.SH SYNOPSIS
.B feather
[\fI\,options\/\fR]
.SH DESCRIPTION
Feather is a Monero desktop wallet written in C++ with the Qt framework. As
contrasted with a typical Monero wallet, Feather does not need to have a copy of
the entire Monero blockchain installed locally, which requires a lot of space,
but rather connects to an on-line node of servers and queries their copy of the
blockchain. This makes Feather small and fast. Feather is beginner friendly, but
also caters to advanced Monero users by providing a feature set that is on par
with the official CLI. It ships with sane defaults that suit most users, but can
also be configured for high or uncommon threat models.
Monero (XMR) is an open-source cryptocurrency that focuses on privacy and
decentralization. It aims to improve on existing cryptocurrency design by
obscuring sender, recipient and amount of every transaction.
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
Displays a list of the command line options.
.TP
\fB\-\-help\-all\fR
Displays all the help entries, including generic Qt options.
.TP
\fB\-v\fR, \fB\-\-version\fR
Displays version information.
.TP
\fB\-\-use\-local\-tor\fR
Uses the system wide installation of Tor instead of the version bundled with the
\fI\,feather\/\fR binary. This is the default (and only) behavior in the Debian
package, as Tor is not compiled into the \fI\,feather\/\fR binary, but is
enabled by installing the recommended \fI\,tor\/\fR package.
.TP
\fB\-\-quiet\fR
Limits console output.
.TP
\fB\-\-stagenet\fR
Use Stagenet, which is for development purposes only.
.TP
\fB\-\-testnet\fR
Uses Testnet, which is for development purposes only.
.SH "SEE ALSO"
The full documentation for using Feather Wallet is available by pressing F1
inside of the GUI.
|