From 2c987fc5ccbaebf83476d386e240f428188af79c Mon Sep 17 00:00:00 2001 From: dylan Date: Fri, 4 Sep 2026 11:40:43 -0700 Subject: [PATCH] burn discriminator incentive until KoTH ships --- VERSION | 2 +- gas/__init__.py | 2 +- neurons/validator/validator.py | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/VERSION b/VERSION index 3f5820b5..ef248f02 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.9.9 +4.9.10 diff --git a/gas/__init__.py b/gas/__init__.py index 5635b1b8..be5618c3 100644 --- a/gas/__init__.py +++ b/gas/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.9.9" +__version__ = "4.9.10" version_split = __version__.split(".") __spec_version__ = ( diff --git a/neurons/validator/validator.py b/neurons/validator/validator.py index 89a63f96..cad27b86 100644 --- a/neurons/validator/validator.py +++ b/neurons/validator/validator.py @@ -195,11 +195,11 @@ async def set_weights(self, block): ) # Weight budget (must sum to 1.0) - burn_pct = 0. - video_pct = .4 - image_pct = .4 - audio_pct = .04 - generator_pct = .16 + burn_pct = 0.84 + video_pct = 0. #.4 + image_pct = 0. #.4 + audio_pct = 0. #.04 + generator_pct = 0.16 # Resolve escrow/burn UIDs at current chain head. `block` is an # interval marker (0 at startup) and must not be used as a query