Results 6 comments of ASHKARAN

I waited for my node to be completely sync, but still my database is empty latest block based on blockchain.info is https://blockchain.info/q/getblockcount 775414 I see the same block number in...

yes according to the bitcore logs it's synced ``` {"peer":"127.0.0.1:8342","chain":"BTC","network":"mainnet","count":0,"level":"warn","message":"peerheaders message received"} {"message":"2023-02-07 17:18:22.697 GMT+3 | Sync completed | Chain: BTC | Network: mainnet","level":"info"} ``` but my database is empty

here is my bitcoin testnet logs ``` 2023-02-07T14:30:03Z UpdateTip: new best=000000000000ac451feaf2e602b38aebea696fda7603a89e253b3fa33b393d56 height=2419204 version=0x20002004 log2_work=75.148202 tx=64876068 date='2023-02-07T14:29:49Z' progress=1.000000 cache=421.7MiB(3023754txo) 2023-02-07T14:33:53Z UpdateTip: new best=00000000000000250ebfb7626825dc3d240cc47520ef2003aa90b4734bfd6917 height=2419205 version=0x20000000 log2_work=75.148216 tx=64876111 date='2023-02-07T14:33:03Z' progress=1.000000 cache=421.7MiB(3023782txo) 2023-02-07T14:52:11Z...

after some googling, i found out this behavior looks normal

i changed my configurations to your example for now i see this log in console ``` {"message":"Another node is the primary syncing node","level":"info"} {"message":"Another node is the primary syncing node","level":"info"}...

thanks for your helps I removed the object from `state` collection and the `another node is the primary syncing node` error is gone after that i tried to remove BTC...