From 125b43f396a63f1c71970da34b26cff8661c6a20 Mon Sep 17 00:00:00 2001 From: everoddandeven Date: Wed, 9 Oct 2024 15:03:25 +0200 Subject: [PATCH] Fix input number min value --- .../blockchain/blockchain.component.html | 6 ++-- src/app/pages/mining/mining.component.html | 12 ++++---- .../pages/settings/settings.component.html | 28 +++++++++---------- 3 files changed, 22 insertions(+), 24 deletions(-) diff --git a/src/app/pages/blockchain/blockchain.component.html b/src/app/pages/blockchain/blockchain.component.html index f68aff5..dc2cf62 100644 --- a/src/app/pages/blockchain/blockchain.component.html +++ b/src/app/pages/blockchain/blockchain.component.html @@ -247,7 +247,7 @@
Block Additional Details
- + Block height
@@ -377,7 +377,7 @@
Miscellaneous
- + Block header height
@@ -489,8 +489,6 @@

   - - \ No newline at end of file diff --git a/src/app/pages/mining/mining.component.html b/src/app/pages/mining/mining.component.html index 4f7ff72..14664d7 100644 --- a/src/app/pages/mining/mining.component.html +++ b/src/app/pages/mining/mining.component.html @@ -104,7 +104,7 @@

Start mining on the daemon

- + Number of mining thread to run
@@ -205,7 +205,7 @@

  
- +
@@ -237,13 +237,13 @@

  

Calculate PoW hash for a block candidate

- + The major version of the monero protocol at this block height
- +
@@ -432,13 +432,13 @@
Status: {{ generatedBlocks.status }}

Generate a block and specify the address to receive the coinbase reward

- + Increased by miner until it finds a matching result that solves a block
- + Number of blocks to be generated
diff --git a/src/app/pages/settings/settings.component.html b/src/app/pages/settings/settings.component.html index 913d611..edce798 100644 --- a/src/app/pages/settings/settings.component.html +++ b/src/app/pages/settings/settings.component.html @@ -94,7 +94,7 @@

General

- + 18081 for mainnet, 28081 for testnet, 38081 for stagenet
@@ -163,7 +163,7 @@

ZMQ

- + 18082 for mainnet, 28082 for testnet, 38082 for stagenet
@@ -188,13 +188,13 @@

Payment

- + Restrict RPC to clients sending micropayment at this difficulty
- + Restrict RPC to clients sending micropayment, yelds that many credits per payment
@@ -288,13 +288,13 @@

General

- + 18080 for mainnet, 28080 for testnet, 38080 for stagenet
- + External port for p2p network protocol (if port forwarding used with NAT)
@@ -311,7 +311,7 @@

IPv6

- + 18080 for mainnet, 28080 for testnet, 38080 for stagenet
@@ -406,12 +406,12 @@

Synchronization

- +
- +
@@ -470,19 +470,19 @@

Background mining

- + Specify min lookback interval in seconds for determining idle state
- + Specify minimum avg idle percentage over lookback interval
- + Specify maximum percentage cpu use by miners
@@ -514,13 +514,13 @@

General

- + Specify maximum log file size [B]
- + Specify maximum number of rotated log files to be saved (no limit by setting to 0)