This commit is contained in:
jl777
2017-03-13 09:07:32 +02:00
parent 835fc28e8c
commit 0e61a1fc93

View File

@@ -569,7 +569,7 @@ void static BitcoinMiner(CWallet *pwallet)
fprintf(stderr,"try %s Mining with %s\n",ASSETCHAINS_SYMBOL,solver.c_str());
while (true)
{
if (chainparams.MiningRequiresPeers())
if (chainActive.Tip()->nHeight != 235300 && chainparams.MiningRequiresPeers())
{
//if ( ASSETCHAINS_SEED != 0 && chainActive.Tip()->nHeight < 100 )
// break;