Created
January 6, 2022 16:10
-
-
Save dmerrick/18ccaae8d19118f47dbed40efd4d84fe to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: this starts a miner using flexpool.io | |
:: you will want to update the values for -u and -w | |
:: the --api-bind-http makes it so you can access the webui | |
:: from another computer... remove that line if you don't | |
:: want that | |
"C:\Users\path\to\trex-miner\t-rex.exe" ^ | |
-a ethash ^ | |
-o stratum+ssl://eth-us-west.flexpool.io:5555 ^ | |
-u 0x3c8331023e14c444059bfe9c8F6E6B0cb6D90817 ^ | |
-p x ^ | |
-w name-for-computer ^ | |
--api-bind-http 0.0.0.0:4067 ^ | |
--autoupdate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment