Is my Block Producing node running correctly?

yeah you’re right, previously it said that inconvenience low amount or something, and I wait for one day, then the amount is listed only the last transaction, maybe it is not fully synchronize?, and after that I change my variable fee, and fixed cost.

I have edited and maybe it is not working (invalid block) due to my node just restarted, and I have get another “glad you stay with us again”, what I edit is, “IP BP:Port_BP”

Okay thanks, it is clear now.

this message is fine

Okay Thanks Alex! :slight_smile:

@Alexd1985 / Anyone :

I am seeing constant messages like the following mention of TraceStartLeadership and not the normal transactions logs I used to see. Anything I need to check to ensure my block producer is running correctly?

{
“host”: “vmi54665”,
“pid”: “2909132”,
“loc”: null,
“at”: “2022-01-31T13:21:54.00Z”,
“ns”: [
“cardano.node.LeadershipCheck”
],
“sev”: “Info”,
“env”: “1.33.0:e9de7”,
“data”: {
“utxoSize”: 5387505,
“kind”: “TraceStartLeadershipCheck”,
“delegMapSize”: 1138802,
“credentials”: “Cardano”,
“slot”: 52069023,
“chainDensity”: 0.04670734
},
“msg”: “”,
“thread”: “604”,
“app”:
}
{
“host”: “vmi54665”,
“pid”: “2909132”,
“loc”: null,
“at”: “2022-01-31T13:21:54.00Z”,
“ns”: [
“cardano.node.Forge”
],
“sev”: “Info”,
“env”: “1.33.0:e9de7”,
“data”: {
“val”: {
“kind”: “TraceNodeNotLeader”,
“slot”: 52069023
},
“credentials”: “Cardano”
},
“msg”: “”,
“thread”: “604”,
“app”:
}

On the producer both relays are connected to the producer and vice-versa. I verified the ips of the relays are in the producers topology.json file.

I noticed in /var/log/syslog the following where cnode-submit-api.service keep restarting. Do I need it running or can I safely disable it?

Jan 31 08:26:39 vmi546652 systemd[1]: Stopped Cardano Node Submit API.
Jan 31 08:26:39 vmi546652 systemd[1]: Started Cardano Node Submit API.
Jan 31 08:26:41 vmi546652 cnode-submit-api[2931987]: cardano-submit-api: FatalError {fatalErrorMessage = “readTxSubmitNodeConfig: Error parsing config: AesonException "Error in $: key \"EnableLogging\" not found"”}
Jan 31 08:26:41 vmi546652 systemd[1]: cnode-submit-api.service: Main process exited, code=exited, status=1/FAILURE
Jan 31 08:26:41 vmi546652 systemd[1]: cnode-submit-api.service: Failed with result ‘exit-code’.
Jan 31 08:26:46 vmi546652 systemd[1]: cnode-submit-api.service: Scheduled restart job, restart counter is at 149982.
Jan 31 08:26:46 vmi546652 systemd[1]: Stopped Cardano Node Submit API.
Jan 31 08:26:46 vmi546652 systemd[1]: Started Cardano Node Submit API.
Jan 31 08:26:48 vmi546652 cnode-submit-api[2932134]: cardano-submit-api: FatalError {fatalErrorMessage = “readTxSubmitNodeConfig: Error parsing config: AesonException "Error in $: key \"EnableLogging\" not found"”}
Jan 31 08:26:48 vmi546652 systemd[1]: cnode-submit-api.service: Main process exited, code=exited, status=1/FAILURE
Jan 31 08:26:48 vmi546652 systemd[1]: cnode-submit-api.service: Failed with result ‘exit-code’.

u can disable it.

I have disabled it. However, any reason why I no longer see the normal transaction logs that would occur in node0.json? It is concerning that I am constantly seeing. Are you saying this is still normal?

{
“host”: “vmi54665”,
“pid”: “2909132”,
“loc”: null,
“at”: “2022-01-31T13:57:25.11Z”,
“ns”: [
“cardano.node.ChainSyncClient”
],
“sev”: “Info”,
“env”: “1.33.0:e9de7”,
“data”: {
“blockNo”: 6824532,
“peer”: {
“remote”: {
“port”: “6000”,
“addr”: “209.145.63.189”
},
“local”: {
“port”: “41369”,
“addr”: “75.119.142.81”
}
},
“kind”: “ChainSyncClientEvent.TraceDownloadedHeader”,
“slot”: 52071152,
“block”: “8081089c7c2a30c012f40192562b14bccd9c1a682053c5f2c0dfe7ccd5273176”
},
“msg”: “”,
“thread”: “652”,
“app”:
}
{
“host”: “vmi54665”,
“pid”: “2909132”,
“loc”: null,
“at”: “2022-01-31T13:57:26.00Z”,
“ns”: [
“cardano.node.LeadershipCheck”
],
“sev”: “Info”,
“env”: “1.33.0:e9de7”,
“data”: {
“utxoSize”: 5385234,
“kind”: “TraceStartLeadershipCheck”,
“delegMapSize”: 1138837,
“credentials”: “Cardano”,
“slot”: 52071155,
“chainDensity”: 0.046733625
},
“msg”: “”,
“thread”: “604”,
“app”:
}
{
“host”: “vmi54665”,
“pid”: “2909132”,
“loc”: null,
“at”: “2022-01-31T13:57:26.00Z”,
“ns”: [
“cardano.node.Forge”
],
“sev”: “Info”,
“env”: “1.33.0:e9de7”,
“data”: {
“val”: {
“kind”: “TraceNodeNotLeader”,
“slot”: 52071155
},
“credentials”: “Cardano”
},
“msg”: “”,
“thread”: “604”,
“app”:
}