Had the same problem with initial sync, I fixed it with this mod to main.cpp.
Due to the pre-mine value out failing this check, the Initial 10 blocks fail and prevents the chain download. This just skips the check on the first 10 blocks.
Main.CPP Line 1948
// Check coinbase reward for blocks above PREMINE
if(pindexBest->nHeight > PREMINE_BLOCK) {
if (vtx[0].GetValueOut() > nReward)
return DoS(50, error("ConnectBlock() : coinbase reward exceeded (actual=%d vs calculated=%d)",
vtx[0].GetValueOut(),
nReward));
}
}
Opened another pool for LINDA.
https://hobbyistpool.ddns.net/linda/MPOS based 1% fee (willing to offer ZERO pool fees to initial users, Join the pools discord and DM)
stratum+tcp://hobbyistpool.ddns.net:4359 -u Weblogin.WorkerName -p WorkerPassword