i updated to the latest version of cardano and guild operator. Now I cannot make modifications to the pool and the processing tx are 0.
In ./cntools.sh I want to make modifications to the pool and it tells me:
The ./gLiveView.sh shows me Processed TX: 0
Can you help me, please.
What is the status of glive?
ok, and the relay? has tx proccesed? can you share the glive output for the Relay?
Regarding the cntools… go to priv folder and show me the files from the Producer, I am sure u are missing one
cd $CNODE_HOME/priv/pool/folder_name
ls -l
missing cold.skey and pool.cert
I have always used the Core without cold.skey. That file is only on my cold server.
Is it 100% necessary to put that file on the Core?
nope, but I think pool.cert should be (but each time when I modify the pool I add all 3 cold.keys - never tested without cold.skey )
for tx processed now… go to config.json and set TraceMempool to true, save the file and restart the node
thank you so much.
“go to config.json and set TraceMempool to true, save the file and restart the node”
This is the solution.
1 Like
The other problem is still present:
./cntools.sh → Pool → Modify → Hybrid
you added both pool.cert and cold.skey?
the only file with a .cert extension that I have is op.cert
I can’t find the pool.cert you say.
cold.counter
cold.skey
cold.vkey
hot.skey
hot.vkey
kes.start
op.cert
pool.id
pool.id-bech32
vrf.skey
vrf.vkey
this is entire pool folder on cold server
u used cntools since the begining?
then I think u missed to bkp the file?
you should have 14 files
hot.skey
hot.vkey
kes.start
op.cert
pool.cert
pool.config
pool.id
pool.id-bech32
poolmeta.json
vrf.skey
vrf.vkey
cold.counter
cold.skey
cold.vkey
charity$ cat pool.cert
{
"type": "CertificateShelley",
"description": "Stake Pool Registration Certificate",
I finally found that file. I was only missing the poo.config and the pool.cert
All in order. Thank you
1 Like
glade u find it… pool.config it’s not an issue but the pool.cert yes