Skip to content

Commit

Permalink
Compatibility with latest release
Browse files Browse the repository at this point in the history
Compatibility with latest release
  • Loading branch information
DeadManWalkingTO committed Oct 21, 2018
1 parent c9f8a4a commit ca28926
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 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 --farm-recheck 6000 -R --display-interval 10 --exit -X -P stratum+ssl://0x7013275311fc37ccc1e40193D75086293eCb43A4.ETHminerWatchDogDmW@eu1.ethermine.org:5555
./ethminer --farm-recheck 6000 -R --display-interval 10 --exit -X -P stratum1+tcp://0x7013275311fc37ccc1e40193D75086293eCb43A4.ETHminerWatchDogDmW@eu1.ethermine.org:4444 -P stratum1+tcp://0x7013275311fc37ccc1e40193D75086293eCb43A4.ETHminerWatchDogDmW@eu1.ethermine.org:14444

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

#Set version info
V=1.9.6


V=1.9.7

#========== Start ==========

Expand Down

0 comments on commit ca28926

Please sign in to comment.