Post
Topic
Board Mining (Altcoins)
Re: [ANN]: cpuminer-opt v3.9.5.2, open source optimized multi-algo CPU miner
by
minerbaba
on 21/07/2019, 17:12:02 UTC
Scrypt8K is the usage of the scrypt hashing algorithm with the variables N, r, and p set to 8192, 8, and 1 respectively.

Thanks for the info.

I'm not very familair with the scrypt code but I took a look. Based on the name of the function
"scrypt_1024_1_1_256" I assume those are the parameters N, r, p & hashsize. 1024 is the default
N but can be changed from the command line. I found no mention of r or p paramenetrs in the code
so I assume they are hardcoded at 1, as implied by the naming of the function..

This would suggest that "-a scrypt:8192" won't work for scrypt8k. Have you tried?
i got something regarding N, r, and p

https://git.xmr.pm/wownero/node-multi-hashing/src/branch/master/scryptn.c

https://git.xmr.pm/wownero/node-multi-hashing/commit/9625004fe7b87b0e8fd2faec94f64a9876eb99e2