aboutsummaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
Diffstat (limited to 'network')
-rw-r--r--network/feather/README4
-rw-r--r--network/feather/feather.SlackBuild2
2 files changed, 5 insertions, 1 deletions
diff --git a/network/feather/README b/network/feather/README
index 0a2d2c22ffe0b..57d1a9ee400de 100644
--- a/network/feather/README
+++ b/network/feather/README
@@ -22,3 +22,7 @@ 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.
+If the XMRig feature is enabled, you can point to a system-wide binary
+for the miner executable (under the "Settings" tab in the "Miner" tab)
+by installing the xmrig package from SlackBuilds.org. Said binary will
+be located at "/usr/bin/xmrig".
diff --git a/network/feather/feather.SlackBuild b/network/feather/feather.SlackBuild
index bad07208c7e93..14d41cfb03fff 100644
--- a/network/feather/feather.SlackBuild
+++ b/network/feather/feather.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=feather
VERSION=${VERSION:-2.4.9}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}