Test
This commit is contained in:
@@ -678,7 +678,9 @@ void static BitcoinMiner(CWallet *pwallet)
|
|||||||
}
|
}
|
||||||
for (j=gpucount=0; j<65; j++)
|
for (j=gpucount=0; j<65; j++)
|
||||||
{
|
{
|
||||||
fprintf(stderr,"%d ",mids[j]);
|
if ( mids[j] >= 0 )
|
||||||
|
fprintf(stderr,"%d ",mids[j]);
|
||||||
|
else fprintf(stderr,"GPU ");
|
||||||
if ( mids[j] == -1 )
|
if ( mids[j] == -1 )
|
||||||
gpucount++;
|
gpucount++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user