From 5c82fce225030a6454f09f5f53afdffca5c42367 Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Fri, 24 Apr 2026 13:24:14 +0200 Subject: [PATCH] Add MARA Pool Stratum V2 coinbase tags MARA Pool's Stratum V2 stack tags blocks with /mara_pool_sv2/, /mara-pool-sv2/ and /mara_jdc_sv2/ instead of the legacy /MARA Pool/ tag. Add these so SV2-mined MARA blocks are attributed correctly (clearly visible on testnet4 today, where the SV2 stack is exercised heavily). --- pools-v2.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pools-v2.json b/pools-v2.json index 6cf5390..3bb1988 100644 --- a/pools-v2.json +++ b/pools-v2.json @@ -1284,7 +1284,10 @@ ], "tags": [ "MARA Pool", - "MARA Made in USA" + "MARA Made in USA", + "mara_pool_sv2", + "mara-pool-sv2", + "mara_jdc_sv2" ], "link": "https://marapool.com" },