Skip to content

Commit

Permalink
add option --workername
Browse files Browse the repository at this point in the history
  • Loading branch information
luminousmining committed Mar 28, 2024
1 parent ad75e43 commit 67c83de
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions POOLS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
See all pools tested and command lines.

## 2miners
cloreai `miner --host=clore.2miners.com --port=2020 --algo="kawpow" --wallet=YOUR_WALLET`
ravencoin `miner --host=rvn.2miners.com --port=6060 --algo="kawpow" --wallet=YOUR_WALLET`
firopow `miner --host=firo.2miners.com --port=8181 --algo="firopow" --wallet=YOUR_WALLET`
ethash `miner --host=ethw.2miners.com --port=2020 --algo="ethash" --wallet=YOUR_WALLET`
etchash `miner --host=etc.2miners.com --port=1010 --algo="etchash" --wallet=YOUR_WALLET`
ergo `miner --host=erg.2miners.com --port=8888 --algo="autolykosv2" --wallet=YOUR_WALLET`
cloreai `miner --host=clore.2miners.com --port=2020 --algo="kawpow" --wallet=YOUR_WALLET --workername="YOUR_WORKERNAME"`
ravencoin `miner --host=rvn.2miners.com --port=6060 --algo="kawpow" --wallet=YOUR_WALLET --workername="YOUR_WORKERNAME"`
firopow `miner --host=firo.2miners.com --port=8181 --algo="firopow" --wallet=YOUR_WALLET --workername="YOUR_WORKERNAME"`
ethash `miner --host=ethw.2miners.com --port=2020 --algo="ethash" --wallet=YOUR_WALLET --workername="YOUR_WORKERNAME"`
etchash `miner --host=etc.2miners.com --port=1010 --algo="etchash" --wallet=YOUR_WALLET --workername="YOUR_WORKERNAME"`
ergo `miner --host=erg.2miners.com --port=8888 --algo="autolykosv2" --wallet=YOUR_WALLET --workername="YOUR_WORKERNAME"`

## Woolypooly
cloreai `miner --host=pool.eu.woolypooly.com --port=3126 --algo="kawpow" --wallet=YOUR_WALLET`
ravencoin `miner --host=pool.eu.woolypooly.com --port=55555 --algo="kawpow" --wallet=YOUR_WALLET`
firopow `miner --host=pool.eu.woolypooly.com --port=3104 --algo="firopow" --wallet=YOUR_WALLET`
ethash `miner --host=pool.eu.woolypooly.com --port=3096 --algo="ethash" --wallet=YOUR_WALLET`
etchash `miner --host=pool.eu.woolypooly.com --port=35000 --algo="etchash" --wallet=YOUR_WALLET`
ergo `miner --host=pool.eu.woolypooly.com --port=3100 --algo="autolykosv2" --wallet=YOUR_WALLET`
cloreai `miner --host=pool.eu.woolypooly.com --port=3126 --algo="kawpow" --wallet=YOUR_WALLET --workername="YOUR_WORKERNAME"`
ravencoin `miner --host=pool.eu.woolypooly.com --port=55555 --algo="kawpow" --wallet=YOUR_WALLET --workername="YOUR_WORKERNAME"`
firopow `miner --host=pool.eu.woolypooly.com --port=3104 --algo="firopow" --wallet=YOUR_WALLET --workername="YOUR_WORKERNAME"`
ethash `miner --host=pool.eu.woolypooly.com --port=3096 --algo="ethash" --wallet=YOUR_WALLET --workername="YOUR_WORKERNAME"`
etchash `miner --host=pool.eu.woolypooly.com --port=35000 --algo="etchash" --wallet=YOUR_WALLET --workername="YOUR_WORKERNAME"`
ergo `miner --host=pool.eu.woolypooly.com --port=3100 --algo="autolykosv2" --wallet=YOUR_WALLET --workername="YOUR_WORKERNAME"`

## evrpool
evrprogpow `miner --host=eu.evrpool.com --port=1111 --algo="etchash" --wallet=YOUR_WALLET`
evrprogpow `miner --host=eu.evrpool.com --port=1111 --algo="etchash" --wallet=YOUR_WALLET --workername="YOUR_WORKERNAME"`

0 comments on commit 67c83de

Please sign in to comment.