Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
peat
on 09/02/2014, 21:47:59 UTC

Use -L 512 with these huge launch configurations or out of memory is guaranteed. But on the other hand, these out of memory errors don't prevent keccak hashing (the program just continues...). Cleaning up these unnecessary memory allocations would be the next item on my "finish the keccak feature" TODO list.

Christian


yeh I was getting the out of memory but it didn't stop it from mining successfully. the -L 512 parameter seems to sort this error from appearing even if it was inconsequential ;+)

Cheers for that