This commit is contained in:
Dobromir Popov
2025-09-15 22:58:27 +03:00
parent c796013f19
commit d18906f1b1
6 changed files with 130 additions and 1448 deletions

View File

@@ -63,20 +63,20 @@ The original code didn't show the actual hash vs target comparison, making it di
```
/mnt/shared/DEV/repos/d-popov.com/mines/rin/proxy/
├── custom/ # Our implementation
│ ├── stratum_proxy_fixed.py # Fixed version with all issues resolved
── stratum_proxy_original.py # Original version for comparison
│ └── start_fixed_proxy.sh # Startup script for fixed version
│ ├── stratum_proxy.py # Fixed version with all issues resolved
── start_stratum_proxy.sh # Startup script
├── third-party/ # External stratum implementations
│ └── [stratum library files] # Node.js stratum implementation
── README.md # This file
── README.md # This file
└── CRITICAL_FIXES.md # Detailed explanation of fixes
```
## Usage
### 1. Start Fixed Stratum Proxy
### 1. Start Stratum Proxy
```bash
cd /mnt/shared/DEV/repos/d-popov.com/mines/rin/proxy/custom
./start_fixed_proxy.sh
./start_stratum_proxy.sh
```
### 2. Connect Miner