threefoldfoundation / tfchain

Official implementation of the ThreeFold blockchain
https://explorer.threefoldtoken.com
Apache License 2.0
13 stars 7 forks source link

master (19d007afdfd492ecfb2a349be3b94bc6e91432e8) stuck on block 138320 #344

Closed GlenDC closed 5 years ago

GlenDC commented 5 years ago

Doesn't seem to sync beyond 13820:

Every 1.0s: tfc...  xxx.local: Tue May 14 21:55:42 2019 May 14 21:53:20 2019     xxxx.home.xxxx.local: Tue May 14 21:13:55 2019

Synced: No
Height: 138320
Progress (estimated): 49.26%

Further I find some weird logs in consensus log:

tail -f ~/.wallets/tfchain/test_explorer_bug/standard/consensus/consensus.log 
2019/05/14 11:35:41.206021 persist.go:66: STARTUP: Logging has started. tfchain Version 1.1.2-rc1-19d0
2019/05/14 11:35:41.232064 consensusset.go:187: Bootstrap enabled, starting IBD
2019/05/14 12:35:44.872455 validtransaction.go:147: WARN: try-out tx 3f1bf6a8264c78f90f47151640176bbe48984edf84848f639dec6cfe61b81c37 is invalid: transaction spends a nonexisting coin outputa5d99383736758d2e2f3aa520f1b5d50ee7fc581182690cd1467ee1a71c87f1e
2019/05/14 12:35:44.873299 validtransaction.go:147: WARN: try-out tx 3f1bf6a8264c78f90f47151640176bbe48984edf84848f639dec6cfe61b81c37 is invalid: transaction spends a nonexisting coin outputa5d99383736758d2e2f3aa520f1b5d50ee7fc581182690cd1467ee1a71c87f1e
2019/05/14 13:18:53.300198 validtransaction.go:147: WARN: try-out tx d87b648c985db537300ac97295fd66bd732f5c68d57c0703ab12d0d8d6529425 is invalid: transaction spends a nonexisting coin outpute8a1dbf0a2e27a847f6a8417b75779afedecc2bb156aa12c229cabed1ad5eabc
2019/05/14 13:18:53.320072 validtransaction.go:147: WARN: try-out tx d87b648c985db537300ac97295fd66bd732f5c68d57c0703ab12d0d8d6529425 is invalid: transaction spends a nonexisting coin outpute8a1dbf0a2e27a847f6a8417b75779afedecc2bb156aa12c229cabed1ad5eabc

I am connected to peers so that is not it:

tfchainc gateway list
5 active peers:
Version  Outbound  Address
1.0.7    No        79.224.59.111:23112
1.0.7    No        185.69.166.253:23112
1.0.7    No        141.135.18.139:23112
1.0.7    No        95.216.152.229:23112
1.0.7    No        178.172.135.254:23112

Other modules don't seem to report anything unexpected.

So not sure what is going on. Was syncing from a clean state (no cached data at all), and I don't see anything about this block height or the blocks around it (they are pure block creation transactions).

GlenDC commented 5 years ago

Could you investigate this please @LeeSmet? Not sure what is going on here.

GlenDC commented 5 years ago

Nevermind. Started syncing again, I suppose it was just restarting the continuation of the syncing process. Invalid issue.