how do i terminate the running node?
i cant find it anywhere in tmux to terminate it.
im getting a ERROR: A Cardano node is already running, please terminate this node before starting a new one with this script.
it was running fine then when i hit Q to change topology in json im not able to bring it back up.
i looked at all sessions all panes not sure what happen and where its running at where can i find it ?
i don’t think this is the right script to start a node: $CNODE_HOME/scripts/cabal-build-all.sh
but if you are using CNtools, then the issue is that it doesn’t allow to start a new cardano-node instance if the socket file is still there… (sometimes on hard reset or kill -9 cardano-node, or trying to launch 2 instances of cardano-node can create that kind of mess)
i checked the script and found this:
if [[ -S “$CNODE_HOME/sockets/node0.socket” ]]; then
echo “ERROR: A Cardano node is already running, please terminate this node before starting a new one with this script.”
exit 1
fi
haha cool thank you appreciate your time lauris
its syncing now. ill try to finish it now wow i was reading every thread to find how to do that haha
ive redone the whole thing maybe 20 times because of this lol fun
lauris thank you !
whats your stake pool ? ill delegate for a little while when i have more ada to your pool
lol one more question you can always add another relay later right ?
like its not set in stone once you’ve registered?
You can update your relays later on, but i would suggest to do it correctly on the first run.
You can register a dns entry instead of IP address, so, if you decide later to change relay servers, you just need to change the DNS entry and point to the new server (or servers).
how do you claim a pool in pooltool ?
i see it with the hex address but it doesn’t say my ticker name or anything just a bunch of numbers
is there something im supposed to do ?
Click on the arrow on the right side of your pool listing - make sure you’re logged into pooltool. There will be a button to “claim this pool” either within the “manage” tab (or the manage tab will appear after claiming it)