Team,
I just setup a stake pool in regards to all of the official guidelines. However, all my transactions stopped and now I’m unable to access my wallet. Has anyone had this issue happen to them?
It is quiet upsetting considering it cost me 500 ADA and 340 ADA to set this up. Is there an easy way to get your coins back so I can spin up another server?
ERROR MESSAGE when Running : glightview.sh & cntools.sh
when running ./gLightview.sh
when running ./cntools.sh
Looks like cardano-node is running with socket-path as /opt/cardano/cnode/sockets/node0.socket, but the actual socket file does not exist.
This could occur if the node hasnt completed startup or if a second instance of node startup was attempted!If this does not resolve automatically in a few minutes, you might want to restart your node and try again.
Troubleshooting Steps Taken
We tried to restart the node a few times but it still wont’ work.
This is what the topology.json file looked like before it was changed
{
“Producers”: [
{
“addr”: “our-Ip-address”,
“port”: [out-port],
“valency”: 1
},
{
“addr”: “relays-new.cardano-mainnet .iohk.io”,
“port”: 3001,
“valency”: 2
}
]
}
This is what the topology.json file looked like after it was updated
{ “resultcode”: “201”, “networkMagic”: “764824073”, “ipType”:4, “requestedIpVersion”:“4”, “Producers”: [
{ “addr”: “167.99.41.63”, “port”: 6000, “valency”: 1, “distance”:5, “continent”:“NA”, “country”:“NL”, “region”:“NY” },
{ “addr”: “34.226.145.203”, “port”: 3001, “valency”: 1, “distance”:353, “continent”:“NA”, “country”:“US”, “region”:“VA” },
{ “addr”: “18.191.2.182”, “port”: 3001, “valency”: 1, “distance”:767, “continent”:“NA”, “country”:“US”, “region”:“OH” },
{ “addr”: “207.244.246.220”, “port”: 6002, “valency”: 1, “distance”:1423, “continent”:“NA”, “country”:“US”, “region”:“MO” },
{ “addr”: “relay1.phoenixrising.io”, “port”: 3001, “valency”: 1, “distance”:2192, “continent”:“NA”, “country”:“US”, “region”:“TX” },
{ “addr”: “165.22.209.166”, “port”: 6000, “valency”: 1, “distance”:3859, “continent”:“NA”, “country”:“IN”, “region”:“WA” },
{ “addr”: “144.126.215.79”, “port”: 6000, “valency”: 1, “distance”:4114, “continent”:“NA”, “country”:“US”, “region”:“CA” },
{ “addr”: “185.177.148.244”, “port”: 3008, “valency”: 1, “distance”:5556, “continent”:“EU”, “country”:“GB”, “region”:“ENG” },
{ “addr”: “rl2-p1-ams3.dfii.co”, “port”: 3000, “valency”: 1, “distance”:5852, “continent”:“EU”, “country”:“NL”, “region”:“NH” },
{ “addr”: “178.128.192.151”, “port”: 3002, “valency”: 1, “distance”:6187, “continent”:“EU”, “country”:“DE”, “region”:“HE” },
{ “addr”: “51.103.134.253”, “port”: 6000, “valency”: 1, “distance”:6308, “continent”:“EU”, “country”:“CH”, “region”:“ZH” },
{ “addr”: “168.119.173.201”, “port”: 6001, “valency”: 1, “distance”:6369, “continent”:“EU”, “country”:“DE”, “region”:“BY” },
{ “addr”: “62.171.160.137”, “port”: 6000, “valency”: 1, “distance”:6475, “continent”:“EU”, “country”:“DE”, “region”:“BY” },
{ “addr”: “89.136.74.203”, “port”: 6000, “valency”: 1, “distance”:7263, “continent”:“EU”, “country”:“RO”, “region”:“SJ” },
{ “addr”: “123.16.134.167”, “port”: 3010, “valency”: 1, “distance”:13122, “continent”:“AS”, “country”:“VN”, “region”:“HN” },
{ “addr”: “203.29.240.197”, “port”: 6000, “valency”: 1, “distance”:17018, “continent”:“OC”, “country”:“AU”, “region”:“SA” }
] }