Mining block are not accepted if BIP related values changed to 0 or 1
Mining block are not accepted if BIP related values changed to 0 or 1 I am creating own alt from LiteCoin source. So I have changed hashGenesisBlock , hashMerkleRoot , nonce , timestamp etc.Things are working fine if i don't make BIP34Height , BIP65Height , BIP66Height & BIP34Hash value to 1 .While doing mining using cpuminer generated hash/blocks are not accepting and that's why blocks are not getting generated/added. If I change that BIP( BIP34Height , BIP65Height & BIP66Height and BIP34Hash) values(not default which is litecoin values), that generated hash/block should be accepted from cpu miner or any other third party mining binary. I've tried by setting value to 0 & 1 both but same result things are not working as expected .. Here is log URL generated from mining : https://gist.github.com/adneerav/591e61657292e6c6561a26b69dc78870 If I don't change that BIP values things are working fine.Generated blocks are accepted to add.Please check log which is