Title: dh Post by: Anonymous on August 20, 2010, 09:14:19 PM sfhfh
Title: Re: What does this error in my debug log mean? Post by: ilovebitcoin on August 20, 2010, 09:22:45 PM Did you update to 0.3.10? If not, do so. I think it just means that there are people using older versions of BitCoin and generating wrong blocks, which you are denying.
Title: Re: What does this error in my debug log mean? Post by: Insti on August 20, 2010, 09:24:19 PM Yes he did, that's why he's getting the error message whenever someone who has not upgraded tries to send him the 'bad' transaction.
Title: Re: What does this error in my debug log mean? Post by: Aqualung on August 21, 2010, 10:25:29 AM Code: ERROR: ConnectInputs() : a471d0 mapTransactions prev not found 13ce12 and what does this error mean?ERROR: AcceptTransaction() : ConnectInputs failed a471d0 Title: Re: What does this error in my debug log mean? Post by: Gespenster on August 24, 2010, 02:26:09 PM Code: ERROR: ConnectInputs() : a471d0 mapTransactions prev not found 13ce12 and what does this error mean?ERROR: AcceptTransaction() : ConnectInputs failed a471d0 EDIT: Just thought a bit about it, and maybe it means that there was an attempt to validate a transaction whose previous transaction in the chain hasn't been validated yet. Possibly a minor concurrency thing, not really an issue. |