Layr-Labs / eigenda-operator-setup

Quick start setup guide for EigenDA
MIT License
80 stars 78 forks source link

msg="Complete an expiration cycle to remove expired batches" "num expired batches found and removed"=0 #89

Closed Titan-Node closed 7 months ago

Titan-Node commented 7 months ago

Issue Summary

Node is up and running. Getting this error message every minute or so msg="Complete an expiration cycle to remove expired batches" "num expired batches found and removed"=0. Also mentioned in an earlier issue https://github.com/Layr-Labs/eigenda-operator-setup/issues/26

Both NODE_DISPERSAL_PORT and NODE_RETRIEVAL_PORT are open to the public internet using https://portchecker.co/check-it.

Not using a reverse proxy. Using default .env

NODE_INTERNAL_DISPERSAL_PORT=${NODE_DISPERSAL_PORT}
NODE_INTERNAL_RETRIEVAL_PORT=${NODE_RETRIEVAL_PORT} 

Environment

Not sure what to do.

Titan-Node commented 7 months ago

Fixed

Because I switched machines I ended up with a new IP address that needed to be registered on chain with the ./run.sh opt-in function.

Had to run ./run.sh opt-out first then ./run.sh opt-in again to update the address on chain.