From ddc4c194d7865155e8d2cf9838a319cae740d483 Mon Sep 17 00:00:00 2001 From: Canefis <122316899+Canefis@users.noreply.github.com> Date: Wed, 29 Oct 2025 17:58:25 -1000 Subject: [PATCH 1/2] Add BIT-XXXXX draft for validator endpoint proposal --- bits/BIT-XXXXX.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bits/BIT-XXXXX.md diff --git a/bits/BIT-XXXXX.md b/bits/BIT-XXXXX.md new file mode 100644 index 0000000..69ba490 --- /dev/null +++ b/bits/BIT-XXXXX.md @@ -0,0 +1,16 @@ +# BIT-XXXX: Validator with own hosts an endpoint + +- **BIT Number:** XXXX +- **Title:** Individual Subnet vslidator with own hosts an endpoint +- **Author(s):** Canefis +- **Status:** Draft +- **Type:** +- **Created:** 29/10/2025 +- **Updated:** 29/10/2025 + +## Abstract +By @vune: +Introduce a model where each validator hosts an endpoint and miners would submit shares to a few of them +they'll be recorded and attested to by validators +which distributes the trust of the pool for verifying work +this would allow miners to mine using their own pool hardware as well, in any geography, they just have to submit valid shares to be compensated From bf79a64cc03cb8733b381a759632c3f4f746f2d8 Mon Sep 17 00:00:00 2001 From: Canefis <122316899+Canefis@users.noreply.github.com> Date: Wed, 29 Oct 2025 18:00:42 -1000 Subject: [PATCH 2/2] Rename BIT-XXXXX.md to BIT-XXXX.md --- bits/{BIT-XXXXX.md => BIT-XXXX.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename bits/{BIT-XXXXX.md => BIT-XXXX.md} (100%) diff --git a/bits/BIT-XXXXX.md b/bits/BIT-XXXX.md similarity index 100% rename from bits/BIT-XXXXX.md rename to bits/BIT-XXXX.md