I have a (de-registered) pool (ticker Px2).
That pool never have had rewards due to being too small probably (that’s sad )
Current status when I list it in cntools is:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> POOL >> LIST
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
px2_jackson_pool
ID (hex) : f4a26ceae75860ddd44f7f385c6128119c8f2555f37d614c44b118c8
ID (bech32) : pool17j3xe6h8tpsdm4z00uu9ccfgzxwg7f247d7kznzykyvvsm4vujk
Registered : NO
KES expiration date : 2021-09-08 21:44:51 NZST
press any key to proceed ..
I still have 500ADA registration fee in rewards and not sure how to withdraw it.
I read topic under: Retiring Stake Pool. CN Tools - #23 by Tylert16
but seems my output differs from that (Registered NO vs DE-REGISTERED).
Not sure if mine is already retired but maybe I missed something on the way. My initial aim was to retire pool and leave node running for “some time” which should be enough for 2 epochs and then come back to it and figure out how to move ada out to different wallet. Now is that time of figuring out
So I checked this link as well: Withdraw rewards - Stake pool course
but where I am to cover some release differences (not to use “shelley” and build-raw, etc) I stuck on
querying payment.addr as this commends returns empty list, do can’t build transaction.
Therefore, at this point, what are my options? How to best achieve withdrawal of rewards (and rest to different wallet).
Apologies in advance for being noob
px2@sm1:/opt/cardano/cnode/scripts$ grep POOL env
#POOL_FOLDER="${CNODE_HOME}/priv/pool" # Root folder for Pools
POOL_NAME="px2_jackson_pool" # Set the pool's name to run node as a core node (the name, NOT the ticker, ie folder name)
POOL_ID_FILENAME="pool.id" # Standardized names for all pool related files
POOL_HOTKEY_VK_FILENAME="hot.vkey"
POOL_HOTKEY_SK_FILENAME="hot.skey"
POOL_COLDKEY_VK_FILENAME="cold.vkey"
POOL_COLDKEY_SK_FILENAME="cold.skey"
POOL_OPCERT_COUNTER_FILENAME="cold.counter"
POOL_OPCERT_FILENAME="op.cert"
POOL_VRF_VK_FILENAME="vrf.vkey"
POOL_VRF_SK_FILENAME="vrf.skey"
POOL_CONFIG_FILENAME="pool.config"
POOL_REGCERT_FILENAME="pool.cert"
POOL_CURRENT_KES_START="kes.start"
POOL_DEREGCERT_FILENAME="pool.dereg"
Selected value: [o] Online
# Select pool to retire
WARN: No pools available that can be selected! Required files:
cold.vkey
cold.skey
press any key to proceed ..