Skip to content

Instantly share code, notes, and snippets.

@dmerrick
Created January 6, 2022 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmerrick/18ccaae8d19118f47dbed40efd4d84fe to your computer and use it in GitHub Desktop.
Save dmerrick/18ccaae8d19118f47dbed40efd4d84fe to your computer and use it in GitHub Desktop.
:: 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