Configuration:
Windows
To change the configuration, open start_eth.bat file and replace the values
You also can modify any other start.bat files in the main miner folder.
setx GPU_FORCE_64BIT_PTR 0 setx GPU_MAX_HEAP_SIZE 100 setx GPU_USE_SYNC_OBJECTS 1 setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_SINGLE_ALLOC_PERCENT 100 teamredminer.exe -a ethash -o stratum+tcp://eth-eu1.nanopool.org:9999 -u YOUR_WALLET.YOUR_WORKER_NAME/YOUR_EMAIL -log_file(=FILENAME)
Linux
Open start.sh file and replace the values
./teamredminer -a ethash -o stratum+tcp://eth-eu1.nanopool.org:9999 -u YOUR_WALLET.YOUR_WORKER_NAME
Where:
- YOUR_WALLET – your valid Ethereum address.
- YOUR_WORKER_NAME – simple short worker name (like worker01). Optional.
- YOUR_EMAIL – your email address for notifications. Optional.
- –log_file – additional option, which enables logging of miner output into the file specified by FILENAME
Double check you set your own wallet and it’s correct. Set a simple worker name to track your RIG on the pool and an email address to receive alerts when your RIG goes offline. Alternatively, you can set a passphrase instead to access the account settings.
Double click the start.bat (start.sh for Linux) file to launch the miner.
For Linux – launch miner with cmd (terminal), like:
./start.sh
Note: cmd (terminal) must be opened in the same directory with the miner. You also can use cd to change current directory to the miner.
Additional Information
Phoenix miner takes additional ~ 0.65-1.0% fee
Example of Team Red Miner settings (bat file)
The miner is launched using the command line in the Linux operating system or a bat file in Windows. Below are examples of bat files for each of the cryptocurrencies that can be mined using Team Red Miner. Don’t forget to replace YOUR_ADDRESS with your wallet address, and RIG_ID with your company name. You can choose the name yourself absolutely arbitrarily, it should contain only the letters of the English alphabet and the signs “-” and “_”. The wallet must be specified by the cryptocurrency that you are mining.
Ethereum
teamredminer.exe -a ethash -o stratum+tcp://eth.2miners.com:2020 -u YOUR_WALLET_ADDRESS.RIG_ID -p x
pause