You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/miner/concepts/reveal-interval.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,11 @@ RedTeam miner uses a Commit Cooldown delay to ensure fairness, prevent subnet sp
16
16
17
17
To maintain network quality and prevent "trial-and-error" testing on production systems, the following limits apply:
18
18
19
-
-**2 Commits per Day**: Each miner can submit a maximum of two commits per challenge within a 24-hour window.
20
-
-**One-at-a-Time Rule**: You should only have **one active submission** per challenge at any given time.
21
-
-**Overwriting**: If you submit a new commit while a previous one is still in the "Received" status, the new commit will **overwrite** the old one. The previous commit will never be scored, and you will have consumed one of your two daily slots.
19
+
-**1 Commit per Day**: Each miner can submit **one commit per challenge per 24-hour window**.
20
+
-**Latest Commit Wins**: If you submit multiple commits in the same day, **all earlier commits are canceled** and only the **latest** one is kept for scoring.
22
21
23
22
!!! danger "Spamming Prevention"
24
-
The 2-commit limit is designed to allow you to fix critical issues discovered after your first submission is scored. It is **not** intended for simultaneous testing or spamming variations of a solution. Miners who attempt to bypass these limits or push multiple updates before scoring are treated as "testing in production," which can lead to status rejections or rate limiting.
23
+
The 1-commit limit prevents trial-and-error testing in production and keeps the subnet fair. If you push multiple commits in a day, the earlier ones are canceled and you still only get one scored attempt.
25
24
26
25
## The Commit Cooldown Lifecycle
27
26
@@ -87,8 +86,8 @@ Rewards follow a daily synchronization window:
87
86
88
87
## Best Practices for Miners
89
88
90
-
1. **Submit Your Best Version**: Treat your first daily slot as your primary submission.
91
-
2. **Monitor the Dashboard**: Always wait until your first submission shows a final status (**Accepted**, **Rejected**, or **Invalid**) before pushing a second one.
89
+
1. **Submit Your Best Version**: You only get one scored commit per day.
90
+
2. **Avoid Re-pushing**: If you push again the same day, your earlier commit is canceled and only the latest one is scored.
92
91
3. **Local Testing First**: Use the [Testing Manuals](../../challenges/README.md) to verify your script before pushing.
93
92
4. **Timing Your Pushes**: Ensure your final commit is pushed at least **24+ hours before 2:00 PM UTC** to hit the daily cutoff.
0 commit comments