Node not catching up to the latest block [SOLVED]

I have setup a node about 2 days ago and have it running. but it hasn’t catch up with the latest block

ubuntu@ip-172-31-46-199:~$  curl localhost:7890/chain/height
{"height":1727976}

vs {"height":1753702} from alice6.nem.ninja

My recent transaction still show up as having 0 balance. can you please let me know what am i missing ?

What is result for /node/extended-info endpoint?
How looks like your start script?

ubuntu@ip-172-31-46-199:~/nis$ curl localhost:7890//node/extended-info
{"node":{"metaData":{"features":1,"application":null,"networkId":104,"version":"0.6.95-BETA","platform":"Oracle Corporation (1.8.0_181) on Linux"},"endpoint":{"protocol":"http","port":7890,"host":"34.221.219.124"},"identity":{"name":"NCFMO6TPEFR7MBD64HLPOUK7P5EPPMI3WTL5CTC5","public-key":"079cb1eefd449110c73ef2fec4feb27c85500de0e5edde55af955b73ac32e9f2"}},"nisInfo":{"currentTime":106274291,"application":"NEM Deploy","startTime":106077194,"version":"0.6.95-BETA","signer":null}}

I use the nix.runNis.sh script to start the node with no additional config

I would try increase memory assigned to node to 2gb and restart. You can edit this in nix.runnis.sh

thanks! it works after increased the RAM.

1 Like