Here is my terminal:
Input:
cardano-cli shelley query utxo \
–address $(cat payment.addr)
–mainnet
Output:
TxHash TxIx Lovelace
So there is nothing there. All my keys are in the same folder from where I’m working, and I succeeded in creating the protocol.json file.
Thank you in advance for anyone who could help!
Ok I will try. In reality CPU usage turned back from 100% to 2% and I was at epoch 211, so I thought I was already completely synced. Is there a way to know that I am completely synced?
It doesn’t look to be syncing… It’s been up for 8 hours and I’m still at epoch 0, although I have it running because I see CPU usage percentage vary between 4 and 10% constantly, but still at epoch 0. Donno what happened.
I get this error message: cardano-cli: Network.Socket.connect: <socket: 11>: does not exist (No such file or directory).
Although I had exported the CARDANO_NODE_SOCKET_PATH correctly. This happened though to me in the past, sometimes it disappears and everything works fine and sometimes it comes back
This sounds like your node is cycling restarting intermittently
cardano-cli: Network.Socket.connect: <socket: 11>: error often occurs when the node is down
My guess is you either have some issues with your libsodium configuration or are running parallel instances of the node which are conflicting with each other.
Please check this post for a solution to a potential issue with your libsodium config:
And if that doesn’t work, try running killall cardano-node and then restart your node to see if the problem persists
I do not have a .bash_profile file. For the modification of the .bashrc file and sourcing the file, I already did that upon installation as requested within the guide
Edit: .profile is the equivalent of .bash_profile. I’ll try it and come back to say what happened.
No it doesn’t work, neither killall works. The node looks like it’s working from graphics but nothing is happening. And I can see I am connected to no peer addresses. At some points during syncing I got disconnected wondering if that made this bug.
Ok, I created an empty node.socket file in the db folder, and ran it again, so it started working, but back to epoch 0… Hopefully this time goes until the end without any disconnections from my side.
Hi ADAfrog,
In order for me to verify what’s happening, I ran 2 nodes, one in my VirtualBox, and the other on my VPS. They both have 4GB RAM allocated (each one of them). They sync with the blockchain without any issue until epoch 211 slot 444, and then all of a sudden everything stops (on both independent servers), all peers disappear, but the node is still running (“cardano-cli shelley query tip --mainnet” gives the correct block number).
It looks like more of a Network problem?
Edit: My Cardano-node version:
cardano-node 1.18.0 - linux-x86_64 - ghc-8.6
No I am stuck at block 4555199 and slot 5789244 (for both servers). Same problem doesn’t give transaction hash. There has been some posts on this forum like this but it said you shouldn’t run Cardano-node v.1.18.1 but 1.18.0, but this is what I have.
I have checked the website you provided and port 3001 is connected to my external IP address (if that’s what you meant)
As far as my log files are concerned, I think I’ll get lost with this one (unless you specify what exactly I should be looking for). But the story is both independent servers got stuck at the exact same slot… This means the problem comes probably from outside, either installation of software or network.
I just built my software once and it’s this version 1.18.0. But there seems like from what is said on the thread you provided that it is not enough for it to be 1.18.0, and we must be checking GitHub for something else (they were talking about the “git rev” that is something I don’t understand). So in fact for the node to run does the version have to be the exact last one?
I might rebuild everything from scratch if that’s the case.