pool worker individual addresses
This commit is contained in:
@@ -17,7 +17,14 @@
|
||||
# Start mining pool
|
||||
./MINE/rin/start_mining_pool.sh
|
||||
|
||||
# Miners connect with:
|
||||
# Miners connect with their RinCoin addresses:
|
||||
# Option 1: Address as username
|
||||
./cpuminer -a rinhash -o stratum+tcp://YOUR_IP:3333 -u rin1qahvvv9d5f3443wtckeqavwp9950wacxfmwv20q -p x
|
||||
|
||||
# Option 2: Address.workername format
|
||||
./cpuminer -a rinhash -o stratum+tcp://YOUR_IP:3333 -u rin1qahvvv9d5f3443wtckeqavwp9950wacxfmwv20q.worker1 -p x
|
||||
|
||||
# Option 3: Traditional username (rewards to pool address)
|
||||
./cpuminer -a rinhash -o stratum+tcp://YOUR_IP:3333 -u username.workername -p x
|
||||
```
|
||||
**Result**: Block rewards distributed among all miners based on shares
|
||||
|
Reference in New Issue
Block a user