sgminer-dev / sgminer

Scrypt GPU miner
GNU General Public License v3.0
635 stars 825 forks source link

sia mining algo #497

Open fatrat1117 opened 6 years ago

fatrat1117 commented 6 years ago

I look at sia.cl and find search use ulong for the target type

search(global unsigned char* block, volatile global uint* output, const ulong target)

just curious why target length is 8 bytes used in search function? is it supposed to be 32 bytes like 0x0000000007547ff5d321871ff4fb4f118b8d13a30a1ff7b317f3c5b20629578a?

Thanks!