fix name
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user