mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
8785cacbe3
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
24 lines
871 B
Text
24 lines
871 B
Text
Feather is a free, open-source Monero wallet for Linux, Tails, macOS
|
|
and Windows. It is written in C++ with the Qt framework.
|
|
|
|
Copyright (c) 2020-2023, The Monero Project.
|
|
|
|
Various features can be enabled/disabled by passing variables to the
|
|
script (VAR=yes/no ./feather.SlackBuild):
|
|
LOCALMONERO=yes|no (default: yes)
|
|
(disable LocalMonero feature)
|
|
XMRIG=yes|no (default: yes)
|
|
(disable XMRig feature)
|
|
DONATE_BEG=yes|no (default: yes)
|
|
(disable the dreaded donate requests)
|
|
USE_DEVICE_TREZOR=yes|no (default:yes)
|
|
(disable Trezor hardware wallet support)
|
|
WITH_SCANNER=yes|no (default:no)
|
|
(enable the webcam QR code scanner)
|
|
|
|
qt6 is an optional dependency, and is auto-detected at build time.
|
|
If qt6 is not found, qt5 will be used instead.
|
|
|
|
tor is another optional dependency; a Tor daemon is required to
|
|
connect to .onion nodes and the websocket server.
|
|
|