while querying for UTXOs i was getting the error
Network.Socket.connect: <socket: 11>: does not exist (No such file or directory)
then after setting the $CARDANO_NODE_SOCKET_PATH i am getting this error : Network.Socket.connect: <socket: 11>: does not exist (Connection refused)
what would be the reason for connection refused
If u followed coincashew guide when u built the node try this
echo export CARDANO_NODE_SOCKET_PATH="$NODE_HOME/db/socket" >> $HOME/.bashrc
source $HOME/.bashrc
1 Like
Yes it works. Thank you
1 Like