Recommending the use of demeter.run over the docker images
nielstron opened this issue · 0 comments
nielstron commented
There have been several (>2) issues from users trying to set up the docker image. I would prefer if the pioneer program just recommends using public demeter.run endpoints which would get users up running immediately vs. having to wait ~2-3 hours until their node syncs.
These endpoints can alternatively also be set to the default value. It should be at least documented which environment variables to set in order to get this running with these endpoints:
preview
export OGMIOS_API_PROTOCOL=wss
export OGMIOS_API_HOST=ogmios-preview-api-public-e79b24.us1.demeter.run
export OGMIOS_API_PORT=443
export KUPO_API_PROTOCOL=https
export KUPO_API_HOST=kupo-preview-api-public-e79b24.us1.demeter.run
export KUPO_API_PORT=443
preprod (same as above but these links)
wss://ogmios-preprod-api-public-6763d0.us1.demeter.run:443
https://kupo-preprod-api-public-6763d0.us1.demeter.run:443