From 1cb9854e6b5b12450da076eb5af697306ea459ca Mon Sep 17 00:00:00 2001 From: argenius Date: Sat, 16 Nov 2024 15:29:35 +0100 Subject: [PATCH] Add missing mining settings --- .../pages/settings/settings.component.html | 45 +++++++++++++++++-- src/app/pages/settings/settings.component.ts | 32 +++++++++++++ src/common/DaemonSettings.ts | 6 +-- 3 files changed, 77 insertions(+), 6 deletions(-) diff --git a/src/app/pages/settings/settings.component.html b/src/app/pages/settings/settings.component.html index 8df4130..30986bf 100644 --- a/src/app/pages/settings/settings.component.html +++ b/src/app/pages/settings/settings.component.html @@ -780,7 +780,36 @@
- + +
+

Mining

+ +
+ + + Specify wallet address to mining for. This must be a standard address! (aka primary address) It can be neither a subaddress nor integrated address. +
+ +
+ + + Specify mining threads count. By default only one thread will be used. +
+ +
+ +
+ + + +
+ Specify file for extra messages to include into coinbase transactions. +
+ +
+ +
+

Background mining

@@ -788,14 +817,14 @@
- Enable background mining + If enabled, mining will use a small percentage of your system resources to never noticeably slow down your computer. This is intended to encourage people to mine to improve decentralization

- Reduce blockchain disk usage + If enabled, assumes plugged in when unable to query system power status
@@ -831,6 +860,16 @@

General

+
+ +
+ + + +
+ Full path to the log file (mind file permissions). +
+