- Does my node work properly?
- My node is not able to start properly
- Does the running node have any incentives?
- Error when running .register_rln.sh
- Problem with Grafana
- Migrate my setup to another server?
Your node should have at least 40 connected peers, and you should see some traffic in and out, in the Grafana board.
- Run
docker psand check that thelogos-messaging/logos-messaging-nimcontainer is not continuously restarting - Use the following commands to check the node better:
curl -X GET http://localhost:8645/healthcurl -X GET http://localhost:8645/debug/v1/infocurl -X GET http://localhost:8645/debug/v1/versioncurl -X GET http://localhost:8645/admin/v1/peerscurl -X GET http://localhost:8645/admin/v1/filter/subscriptionscurl -X GET http://localhost:8003/metrics
- Check the following local services:
- Grafana: http://localhost:3000/
- Local node front end: http://localhost:4000/
If you are using Contabo, we recommend moving to a different VPS vendor.
If not, remove the keystore folder, run the ./register_rln.sh script again, and try to run your node again.
There are currently no incentives in place, but it's something currently being researched and designed.
ERR 2024-06-23 16:05:04.984+00:00 failure while initializing OnchainGroupManager topics="rln_keystore_generator" tid=1 file=rln_keystore_generator.nim:61 error="Failed to get the chain id: Forbidden"
There is a problem with you EthClient account. Take a closer look on how you set the values of the .env file paying attention to example, and make sure you have a valid EthClient.
It should look like: http://5.196.26.230:3000/d/yns_4vFVk/nwaku-monitoring?orgId=1&refresh=1m
-
Clone logos-messaging-nim-compose in the new server.
-
Move your
keystorefolder (logos-messaging-nim-compose/keystore/) from your current setup to the new server.That folder was created when you executed
./register_rln.sh, and then, there is no need to run./register_rln.shagain.