pool worker individual addresses

This commit is contained in:
Dobromir Popov
2025-09-02 12:04:16 +03:00
parent 8bdf9bf9eb
commit 0c8e4989e4
3 changed files with 85 additions and 1 deletions

View File

@@ -63,6 +63,14 @@ echo "- Real-time statistics"
echo ""
echo "After it starts, miners can connect with:"
echo ""
echo "Option 1: Address as username"
echo "./cpuminer -a rinhash -o stratum+tcp://YOUR_IP:3333 -u rin1qahvvv9d5f3443wtckeqavwp9950wacxfmwv20q -p x"
echo ""
echo "Option 2: Address.workername format"
echo "./cpuminer -a rinhash -o stratum+tcp://YOUR_IP:3333 -u rin1qahvvv9d5f3443wtckeqavwp9950wacxfmwv20q.worker1 -p x"
echo ""
echo "Option 3: Traditional username (rewards to pool address)"
echo "./cpuminer -a rinhash -o stratum+tcp://YOUR_IP:3333 -u username.workername -p x"
echo ""
echo "Press Ctrl+C to stop the pool"