Add GPU miners

This commit is contained in:
jl777
2018-04-17 20:47:09 +03:00
parent df03549da8
commit e14d2c31c3

View File

@@ -843,6 +843,7 @@ int32_t komodo_minerids(uint8_t *minerids,int32_t height,int32_t width)
{
if ( height-i <= 0 )
continue;
minerids[nonz] = numnotaries;
if ( (pindex= komodo_chainactive(height-width+i+1)) != 0 )
{
if ( komodo_blockload(block,pindex) == 0 )