Using Fast Sync with July Snapshot stops at block 101002478
We downloaded the July Snapshot from here: https://docs.binance.org/guides/node/snapshot.html
After downloading the snapshot we saw the node running and fetching blocks, if used this command to see that status, and it worked fine:
curl app-1e23162c-0946-41da-919e-c03b4870c420.cls-dec3c32b-4f06-462f-b827-dee931d39a72.ankr.com/status
{
“jsonrpc”: “2.0",
“id”: “”,
“result”: {
“node_info”: {
“protocol_version”: {
“p2p”: “7”,
“block”: “10”,
“app”: “0”
},
“id”: “04a146113c4a9a0c90bf455583c81e4cbf2e4568”,
“listen_addr”: “tcp://0.0.0.0:27146”,
“network”: “Binance-Chain-Tigris”,
“version”: “0.32.3”,
“channels”: “36402021222330380041”,
“moniker”: “xxx”,
“other”: {
“tx_index”: “on”,
“rpc_address”: “tcp://0.0.0.0:27147"
}
},
“sync_info”: {
“latest_block_hash”: “6B37C5CE7F0B77C4FD489CBC708C2A4760281ACAE74690F840C77DEBB17CAB87”,
“latest_app_hash”: “325A24BC60FF79A6E61C65C5AF6F6B65F54F8B8DEEA5544F1BE637A60BBD4298”,
“latest_block_height”: “101001768”,
“latest_block_time”: “2020-07-16T01:49:24.343333806Z”,
“catching_up”: true,
“index_height”: “101001767"
},
“validator_info”: {
“address”: “0DA57622C99C366AEC9AAF287A135C3064847E6B”,
“pub_key”: {
“type”: “tendermint/PubKeyEd25519",
“value”: “Rl4uLqGuTdUDkpVV/chmno1Dbz+HUqUAtjNylDIePXY=”
},
“voting_power”: “0"
}
}
}
We also could get historical blocks.
But when arriving at block 101002478, the node stopped working and we received the following error:

I have attached the app.toml, config.toml, genesis.json files:
Thank you very much, Flavian, Blockchain Product Manager Ankr
Hi, what is the max open file of your system, can you check by ulimit -n
look like this
ulimit -n
1048576
Hi, as i check the config file you post, it is stale. Please refer to here https://github.com/binance-chain/node-binary/tree/master/fullnode/prod/0.7.2-hf.1, upgrade the binary as well.