Problems getting ergo up & sync

I installed ergo for getting wallet, but I am not anymore sure if it was right decision. I am running it from jar-file in linux.

  • It logs huge amounts, 2 MB/minute.
  • Seems to use CPU pretty much

Once had to stop it for removing logs, and start again. Another shut down for thunder storm before sync is done. I have some mining profits paid, but cannot see them in my wallet.

I suppose sync is working because ‘height’ number is growing. From where I can see what is current height? No, don’t give me number, but tell how to see it so that other people also can check.

Is there some way to cut logging? Is it possible to limit number cores ergo can hog? Is there some other way to access my wallet?

Ok, core limiting is easy, -XX:ActiveProcessorCount=2 for java

and for limiting log, -Dlogback.stdout.level=WARN

1 Like

check heights at 127.0.0.1:9053/info or 127.0.0.1:9053/panel

That tells height I have synced, but not height it is aiming. Idea was to get idea to get how far my node is from beeing synced.

Got my node in sync. Current height 508897 but for next newbie place where to check height would be good.