more difficulty fns
This commit is contained in:
@@ -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:**
|
||||
|
Reference in New Issue
Block a user