Need help with setting up an ARM/Gravitron based relay

I am working on setting up a ARM based Cardano relay and getting this error after running $CNODE_HOME/scripts/cabal-build-all.sh

Should I just copy the ARM cardano-node / cli to .cabal/git/ ?

I copied the ARMADA binaries but I get a REV 0000000 GitHub - armada-alliance/cardano-node-binaries

cardano-node 1.33.0 - linux-aarch64 - ghc-8.10
git rev 0000000000000000000000000000000000000000

The node seems to be syncing, so I guess I’ll know if its working soon.

Also I am trying out an Amazon AWS t4g.large (2 core 8 gig ram with 8 gig swap file) ** roughly 6-7 cents per hour

Experimenting with a ARM based server (16 gig ram 4 core) I copied all the files from my other node over. I am still waiting on topology. Is there away to see if my Cardano-node & cardano-cli are working correctly?
rea

@Alexd1985

This post solved my problems

I think there is an issue with the db… delete all from db folder and restart the node… it should start re-syncing…
Then un can stop the node and copy the immutable, volatile and ledger files (inside db folder) from another node (which is running)

To do that go to db folder then run

sftp -P xxxx username@IP

xxxx - the ssh port for remote node
username - the ssh username for remote node
IP - the remote IP

once u are connected on remote node (u should see sftp) navigate to db folder (cd /opt/cardano/cnode/db)
and:

get -R immutable
get -R ledger
get -R volatile

then exit and restart the node

1 Like

Okay I deleted everything in db, its syncing now

1 Like

Gave up and went to x86 on contabo

1 Like