Bitcoin Forum
May 17, 2024, 12:20:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: ERROR: AcceptToMemoryPool : nonstandard transaction: non-final  (Read 3642 times)
buycoin.cc (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
March 19, 2015, 09:36:24 AM
 #1

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
buycoin.cc (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
March 20, 2015, 12:54:14 AM
 #2

Because I had rewrite the RPC implement in bitcoin 0.9.3, so I am not want upgrade to 0.10.0.
Thanks again.
gowron
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
August 11, 2015, 04:05:43 AM
 #3

2015-03-19 09:29:10 ERROR: AcceptToMemoryPool : nonstandard transaction: non-final

This problem continues to exist, and this is not really an error. See this Issue: https://github.com/bitcoin/bitcoin/issues/5794
lonelybtc
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
August 23, 2015, 02:14:29 PM
 #4

I am in the middle of syncing a new full node and my log file is almost wholly made up of these messages:
Code:
2015-08-23 14:03:33 ERROR: AcceptToMemoryPool: non-final
2015-08-23 14:03:33 ERROR: AcceptToMemoryPool: non-final
2015-08-23 14:03:33 ERROR: AcceptToMemoryPool: non-final
I've read a bunch of threads, including this one, that suggest it's nothing to worry about. Is that right?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!