todxx / teamredminer

AMD GPU Optimized Cryptocurrency Miner
955 stars 203 forks source link

'--log_file=trm.log' instead of '--log_file trm.log' errror #502

Open JTandre opened 2 years ago

JTandre commented 2 years ago

i started the start_eth file and it loaded a little bit, and then closes very quickly. So i made a video of it inorder to undrerstand what it said and there was this error:

unrecognized option 'x' found. Did you miss the '=' for passing an optional argument, e.g. '--log_file=trm.log' instead of '--log_file trm.log'?

arpbit33 commented 2 years ago

can any one pls help in this.. I am having same issue

arpbit33 commented 2 years ago

i started the start_eth file and it loaded a little bit, and then closes very quickly. So i made a video of it inorder to undrerstand what it said and there was this error:

unrecognized option 'x' found. Did you miss the '=' for passing an optional argument, e.g. '--log_file=trm.log' instead of '--log_file trm.log'?

Were you able to solve this error ?

sharr13 commented 1 year ago

No one knows what to do. I have this error in Nimiq mine in Teamrd Miner

arturschuch commented 5 months ago

I'm getting the same error with Nimiq using temrd miner, it just happens with nim

Have any one found an workarround for it?

arturschuch commented 5 months ago

I found an solution.

the issue is that I was usign the Nimiq wallet with spaces.

Exampe: XYZW YXZW ZWYX YXZW

so when TRD is starting this sets the parameter -w=XYZW YXZW ZWYX YXZW refering to the wallet, but just the -w=XYZW is going to be referenced as wallet value, so the other parts of the wallet get as other parameters in a weird format, that's why we default on the default error

unrecognized option 'x' found. Did you miss the '=' for passing an optional argument, e.g. '--log_file=trm.log' instead of '--log_file trm.log'?