Post
Topic
Board Announcements (Altcoins)
Re: Idena is the first Proof-of-Person Blockchain
by
shatcs
on 26/02/2020, 15:36:29 UTC
Hello, i trying to run idena node on raspberry pi 3b+ with raspbian installed, but after while of synchronizing i get this error "invalid block roots". Please, can someone explain how to fix it.
I build from source with golang go1.13.8.linux-armv6l.tar.gz

Here is cut of output.log:

Code:
INFO [02-25|17:47:04.941] Peer connected                           id=QmTs6nceajfFxHVhMvJJsJGjp1aBdceNbPwosyxoLmUF7C inbound=false
INFO [02-25|17:47:05.237] Peer connected                           id=QmTHDLnNMAp6K8txLmJW6EHUbwoHTGhkEUBCp4gAtpNqKY inbound=false
INFO [02-25|17:47:08.145] Snapshot has been loaded                 component=downloader height=939160
INFO [02-25|17:47:16.506] Full sync will be used                   component=downloader
INFO [02-25|17:47:16.506] All blocks were requested. Wait for applying of blocks component=downloader
INFO [02-25|17:47:16.506] Short session timer has been created     time=2020-03-02T16:30:00+0300
INFO [02-25|17:47:16.507] Start process batch                      component=downloader from=939161 to=939208
INFO [02-25|17:47:23.543] peer has been banned                     id=QmTs6nceajfFxHVhMvJJsJGjp1aBdceNbPwosyxoLmUF7C reason="invalid block roots. Expected=3dd7127a091d5a7a2e01cde47d261ee84d00f3f93d17be632cd2f19f0bf458a8 & 72df4c3d14866ce4c0062b2900aae50b5a1b501572eadbf9e8da8eff7c666b61, actual=15cd2f54a47c62833bdb4a962ed14df2982b6435c703f43372a3f081b245e5b1 & 72df4c3d14866ce4c0062b2900aae50b5a1b501572eadbf9e8da8eff7c666b61"
WARN [02-25|17:47:23.544] Block 939161 is invalid: invalid block roots. Expected=3dd7127a091d5a7a2e01cde47d261ee84d00f3f93d17be632cd2f19f0bf458a8 & 72df4c3d14866ce4c0062b2900aae50b5a1b501572eadbf9e8da8eff7c666b61, actual=15cd2f54a47c62833bdb4a962ed14df2982b6435c703f43372a3f081b245e5b1 & 72df4c3d14866ce4c0062b2900aae50b5a1b501572eadbf9e8da8eff7c666b61 component=downloader
INFO [02-25|17:47:23.544] Peer disconnected                        id=QmTs6nceajfFxHVhMvJJsJGjp1aBdceNbPwosyxoLmUF7C

Edit: Tried to run node on Ubuntu_server18.04amd64 on Virtualbox and it is builded and work great so, im suspecting that it is ARM issue and maybe needed to properly builded with specific options?