Post
Topic
Board Mining (Altcoins)
Re: Team Black Miner!(Ethereum, Ethereum classic, Vertcoin, Zilliqa + dual 0.5% fee)
by
Asthix
on 20/09/2021, 15:33:51 UTC
you need to give the script execute permission.

$chmod a+rx (filename)
Got this error when starting it, please have a look at these screenshot.
I'm definitely not a Ubuntu expert but searching is something i can do!

I did follow the few instruction given, installed cuda 11.4, extract the folder, edit the file and try to start it.

https://i.ibb.co/LtSFD5Z/tbm-error-launch.png
https://i.ibb.co/HzrNBsD/teamblacminer-error.png

Thanks!

the bash scripts are in windows format with CR/LF end of line, but linux uses only LF

you can use dos2unix to convert these files :
Code:
dos2unix tbminer_ethermine_eth.sh

if you want to save the output in different file :
Code:
dos2unix -n tbminer_ethermine_eth.sh corrected.sh

Edit Smiley
And As sp_ said,
Code:
chmod a+x tbminer_ethermine_eth.sh  (in my case as this is the one I use)
chmod a+x TBMiner

Thanks a lot for your answer!

Seems i made some progress and got this :
https://i.ibb.co/sRtg8NH/tbm-error.png

Cuda 11.4 is well installed and tested from the link shown