Author

Topic: Re: CGMINER ASIC FPGA miner monitoring fanspeed RPC linux/win/osx/mip/arm/r-pi 3.9.0 (Read 1922 times)

full member
Activity: 182
Merit: 100
Seems to me your binary doesnt have scrypt enabled. Try compiling it with --enable-scrypt
newbie
Activity: 56
Merit: 0
Using an ASIC that uses SHA256? Won't work on scrypt based cryptos.
member
Activity: 130
Merit: 10
Hi, I'm using the precompiled binary Mac version of cgminer 3.7.2 for Mac OS 10.7 and I'm trying to connect to a scrypt pool. Here's the command I'm using:

Code:
./cgminer --scrypt -o stratum+tcp://dogepool.pw:3333 -u dirk2000.workername -p pass

But I'm getting this error:

Code:
 [2014-01-07 06:07:28] Probing for an alive pool
 [2014-01-07 06:07:30] Error -11: Building Program (clBuildProgram)
 [2014-01-07 06:07:30] :143:6: warning: no previous prototype for function 'SHA256'
void SHA256(uint4*restrict state0,uint4*restrict state1, const uint4 block0, const uint4 block1, const uint4 block2, const uint4 block3)
     ^
:352:6: warning: n
 [2014-01-07 06:07:30] Failed to init GPU thread 0, disabling device 0
 [2014-01-07 06:07:30] Restarting the GPU from the menu will not fix this.
 [2014-01-07 06:07:30] Try restarting cgminer.
Press enter to continue:

Anyone have any suggestions? I tried searching this forum and googling but turned up nothing. Sad

Thanks,
Dirk
Jump to: