Why I can not get the balance through local nis? [SOLVED]

Hi all, I just started to learn nem, why can’t i get the account balance with api(http://127.0.0.1:7890/account/get?address=TBX4LOPC7HGSFBYALINEO6EUIRACBBF5TZGAZ6XF) connect to local nis? Is there something wrong?

I can get the account balance with remote node. And I just started nis runing “nix.runNis.sh”. If anybody know this, please tell me. thanks a lot.

Addtionally, I can not see my nem from NanoWallet if i choose the localhost node. But i can see the block height in testnet.

What error you have?
Could you please verify if ports 7890 and 7778 are open?

@CryptoBeliever Yeah, I have already opened the port 7890 and 7778.

the response message:
{
“meta”:{
“cosignatories”:[

    ],
    "cosignatoryOf":[

    ],
    "status":"LOCKED",
    "remoteStatus":"INACTIVE"
},
"account":{
    "address":"TBX4LOPC7HGSFBYALINEO6EUIRACBBF5TZGAZ6XF",
    "harvestedBlocks":0,
    "balance":0,
    "importance":0,
    "vestedBalance":0,
    "publicKey":null,
    "label":null,
    "multisigInfo":{

    }
}

}

Looks like your node is not synced yet.
Could you check /chain/height end point result?

Other testnet node returns correctly:
http://192.3.61.243:7890/account/get?address=TBX4LOPC7HGSFBYALINEO6EUIRACBBF5TZGAZ6XF

Yeah, I see the log. It’s still synchronizing now. How much time will it take usally? Anyway, thanks a lot for your reply.

Not sure how long but it will be in hours. You can increase memory in start script. It should speedup process a little bit.
You can also download db backup and don’t start from beginning: http://bob.nem.ninja/beta-testnet/ (nis5_testnet-835k.h2.db.zip)

OK, got it. I’ll try. thanks a lot for your help.