Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions bbt-multiminer-v6.0.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
setlocal EnableDelayedExpansion
setlocal EnableDelayedExpansion
rem **********************************************************************
rem * BBT Multi-Miner Easy Batch File v6.0 by BBT Carter *
rem **********************************************************************
Expand Down Expand Up @@ -28,7 +28,7 @@ SET ZCL_WALLET_ADDRESS=%ZCL%
SET ZEN_WALLET_ADDRESS=%ZEN%
SET LTC_WALLET_ADDRESS=%LTC%
SET BTC_WALLET_ADDRESS=%BTC%
SET BTG_WALLET_ADDRESS=%BTG%
SET BTG_WALLET_ADDRESS=%BTG%
SET PIRL_WALLET_ADDRESS=%PIRL%
SET ETN_WALLET_ADDRESS=%ENT%
SET VTC_WALLET_ADDRESS=%VTC%
Expand Down Expand Up @@ -290,7 +290,7 @@ pause

:ethereum2
ECHO AMD and NVIDIA Claymore 11.6 - Eth Only Nanopool.org
Miners\Claymore_ETH_Miner_v11.6\EthDcrMiner64.exe -epool eth-us-east1.nanopool.org:9999 -ewal %ETC_WALLET_ADDRESS%/%MINER_NAME%/%EMAIL_ADDRESS% -epsw %WORKER_PASSWORD%
Miners\Claymore_ETH_Miner_v11.6\EthDcrMiner64.exe -epool eth-us-east1.nanopool.org:9999 -ewal %ETH_WALLET_ADDRESS%/%MINER_NAME%/%EMAIL_ADDRESS% -epsw %WORKER_PASSWORD%
if %ERRORLEVEL% NEQ 0 goto exit
pause

Expand All @@ -300,7 +300,7 @@ pause

:ethereumc1
ECHO AMD and NVIDIA Claymore 11.6 - Etc (ethereum classic) etc.ethermine.org
Miners\Claymore_ETH_Miner_v11.6\EthDcrMiner64.exe -epool us1-etc.ethermine.org:4444 -ewal %ETH_WALLET_ADDRESS%.%MINER_NAME% -epsw %WORKER_PASSWORD% -mode 1 -allpools 1
Miners\Claymore_ETH_Miner_v11.6\EthDcrMiner64.exe -epool us1-etc.ethermine.org:4444 -ewal %ETC_WALLET_ADDRESS%.%MINER_NAME% -epsw %WORKER_PASSWORD% -mode 1 -allpools 1
if %ERRORLEVEL% NEQ 0 goto exit
pause

Expand Down