ergoplatform / oracle-core

Core off-chain component of Oracle Pools
Apache License 2.0
61 stars 37 forks source link

Recommended way to run oracle-core when already running full ergo node? #314

Open ccgarant opened 1 year ago

ccgarant commented 1 year ago

Recommend guide to run oracle-core when already running a full ergo node.

Say if i'm already running a full ergo node on a raspberry pi, do I need to download the Docker image? Or can I bi-pass to the download steps? Perhaps the readme or wiki can help guide thru the non-docker scenario?

This could just be a newbie question. Thanks.

greenhat commented 1 year ago

Recommend guide to run oracle-core when already running a full ergo node.

Say if i'm already running a full ergo node on a raspberry pi, do I need to download the Docker image?

It's up to you. You can either run it via docker or download and run binary.

Perhaps the readme or wiki can help guide thru the non-docker scenario?

You probably are looking for joining the pool. See https://github.com/ergoplatform/oracle-core#joining-a-running-pool

ccgarant commented 1 year ago

Thank you. I'm not as familiar with docker and didn't know if it had any requirements or dependencies that you wouldn't get with running the node outright.

I'll pickup from those steps.

Maybe I would suggest adding a "if already running a node not on docker, skip to step..." sentence. Cheers.