Greetings,
I am having problem running on Linux.
My start.sh looks like this:
#!/bin/bash
./miner --server eu1-zcash.flypool.org:3333 --user t1Q6xqGTwhUhhrtoMMdyWTtyMHhyRqFb3ao.unix --pass x --port 3333 --cuda_devices 0
but when I run it nothing happens.
Please help.
use full path, ex:
/opt/miner/miner --server ...............................etc
also don't specify cuda_devices not necessary.
first try launching by typing the commands to see what output you got (however type the zcash addr would be painful

)
forgot: did you chmod +x it first?