From 8e567f04c351bc73f7a20be3c3c033cb5afb9c21 Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Fri, 24 Apr 2026 13:24:38 +0200 Subject: [PATCH] Add OGBTC OGBTC self-tags coinbase scriptSigs with the literal 'OGBTC' prefix and is currently a steady contributor of testnet4 blocks. Mainnet payout addresses are not known, so leave the addresses array empty and rely on the coinbase tag. --- pools-v2.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pools-v2.json b/pools-v2.json index 6cf5390..2ff0f21 100644 --- a/pools-v2.json +++ b/pools-v2.json @@ -1828,5 +1828,12 @@ "addresses": [], "tags": ["/Noderunners/"], "link": "https://pool.noderunners.network" + }, + { + "id": 171, + "name": "OGBTC", + "addresses": [], + "tags": ["OGBTC"], + "link": "" } ]