Skip to content

Commit

Permalink
Update ETHminerWatchDogDmW.sh
Browse files Browse the repository at this point in the history
Adjust -P parameter.
  • Loading branch information
DeadManWalkingTO committed Jul 10, 2018
1 parent c1ee66f commit ec69577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ETHminerWatchDogDmW.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RunEthMinerCommand()
#==================== Your Code Starts Here ====================
#==================== Your Code Starts Here ====================

./ethminer -RH -X --exit -S eu1.ethermine.org:4444 -O 0x7013275311fc37ccc1e40193D75086293eCb43A4.ETHminerWatchDogDmW -FS us1.ethermine.org:4444 -O 0x7013275311fc37ccc1e40193D75086293eCb43A4.ETHminerWatchDogDmW
./ethminer --farm-recheck 6000 -R --display-interval 10 --exit -X -P stratum+ssl://0x7013275311fc37ccc1e40193D75086293eCb43A4.ETHminerWatchDogDmW@eu1.ethermine.org:5555

#==================== Your Code Ends Here ====================
#==================== Your Code Ends Here ====================
Expand All @@ -29,7 +29,7 @@ export CUDA_DEVICE_ORDER=PCI_BUS_ID
#export NO_COLOR=Yes

#Set version info
V=1.9.5
V=1.9.6



Expand Down

0 comments on commit ec69577

Please sign in to comment.