pull down to refresh
0 sats \ 5 replies \ @0xbitcoiner 7 Oct \ parent \ on: How to install datum on a node running on arm? bitcoin_Mining
Did I miss something, or are there no instructions for ARM Linux?
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