Errors trying to run a node

I am trying to run a node on macOS but I think there is something wrong.

I downloaded a state jam from www.syncflash.site and run the node using
nockchain --state-jam latest.jam

after that i also tried to run it using different commands such as
nockchain
or
bash ./scripts/run_nockchain_node.sh

the node starts running without any errors as you can see in the picture but even after hours I can’t get to get up-to-date with the current state of the chain.

I encounter a significant amount of “IP address xx.xx.xx.xx exceeded the request-per-interval threshold with xyz requests” warnings, as you can see in the picture below:

After that the most weird thing is that it takes hours and hours to get to the next block, which is still not the latest on the chain.

I’m running the node on this setup:
Mac mini M4
16GB Ram
macOS 15.6.1

EDIT:

as you can see in the image the first time I read block 38626 is at 22:35

image

26 minutes later I am still stuck at block 38626:

image

26 minutes? Could just be the number of transactions. There were a lot of very small transactions recently that are slowly working their way through. The other stuff is just the auto peering behavior. Set your debugs to infos.

1 Like

image

as you can see it has passed 1hr 30 min and I’m still stuck at block 38696.

is this normal???

keep in mind I tried running the node for a whole day yesterday and it didnt sync to last block even tho my jam was 200 blocks behind.

update:

image

something about block 38627???

also what do you mean by set your debugs to infos?
this is my .env file:

image

it looks like everything is on info but i still get a significant amount og “IP address xx.xx.xx.x exceeded the request-per-interval threshold with xyz requests”