0
When I try to start cgminer on windows it throws the following error:
Command:
cgminer –-scrypt -o http://netcodepool.org:8337 -u usernmae -p mypass –-thread-concurrency 8192 -I 10 -g 1 -w 256
:687: error: no matching overload found for arguments of type 'unsigned int __attribute__((ext_vector_type(
4))), unsigned int'
B[i+4] = EndianSwap(tmp[i]);
^~~~~~~~~~
:700: error: no matching overload found for arguments of type 'unsigned in [2013-05-25 07:10:52] Failed to i
nit GPU thread 0, disabling device 0
[2013-05-25 07:10:52] Restarting the GPU from the menu will not fix this.
[2013-05-25 07:10:52] Try restarting cgminer.
Press enter to continue:
Do you mind posting the command you started cgminer with? – Nick ODell – 2013-05-25T06:56:47.100
I have edited the question – Enthusiast – 2013-05-26T04:45:38.030
Take all the extra parameters out of your command line and let cgminer use the default settings:
cgminer –-scrypt -o http://netcodepool.org:8337 -u usernmae -p mypass– Ed Manet – 2014-06-27T19:01:23.817