#validator unjail
1 messages ยท Page 1 of 1 (latest)
@vocal river
can you copy your validator address here? I'll look on-chain
tnam1q9n3ncfxevwgs8f2vna2lnw7kz567jrutgw57xqs
it's jailed now. would be willing to bet unjail works if you run it now
?
what's the output of namadac --version?
and also namadan --version and also namadac block please.
root@Ubuntu-2404-noble-amd64-base ~ # namadac --version
Namada v101.1.1
root@Ubuntu-2404-noble-amd64-base ~ # namadac block
Last committed block height: 4514500, time: 2025-12-02T16:18:34.903404523+00:00
I do not upgrade my node
you can't expect to unjail your node if you're running on old binaries and client versions
we had a whole network upgrade last week
recommend you do a rollback with old binary (the one you have installed now), then upgrade node to 201.0.7. it should start syncing. let it finish syncing, then unjail (with new client binary!)
going forward, you need to stay updated on network upgrades and follow announcements here in discord.
I updated the binaries, installed a snapshot, and got this error.
you probably installed the snapshot wrongly
since it can't find your db files
that or the snapshot you are using is corrupt
but my money is on unpacking the files in the wrong place
I install snapshot from polcachu
wget -O namada_4607911.tar.lz4 https://snapshots.polkachu.com/snapshots/namada/namada_4607911.tar.lz4 --inet4-only
cp ~/.local/share/namada/namada.5f5de2dd1b88cba30586420/cometbft/data/priv_validator_state.json ~/.local/share/namada/namada.5f5de2dd1b88cba30586420/priv_validator_state.json
rm ~/.local/share/namada/namada.5f5de2dd1b88cba30586420/cometbft/data -rf
rm ~/.local/share/namada/namada.5f5de2dd1b88cba30586420/db -rf
lz4 -c -d namada_4607911.tar.lz4 | tar -x -C ~/.local/share/namada/namada.5f5de2dd1b88cba30586420
mate, the logs explain themselves what's the issue
you are out of space....