So, the hashing algorithm has changed some. I think in it's current state on github it should be good, but I'm still working to verify this.
i'd like to check again.
https://github.com/supcoin/supcoin-TEST-ONLY/blob/master/src/primitives/block.cpp
this algorithm is preferred for CPU mining.how fast is the GPU miner?
There is none yet.
It feels like you are following me (or maybe i'm following you) everywhere but I guess we're both going to coins with different algos.
No.
So, the hashing algorithm has changed some. I think in it's current state on github it should be good, but I'm still working to verify this.
i'd like to check again.
https://github.com/supcoin/supcoin-TEST-ONLY/blob/master/src/primitives/block.cpp
this algorithm is preferred for CPU mining.how fast is the GPU miner?
There is none yet.
i checked the code,
there are many Modulo calculations, CPUs have division instruction set,will get better performance.
and many random access to fragment memory,large L2 or L3 cache and low latency memory will take advantage
Nope. GPUs have native division, too.