🛠️ DevLog: Smarter Ephemeral Node Pool Allocation (Upcoming)
We're implementing the first version of dynamic Node Pool capacity logic to reduce over-allocation and improve efficiency using live network stats.
🔹 Current Logic:
1. Score all nodes (based on Precommit, Commit, Prepare performance)
2. Apply a static score threshold (e.g., ≥70%)
3. Add ~50% of those to the Node Pool
🔹 Planned Upgrade:
1. Retain existing scoring
2. Identify all nodes active in the last 10 minutes
3. Select the top n% of active nodes based on score
4. Add those nodes to the Node Pool
This is the first step toward dynamic capacity planning - real-time, performance-driven, and reactive to network conditions.
The n% ratio will be made dynamic in future updates based on Node Pool utilization.
Testing will begin shortly on DevNet5.
#Cortensor #DevNet5 #NodePool #MinerV4 #DePIN #AIExecution