finaly working difficulty!

This commit is contained in:
Dobromir Popov
2025-09-23 18:09:55 +03:00
parent ba93f8807b
commit 5f9db3836f
4 changed files with 107 additions and 52 deletions

View File

@@ -152,6 +152,7 @@ Your Stratum proxy can be enhanced to work as a **full mining pool** that distri
# 2. Miners connect with:
./cpuminer -a rinhash -o stratum+tcp://YOUR_IP:3333 -u username.workername -p x
# submit every share
cd /mnt/shared/DEV/repos/d-popov.com/scripts/MINE/rin && python3 stratum_proxy.py --submit-all-blocks
```