Re: Disable retargeting for regtest

2016-06-18 Thread Oscar Guindzberg
Ok, just updated https://github.com/bitcoinj/bitcoinj/pull/1274 . You can delete https://github.com/bitcoinj/bitcoinj/pull/1273 if you want. Oscar On Sat, Jun 18, 2016 at 5:38 AM, Andreas Schildbach wrote: > I prefer solution 2 as it is the simpler one, but it needs a code

Re: Disable retargeting for regtest

2016-06-18 Thread Andreas Schildbach
I prefer solution 2 as it is the simpler one, but it needs a code comment. On 06/09/2016 10:02 PM, Oscar Guindzberg wrote: > Hi, > > Retargeting is disabled on bitcoin core for regtest, but enabled on > bitcoinj for regtest. > > See

Disable retargeting for regtest

2016-06-09 Thread Oscar Guindzberg
Hi, Retargeting is disabled on bitcoin core for regtest, but enabled on bitcoinj for regtest. See https://github.com/bitcoin/bitcoin/blob/master/src/chainparams.cpp#L257 See https://github.com/bitcoin/bitcoin/blob/master/src/pow.cpp#L54 If you have a bitcoind running on regtest with more than