Page 1 of 1

townforged "command check failed" around block ~720

Posted: Wed Jun 23, 2021 12:50 pm
by Pheo
Hi! I've run into some troubles with syncing up townforge.

When running the daemon as follows on my fairly standard Ubuntu installation:

Code: Select all

./townforged --testnet
I run into the "Game update command check failed" Error at around block ~720. At this point, the daemon lets me know that further hosts are blocked, and I can ultimately not complete the sync.

Code: Select all

2021-06-23 12:41:44.233 I Synced 501/52136 (0%, 51635 left)
2021-06-23 12:41:44.660 I Synced 551/52136 (1%, 51585 left)
2021-06-23 12:41:44.921 I Synced 601/52136 (1%, 51535 left)
2021-06-23 12:41:45.172 I Synced 651/52136 (1%, 51485 left)
2021-06-23 12:41:45.425 I Synced 701/52136 (1%, 51435 left)
2021-06-23 12:41:45.658 E Game update command check failed
2021-06-23 12:41:53.254 E Game update command check failed
2021-06-23 12:41:53.254 I Host 84.248.191.5 blocked.
I haven't tried too much other than to play around with different --block-sync-size to no avail.

Cheers.

Re: townforged "command check failed" around block ~720

Posted: Wed Jun 23, 2021 12:55 pm
by Pheo
I should have also added I am indeed running the very latest townforge-linux-x86_64-0.31.1.0

Re: townforged "command check failed" around block ~720

Posted: Wed Jun 23, 2021 7:22 pm
by purplepotato
Im having the exact same issue. Also these things, hosts getting blocked ?

2021-06-23 19:13:15.807 E Game update command check failed
2021-06-23 19:13:15.808 I Host 88.198.163.90 blocked.
2021-06-23 19:13:16.118 E Game update command check failed
2021-06-23 19:13:16.119 I Host 78.47.87.82 blocked.
2021-06-23 19:13:20.923 E Game update command check failed
2021-06-23 19:13:23.233 E Game update command check failed
2021-06-23 19:13:23.233 I Host 88.198.199.23 blocked.


As well on Linux here, running same version

Re: townforged "command check failed" around block ~720

Posted: Wed Jun 23, 2021 8:08 pm
by mooo
Sorry about that, it's a bit confusing here, because of the new version a few days ago:

The current testnet chain is running on 0.31.0.0. That's what you want if you're looking to try out.

0.31.1.0 is mostly the same, but not consensus compatible - it's meant to be the version that will be used for mainnet in a couple weeks. It turns out there's a bug which will require 0.31.1.1 but that was the intent anyway.

So to connect to the current testnet, please use 0.31.0.0 and you should be good.

Re: townforged "command check failed" around block ~720

Posted: Thu Jun 24, 2021 3:54 am
by Pheo
Thanks mooo. Switched to v0.31.0.0 and am syncing up.
If anyone stumbles upon this thread, know that you can download the v0.31.0.0 binaries from:

Code: Select all

https://townforge.net/dist/townforge-linux-x86_64-0.31.0.0.tar.bz2
https://townforge.net/dist/townforge-windows-x64-0.31.0.0.zip
https://townforge.net/dist/townforge-mac-x64-0.31.0.0.tar.bz2