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?
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: