please help me with error- fatal: failed to allocate device memory for long state
ccminer
videocard 8800gt
operating system?
are u using tsivs ccminer?
i try on win 7 64 and win xp
ccminer download from
https://github.com/tsiv/ccminer-cryptonighti replaced my geforce 660gtx which worked well
[2015-02-24 23:27:08] Ignoring algo switch, this program does only cryptonight n
ow.
[2015-02-24 23:27:08] Using JSON-RPC 2.0
[2015-02-24 23:27:08] 1 miner threads started, using 'cryptonight' algorithm.
[2015-02-24 23:27:08] GPU #0: GeForce 8800 GT (14 SMX), using 40 blocks of 8 thr
eads
[2015-02-24 23:27:08] Starting Stratum on stratum+tcp://qcn.pool.minergate.com:4
5550
[2015-02-24 23:27:08] GPU #0: Warning: block count 40 is not a multiple of SMX c
ount 14.
[2015-02-24 23:27:08] GPU #0: FATAL: failed to allocate device memory for long s
tate
http://shot.qip.ru/00CcJy-6jjb2KxP7/I notice a couple problems... One the Geforce 8800 Gt has 512Mb of memory so to start we need to adjust your hash per thread ratio. the default count of 8x40 is 640Mb worth so lets lower it to a number your card likes..
Also the SMX factor is 14 for that card, so I think your second number has to be divisible by 14
add -l 7x28 to your startup batch file or configuration. (that is a small L not a number 1 or a letter i )
Another problem or oversight.. not sure which... your address is incorrect.. if you want to mine QCN you need to go to port 45570 not 45550
also just go ahead and omit the -a cryptonight since it is redundant if you are using the cryptonight only miner software
example: ccminer -l 7x28 -o stratum+tcp://qcn.pool.minergate.com:45570 -u yourmail.address.com -p x
I hope this helps