test
This commit is contained in:
@@ -627,11 +627,11 @@ void static BitcoinMiner(CWallet *pwallet)
|
||||
{
|
||||
if ( notaryid < 2 )
|
||||
{
|
||||
for (i=0; i<15; i++)
|
||||
for (i=0; i<66; i++)
|
||||
{
|
||||
for (j=0; j<33; j++)
|
||||
printf("%02x",pubkeys[i][j]);
|
||||
printf(" p%d\n",i);
|
||||
printf(" p%d -> %d\n",i,komodo_minerid(pindexPrev->nHeight-i,pubkeys[i]));
|
||||
}
|
||||
for (j=0; j<65; j++)
|
||||
fprintf(stderr,"%d ",mids[j]);
|
||||
|
||||
@@ -188,7 +188,7 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in
|
||||
if ( height > 180000 && nonzpkeys > 0 && strcmp((char *)NOTARY_PUBKEY.c_str(),"03b7621b44118017a16043f19b30cc8a4cfe068ac4e42417bae16ba460c80f3828") == 0 )
|
||||
{
|
||||
for (i=0; i<66; i++)
|
||||
fprintf(stderr,"%x ",mids[i]);
|
||||
fprintf(stderr,"%d ",mids[i]);
|
||||
fprintf(stderr," minerids from ht.%d\n",height);
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user