-3

How to run in Ubuntu using bat file?

Setup with a start.bat file

Once you download the file from Assets, unzip it and in the same folder as t-rex.exe, create a start.bat file with the contents:

t-rex.exe -a ethash -o ethash.unmineable.com:3333 -u COIN:YOURADDRESS.WORKER_NAME -p x
pause

But how?

muru
  • 197,895
  • 55
  • 485
  • 740
Thor
  • 1

1 Answers1

1

It sounds like you are trying to install windows software in linux. This won't work. You have to get a linux version of the program if you want to install it in linux.

For alternatives, see How can I install Windows software or games?

user10489
  • 4,051