Problem retiring the stake pool

Hi everybody,

I’m thinking of retiring my stake pool [[ROT] Rotapool | Cardano Staking]
until i can switch to a more secure environment. Right now I’m having problems, the node shows these kind of errors:

Jul 01 11:30:41 rotapool bash[500990]: [rotapool:cardano.node.Forge:Error:463] [2021-07-01 09:30:41.00 UTC] fromList [(“val”,Object (fromList [(“kind”,String “TraceNoLedgerView”),(“slot”,Number 3.356555e7)])),(“credentials”,String “Cardano”)]

My balance always shows 0 and I wasn’t able to retire the pool.
I followed the coincashew guide for retiring the stake pool but I’m stuck here:

cardano-cli transaction build-raw
${tx_in}
–tx-out $(cat payment.addr)+${total_balance}
–invalid-hereafter $(( ${currentSlot} + 10000))
–fee 0
–certificate-file pool.dereg
–out-file tx.tmp

Because tx_in is null due to fullUtxo.out is 0.

What can I do now?
Thanks

1 Like

The node should be synced, is it?

slotNo: 24796659
current epoch: 275

Actually gLiveView is giving me problem with the env file, but it seems at the right epoch.
Maybe not fully synced?

Fully synced looks like this …

image

Glive is not working… :frowning:

ERROR: You specified 12788 as your EKG port, but it looks like the cardano-node (PID: 504526 ) is not listening on this port. Please update the config or kill the conflicting process first.

ERROR: gLiveView failed to load common env file
Please verify set values in ‘User Variables’ section in env file or log an issue on GitHub

The ekg port seems set correctly:

“hasEKG”: 12788,
“hasPrometheus”: [
“127.0.0.1”,
12778
],

you will need to kill the sessions… but the most easiest way is to reload the server… sudo reboot
after that try again in glive after few minutes

Still the same issue.

type sudo systemctl cardano-node

cardano-node.service loaded active running Cardano node service

The service is running ok, it keeps logging

[rotapool:cardano.node.Forge:Error:463] [2021-07-01 09:30:41.00 UTC] fromList [(“val”,Object (fromList [(“kind”,String “TraceNoLedgerView”),(“slot”,Number 3.356555e7)])),(“credentials”,String “Cardano”)]

I followed the log with journalctl --unit=cardano-node --follow

Can u show me the env file?

#!/usr/bin/env bash
# shellcheck disable=SC2034,SC2086,SC2230,SC2009,SC2206,SC2062,SC2059,SC2229,SC2154,SC2162,SC2120

######################################
# User Variables - Change as desired #
# Leave as is if unsure              #
######################################

#CCLI="${HOME}/.cabal/bin/cardano-cli"                  # Override automatic detection of path to cardano-cli executable
#CNCLI="${HOME}/.cargo/bin/cncli"                       # Override automatic detection of path to cncli executable (https://github.com/AndrewWestberg/cncli)
#CNODE_HOME="/opt/cardano/cnode"                        # Override default CNODE_HOME path (defaults to /opt/cardano/cnode)
CNODE_PORT=6000                                         # Set node port
CONFIG="${NODE_HOME}/mainnet-config.json"               # Override automatic detection of node config path
SOCKET="/mnt/external1/cardano_db/db/socket"            # Override automatic detection of path to socket
#TOPOLOGY="${CNODE_HOME}/files/topology.json"           # Override default topology.json path
#LOG_DIR="${CNODE_HOME}/logs"                           # Folder where your logs will be sent to (must pre-exist)
#DB_DIR="${CNODE_HOME}/db"                              # Folder to store the cardano-node blockchain db
#UPDATE_CHECK="Y"                                       # Check for updates to scripts, it will still be prompted before proceeding (Y|N).
#TMP_DIR="/tmp/cnode"                                   # Folder to hold temporary files in the various scripts, each script might create additional subfolders
#USE_EKG="Y"                                            # Use EKG metrics from the node instead of Prometheus. Prometheus metrics yield slightly better performance but can be unresponsive at times (default EKG)
#EKG_HOST=127.0.0.1                                     # Set node EKG host IP
EKG_PORT=12788                                         # Override automatic detection of node EKG port
#PROM_HOST=127.0.0.1                                    # Set node Prometheus host IP
#PROM_PORT=12798                                        # Override automatic detection of node Prometheus port
#EKG_TIMEOUT=3                                          # Maximum time in seconds that you allow EKG request to take before aborting (node metrics)
#CURL_TIMEOUT=10                                        # Maximum time in seconds that you allow curl file download to take before aborting (GitHub update process)
#BLOCKLOG_DIR="${CNODE_HOME}/guild-db/blocklog"         # Override default directory used to store block data for core node
#BLOCKLOG_TZ="UTC"                                      # TimeZone to use when displaying blocklog - https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
#SHELLEY_TRANS_EPOCH=208                                # Override automatic detection of shelley epoch start, e.g 208 for mainnet
#TG_BOT_TOKEN=""                                        # Uncomment and set to enable telegramSend function. To create your own BOT-token and Chat-Id follow guide at:
#TG_CHAT_ID=""                                          # https://cardano-community.github.io/guild-operators/#/Scripts/sendalerts
#TIMEOUT_LEDGER_STATE=300                               # Timeout in seconds for querying and dumping ledger-state
#IP_VERSION=4                                           # The IP version to use for push and fetch, valid options: 4 | 6 | mix (Default: 4)
#PGREST_API="http://127.0.0.1:8050"                     # Uncomment and set to enable PostgREST API queries against DB-Sync
#DBSYNC_QUERY_FOLDER="${CNODE_HOME}/files/dbsync/queries" # [advanced feature] Folder containing DB-Sync chain analysis queries

Try to uncomment this line and restart the node

Still nothing. I tried restarting and giving him some time. Same issues.

I tried simpleLiveView it shows :

Cattura

The node is giving this output:

Jul 03 11:07:19 rotapool bash[512864]: [rotapool:cardano.node.LeadershipCheck:Info:522] [2021-07-03 09:07:19.00 UTC] {"kind":"TraceStartLeadershipCheck","chainDensity":5.0867025e-2,"slot":33736948,"delegMapSize":381428,"utxoSize":1645022,"credentials":"Cardano"}
Jul 03 11:07:19 rotapool bash[512864]: [rotapool:cardano.node.Forge:Error:522] [2021-07-03 09:07:19.00 UTC] fromList [("val",Object (fromList [("kind",String "TraceNoLedgerView"),("slot",Number 3.3736948e7)])),("credentials",String "Cardano")]

Should i try to delete the db folder and re-synch?

EDIT: Epoch seems not right, i’ll wait, it seems not synced yet…

Tried everything…it seems it keep stucking at epoch 255 (at least the liveViews shows that).
I tried to delete de db folder and re-sync but as soon as i reach 255 it stucks there.

sudo systemctl status cardano-node

● cardano-node.service - Cardano node service
     Loaded: loaded (/etc/systemd/system/cardano-node.service; enabled; vendor preset: enabled)
     Active: active (running) since Sat 2021-07-17 12:06:07 CEST; 1h 7min ago

also the journal log says (after restart):

l 17 13:15:27 rotapool bash[766227]: [rotapool:cardano.node.diffusion-mode:Notice:5] [2021-07-17 11:15:24.84 UTC] InitiatorAndResponderDiffusionMode
Jul 17 13:15:27 rotapool bash[766227]: [rotapool:cardano.node.dns-producers:Notice:5] [2021-07-17 11:15:24.84 UTC] []
Jul 17 13:15:27 rotapool bash[766227]: [rotapool:cardano.node.ip-producers:Notice:5] [2021-07-17 11:15:24.84 UTC] IPSubscriptionTarget {ispIps = [192.168.1.175:6000], ispValency = 1}
Jul 17 13:15:28 rotapool bash[766227]: [rotapool:cardano.node.ChainDB:Info:5] [2021-07-17 11:15:28.20 UTC] Opened imm db with immutable tip at d585141a21b4852168ed8dadf9026eba163188fe53918b460541602c6dbece33 at slot 25105800 and chunk 1162
Jul 17 13:15:33 rotapool bash[766227]: [rotapool:cardano.node.ChainDB:Info:5] [2021-07-17 11:15:33.19 UTC] Opened vol db
Jul 17 13:16:43 rotapool bash[766227]: [rotapool:cardano.node.ChainDB:Info:5] [2021-07-17 11:16:43.73 UTC] Replaying ledger from snapshot DiskSnapshot {dsNumber = 25104330, dsSuffix = Nothing} at d72880cd96e3ee06a31f618ce3ce3ad04c30a7033de1262e83094a3a922ab43f at slot 25104330
Jul 17 13:16:44 rotapool bash[766227]: [rotapool:cardano.node.ChainDB:Info:5] [2021-07-17 11:16:44.63 UTC] Replayed block: slot SlotNo 25104360 of At (SlotNo 25105800)
Jul 17 13:16:45 rotapool bash[766227]: [rotapool:cardano.node.ChainDB:Info:5] [2021-07-17 11:16:45.15 UTC] before next, messages elided = 25104379
Jul 17 13:16:45 rotapool bash[766227]: [rotapool:cardano.node.ChainDB:Info:5] [2021-07-17 11:16:45.15 UTC] Replayed block: slot SlotNo 25105800 of At (SlotNo 25105800)
Jul 17 13:16:45 rotapool bash[766227]: [rotapool:cardano.node.ChainDB:Info:5] [2021-07-17 11:16:45.15 UTC] Opened lgr db

and:

Jul 17 13:36:06 rotapool bash[766227]: [rotapool:cardano.node.Forge:Error:172] [2021-07-17 11:36:06.00 UTC] fromList [("val",Object (fromList [("kind",String "TraceNoLedgerView"),("slot",Number 3.4955475e7)])),("credentials",String "Cardano")]
Jul 17 13:36:06 rotapool bash[766227]: [rotapool:cardano.node.IpSubscription:Info:182] [2021-07-17 11:36:06.36 UTC] IPs: 0.0.0.0:0 [192.168.1.175:6000] Restarting Subscription after 1.027842053s desired valency 1 current valency 0
Jul 17 13:36:07 rotapool bash[766227]: [rotapool:cardano.node.LeadershipCheck:Info:172] [2021-07-17 11:36:07.00 UTC] {"kind":"TraceStartLeadershipCheck","chainDensity":4.9403902e-2,"slot":34955476,"delegMapSize":384474,"utxoSize":1665796,"credentials":"Cardano"}
Jul 17 13:36:07 rotapool bash[766227]: [rotapool:cardano.node.Forge:Error:172] [2021-07-17 11:36:07.00 UTC] fromList [("val",Object (fromList [("kind",String "TraceNoLedgerView"),("slot",Number 3.4955476e7)])),("credentials",String "Cardano")]
Jul 17 13:36:08 rotapool bash[766227]: [rotapool:cardano.node.LeadershipCheck:Info:172] [2021-07-17 11:36:08.00 UTC] {"kind":"TraceStartLeadershipCheck","chainDensity":4.9403902e-2,"slot":34955477,"delegMapSize":384474,"utxoSize":1665796,"credentials":"Cardano"}
Jul 17 13:36:08 rotapool bash[766227]: [rotapool:cardano.node.Forge:Error:172] [2021-07-17 11:36:08.00 UTC] fromList [("val",Object (fromList [("kind",String "TraceNoLedgerView"),("slot",Number 3.4955477e7)])),("credentials",String "Cardano")]
Jul 17 13:36:09 rotapool bash[766227]: [rotapool:cardano.node.LeadershipCheck:Info:172] [2021-07-17 11:36:09.00 UTC] {"kind":"TraceStartLeadershipCheck","chainDensity":4.9403902e-2,"slot":34955478,"delegMapSize":384474,"utxoSize":1665796,"credentials":"Cardano"}
Jul 17 13:36:09 rotapool bash[766227]: [rotapool:cardano.node.Forge:Error:172] [2021-07-17 11:36:09.00 UTC] fromList [("val",Object (fromList [("kind",String "TraceNoLedgerView"),("slot",Number 3.4955478e7)])),("credentials",String "Cardano")]
Jul 17 13:36:10 rotapool bash[766227]: [rotapool:cardano.node.LeadershipCheck:Info:172] [2021-07-17 11:36:10.00 UTC] {"kind":"TraceStartLeadershipCheck","chainDensity":4.9403902e-2,"slot":34955479,"delegMapSize":384474,"utxoSize":1665796,"credentials":"Cardano"}
Jul 17 13:36:10 rotapool bash[766227]: [rotapool:cardano.node.Forge:Error:172] [2021-07-17 11:36:10.00 UTC] fromList [("val",Object (fromList [("kind",String "TraceNoLedgerView"),("slot",Number 3.4955479e7)])),("credentials",String "Cardano")]

What is the server hardware configuration?

raspberry pi 4
8gb ram
ssd 250gb

after the update to 1.27 version i could not be able to sync the node :frowning:

Did u tried to downgrade to 1.26.2 version?