pull down to refresh

Yes, I guess you have to compile the software yourself following these instructions https://github.com/OCEAN-xyz/datum_gateway?tab=readme-ov-file#installation

It's not that complicated.

some territories are moderated

Did I miss something, or are there no instructions for ARM Linux?

reply

When compiling the software does it make a difference if x86 or arm?

reply

You need the ARM compiler.

reply

oh i see, thanks for the info. So it would be good to make things easier to install datum if we want more people mining with ocean, especially if those mining with bitaxes and raspberry pi, odroid and etc nodes want to use datum.

reply

If you have a Raspberry Pi, you can try out these commands.

sudo apt install cmake pkgconf libcurl4-openssl-dev libjansson-dev libsodium-dev libmicrohttpd-dev psmisc

git clone https://github.com/OCEAN-xyz/datum_gateway.git
cd datum_gateway

mkdir build
cd build
cmake . && make

If you don't, it's a little more complicated because you'll have to cross-compile, but there are tons of tutorials online on how to install the toolchain.

reply

oh I have one finisihing to sync knots! God bless you!

reply