more difficulty fns

This commit is contained in:
Dobromir Popov
2025-09-23 18:38:28 +03:00
parent a6c271d3f3
commit 7a806e53cb
3 changed files with 74 additions and 33 deletions

View File

@@ -154,6 +154,18 @@ Your Stratum proxy can be enhanced to work as a **full mining pool** that distri
# submit every share
cd /mnt/shared/DEV/repos/d-popov.com/scripts/MINE/rin && python3 stratum_proxy.py --submit-all-blocks
python3 stratum_proxy.py --submit-threshold 0.05
# For production (10% threshold - good balance)
python3 stratum_proxy.py --submit-threshold 0.1
# For aggressive testing (1% threshold)
python3 stratum_proxy.py --submit-threshold 0.01
# For normal operation (only valid blocks)
python3 stratum_proxy.py
```
### **Pool vs Solo Mining:**