From baab3c346ecdc3b4862dc5793f2f836bc75fe92d Mon Sep 17 00:00:00 2001
From: Rakni1988 <67603180+Rakni1988@users.noreply.github.com>
Date: Wed, 4 Oct 2023 21:51:39 +0200
Subject: [PATCH 01/94] Update handlers.py
---
plugins/yadacoinpool/handlers.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/plugins/yadacoinpool/handlers.py b/plugins/yadacoinpool/handlers.py
index 4ba64fee..b918c0d4 100644
--- a/plugins/yadacoinpool/handlers.py
+++ b/plugins/yadacoinpool/handlers.py
@@ -165,6 +165,7 @@ def get_ticker():
"version": ".".join([str(x) for x in version]),
},
"pool": {
+ "pool_address": self.config.address,
"hashes_per_second": pool_hash_rate,
"miner_count": miner_count_pool_stat["value"],
"worker_count": worker_count_pool_stat["value"],
@@ -182,7 +183,7 @@ def get_ticker():
],
"blocks_found": total_blocks_found,
"fee": self.config.pool_take,
- "payout_frequency": self.config.payout_frequency,
+ "payout_frequency": self.config.pool_payer_wait,
"payouts": payouts,
"blocks": pool_blocks_found_list[:100],
"pool_perecentage": pool_perecentage,
From 0fc7b50a63e036d16c49a9cbaea61f345967f2e8 Mon Sep 17 00:00:00 2001
From: Rakni1988 <67603180+Rakni1988@users.noreply.github.com>
Date: Wed, 4 Oct 2023 21:54:47 +0200
Subject: [PATCH 02/94] Update pool-stats.html
---
.../yadacoinpool/templates/pool-stats.html | 423 +++++++++++++-----
1 file changed, 307 insertions(+), 116 deletions(-)
diff --git a/plugins/yadacoinpool/templates/pool-stats.html b/plugins/yadacoinpool/templates/pool-stats.html
index 929d3872..763da671 100644
--- a/plugins/yadacoinpool/templates/pool-stats.html
+++ b/plugins/yadacoinpool/templates/pool-stats.html
@@ -55,7 +55,8 @@
BLOCK REAWORD
-
YDA
+
MINERS:
+
MASTER NODES:
@@ -74,7 +75,7 @@
POOL FEE
@@ -94,7 +95,7 @@
PAYOUT SCHEME
HOW TO START
Create wallet
Download XMRigCC
-
XMRigCC conf.json settings:
+
XMRigCC config.json settings:
"algo": "rx/yada",
"url": """,
"user": "Your wallet address.Worker ID",
@@ -110,7 +111,7 @@
"keepalive": true,
POOL BLOCKS
- | Time Found | Height | Reward | Block Hash |
+ | Time Found | Height | Reward | Block Hash |
MINER STATISTICS
@@ -118,132 +119,310 @@
MINER STATISTICS
-
MINER HASH RATE:
-
TOTAL HASHES SUBMITTED:
-
- | Time Sent | TXN ID | Amount |
-
-
-
+
+
+
+