More then 20 h and no movement, something is not right, i syspect. Live view

Hello,

Where should i start to look for malfunction? My nr-server didnt take long at all before i saw movement. now after more then 20 h and still no movement, i suspect something is not working correctly.

Mem RSS should slowly increase… first time when u started the node?

Did u keep the default topology file with IOHK servers inside?

I think the Topoloigy file was empty, i made an error and left the file empty, if i remember right. now i have this in the topology file of the bp-server:

{
  "Producers": [
    {"addr": "ip from relay",
     "port": 6000,
     "valency": 1}
  ]
}

downlod this file

wget https://raw.githubusercontent.com/cardano-community/guild-operators/master/files/topology-mainnet.json

renamed it to topology.json and restart the node

Is this for the mainnet? I want to start with preprod. Now i renamed this file, so the other one do not exist anymore.
should i not add the ip of the of the nr-server somewhere?

â—Ź cardano-node.service - Cardano Node Service
     Loaded: loaded (/etc/systemd/system/cardano-node.service; enabled; ven>
     Active: activating (auto-restart) (Result: exit-code) since Sun 2023-0>
    Process: 2257336 ExecStart=/bin/bash -c /home/cardano/cardano-my-node/s>
   Main PID: 2257336 (code=exited, status=1/FAILURE)

It didnt start unfortunatley.

this is how it looked:

{
  "Producers": [
    {"addr": "relays-new.cardano-mainnet.iohk.io", "port": 3001, "valency":>
    {"addr": "node-dus.poolunder.com", "port": 6900, "valency": 1, "pool": >
    {"addr": "node-fsn.poolunder.com", "port": 6900, "valency": 1, "pool": >
    {"addr": "node-bhs.poolunder.com", "port": 6900, "valency": 1, "pool": >
    {"addr": "node-sin.poolunder.com", "port": 6900, "valency": 1, "pool": >
    {"addr": "node-syd.poolunder.com", "port": 6900, "valency": 1, "pool": >
    {"addr": "194.36.145.157",         "port": 6000, "valency": 1, "pool": >
    {"addr": "89.58.43.194",           "port": 6000, "valency": 1, "pool": >
    {"addr": "148.72.153.168",         "port": 16000, "valency": 1, "pool":>
    {"addr": "78.47.99.41",            "port": 6000, "valency": 1, "pool": >
    {"addr": "relay1-pub.ahlnet.nu",   "port": 2111, "valency": 1, "pool": >
    {"addr": "relay2-pub.ahlnet.nu",   "port": 2111, "valency": 1, "pool": >
    {"addr": "relay1.clio.one",        "port": 6010, "valency": 1, "pool": >
    {"addr": "relay2.clio.one",        "port": 6010, "valency": 1, "pool": >
    {"addr": "relay3.clio.one",        "port": 6010, "valency": 1, "pool": >
    {"addr": "164.90.197.139",         "port": 6000, "valency": 1, "name": >
    {"addr": "128.199.187.2",          "port": 6000, "valency": 1, "name": >
    {"addr": "198.199.70.70",          "port": 6000, "valency": 1, "name": >
  ]
}

best regards

Aa preprod ok, u can find the topology file here

https://book.world.dev.cardano.org/environments.html

2 Likes