Hi all,
I develop a bitcoin trading platform now. I use the version 0.9.4 source code and want to sync all block data, but seems have some error in file "~/.bitcoin/debug.log":
2015-03-19 09:29:07 UpdateTip: new best=000000000000008059782cda97ee820fd1b6fd7b12c1394b50af9a8cb7240b6c height=202177 log2_work=68.819115 tx=7740618 date=2012-10-07 08:12:50 progress=0.055452
2015-03-19 09:29:07 ProcessBlock: ACCEPTED
2015-03-19 09:29:10 ERROR: AcceptToMemoryPool : nonstandard transaction: non-final
2015-03-19 09:29:10 ERROR: AcceptToMemoryPool : nonstandard transaction: non-final
2015-03-19 09:29:11 ERROR: AcceptToMemoryPool : nonstandard transaction: non-final
2015-03-19 09:29:13 UpdateTip: new best=00000000000001a5f58ac1d2a7ff8c26d7a2bf6c3b2ea111a10e9bbc15b19ab9 height=202178 log2_work=68.819151 tx=7741114 date=2012-10-07 08:29:50 progress=0.055456
2015-03-19 09:29:13 ProcessBlock: ACCEPTED
2015-03-19 09:29:14 UpdateTip: new best=0000000000000408ae2ff4bae02486c4568ca65867e46fc14c270f85b3b1d221 height=202179 log2_work=68.819188 tx=7741169 date=2012-10-07 08:32:05 progress=0.055456
2015-03-19 09:29:14 ProcessBlock: ACCEPTED
2015-03-19 09:29:16 UpdateTip: new best=00000000000004c107b0dd53309f063c9d11c2baaded1aec2eb84b624d5fe176 height=202180 log2_work=68.819224 tx=7741318 date=2012-10-07 08:36:12 progress=0.055457
2015-03-19 09:29:16 ProcessBlock: ACCEPTED
2015-03-19 09:29:17 UpdateTip: new best=000000000000032772df5b41ec2bc75f27347a7dde0f97fad30f75ed1913b531 height=202181 log2_work=68.81926 tx=7741340 date=2012-10-07 08:40:36 progress=0.055457
$ grep 'ERROR: AcceptToMemoryPool : nonstandard transaction: non-final' debug.log | wc -l
1436
$ grep -v 'ERROR: AcceptToMemoryPool : nonstandard transaction: non-final' debug.log | grep ERROR
nothing
All of the error is "ERROR: AcceptToMemoryPool : nonstandard transaction: non-final",
Does anybody know how to fixed this issue? Thanks.
My platform software list below:
LFS 7.6
Linux kernel 3.18.5
Glibc-2.20
gcc-4.9.1
boost_1_56_0
db-6.1.19
openssl-1.0.1l
bitcoin 0.9.4