Hello all,
I have an old pool that I want to move all the payment and pool info on to a CnTools server that’s already set up. I know the information has to be on two priv folders, wallet and pool, but the naming conventions are off from both.
For the pool that’s getting moved, I used the Stakepool 247 guide https://cardano-node-installation.stakepool247.eu/ and all the naming conventions are the same.
But I want to move over to CNTools for ease of operation. I’m already familiar with operating it so I want it moved over.
I know that for example, the wallet files are called these in CNTools
Now if u will go on cntools - wallet - list or show u should be able to see the balance and for test u can go to funds - send and try to send few ada between wallets
Now for the pool files … priv/pool/…
myPool.node.counter → cold.counter
myPool.node.skey → cold.skey
myPool.node.vkey → cold.vkey
myPool.vrf.skey → vrf.skey
myPool.vrf.vkey → vrf.vkey
myPool.pool.id-bech → pool.id-bech32
myPool.pool.id → pool.id
myPool.metadata.json → poolmeta.json
myPool.node-000.opcert → op.cert !!! Only if it’s the recently/latest opcert created; if not copy the latest file
myPool.kes.counter → kes.start
myPool.kes-000.skey → hot.skey
myPool.kee-000.vkey → hot.vkey
To check if everything is fine go to cntools - pool - rotate and try to rotate the kes (before check inside cold.counter the counter for the next certificate)
or u can go to cntools - pool - modify and try to modify something, or keep the actual parameters … go till the end and check if everything is ok
also if u type cat op.cert do u see type: “NodeOperational certificate” right?
Actually I believe u will need pool.cert file … can u find this file?
if u type cat pool.cert u should see type: “CertificateShelley”