Skip to content

Commit

Permalink
Making claymores eth miner executable on linux
Browse files Browse the repository at this point in the history
Editing Bat file to correct bugs
  • Loading branch information
nighthawk28 committed Jul 25, 2017
1 parent ece209e commit facbf62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file modified Miners/Claymore/Dual_Ethereum/v9.7/Linux/ethdcrminer64
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions bbt-multiminer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ ubiq_menu() {
;;
2)
echo "Ubiq: AMD and NVIDIA Claymore - Ubiq to Hodl Pool"
$CLAYMORE_DUAL_ETHEREUM -epool stratum+tcp://dbix.hodlpool.com:8007 -ewal $UBIQ_WALLET_ADDRESS -epsw x -eworker $MINER_NAME -allpools 1 -allcoins 1 -mode 1
$CLAYMORE_DUAL_ETHEREUM -epool stratum+tcp://ubiq.hodlpool.com:8009 -ewal $UBIQ_WALLET_ADDRESS -epsw x -eworker $MINER_NAME -allpools 1 -allcoins 1 -mode 1
;;
3)
echo "Ubiq: AMD and NVIDIA Claymore - Ubiq to Sexy.Pool Only"
Expand Down Expand Up @@ -718,4 +718,4 @@ if [[ "${BASH_SOURCE[0]}" = "$0" ]]; then
else
interactive_menu
fi
fi
fi

0 comments on commit facbf62

Please sign in to comment.