Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AEON [2017-10-07: update to 0.9.14.0]
by
stoffu
on 09/12/2017, 09:51:44 UTC
Getting some error messages from the daemon that I didn't seen before.

Code:
2017-Dec-09 10:53:04.658252 [P2P2]Block with id: <9135f7c24d67fc7ad618e231ce2d38f59307b50ae2b23e3aa8640f02aebf0f45>
 can't be accepted for alternative chain, block height: 406
 blockchain height: 899584
2017-Dec-09 10:53:04.670751 [P2P2][66.205.145.68:57679 INC]Block verification failed, dropping connection
2017-Dec-09 10:53:11.002124 [P2P2]Block with id: <9135f7c24d67fc7ad618e231ce2d38f59307b50ae2b23e3aa8640f02aebf0f45>
 can't be accepted for alternative chain, block height: 406
 blockchain height: 899584

2017-Dec-09 10:53:11.017717 [P2P2][179.222.127.50:57683 INC]Block verification failed, dropping connection
2017-Dec-09 10:55:12.192352 [P2P1][sock 816] Some problems at write: An existing connection was forcibly closed by the remote host:10054

Restart it a couple of times but no luck. Shall I do a full blockchain sync?

No, this is your daemon correctly rejecting a wrong chain. You don't need to restart the sync.

Could someone tell how to compile AEON wallet from source to Linux Ubuntu.

I think you should basically just need to install cmake, boost libraries, and build-essential package, cd into aeon directory and type "make"

Pretty much this and there is also some information in the README

Whats this about in Aeond is someone trying to double spend?

https://pastebin.com/UKkPXphL

> block height: 406

It looks like someone tried to mine new blocks starting with the early chain. Your node correctly rejected it.