The IP addresses on my nodes changed so I’m attempting to modify the pool using cntools in hybrid mode. The only thing that changed are the IP addresses of the relays. It’s my understanding that it does not cost additional ADA to modify a node that has already been registered. However, when I attempt the modification, I get the error “no funds available in owner wallet” which is correct. There are no funds available in that wallet because they were spent to register the pool. Does the wallet needs funds even though they are not used?
Here is the complete cntools modify operation:
>> POOL >> MODIFY
Online mode - The default mode to use if all keys are available
Hybrid mode - 1) Go through steps to build a transaction file
2) Copy built tx file to offline computer
3) Sign it using ‘Sign Tx’ with keys on offline computer
(CNTools started in offline mode ‘-o’ without node connection)
4) Copy the signed tx file back to online computer and submit using ‘Submit Tx’
Selected value: [h] Hybrid
Select pool
Selected pool: My_Pool
Pool Parameters
Old registration values shown as default, press enter to use default value
Pledge (in Ada, default: 100,000):
Margin (in %, default: 1):
Cost (in Ada, minimum: 340, default: 340):
Pool Metadata
Enter Pool’s JSON URL to host metadata file - URL length should be less than 64 chars (default: https://mypool.com/mypool.json):
{
“name”: “My Pool”,
“ticker”: “MPOOL”,
“description”: “My Stake Pool”,
“homepage”: “https://mypool.com”
}
Metadata exists at URL. Use existing data?
Selected value: [y] Yes
Pool Relay Registration
Previous relay configuration:
TYPE ADDRESS PORT
IPv4 1.2.3.4 6000
IPv4 1.2.3.5 6000
Reuse previous relay configuration?
Selected value: [n] No
Selected value: [i] IPv4/v6 address
Enter relays’s IPv4/v6 address: 1.2.3.100
Enter relays’s port: 6000
Add more relay entries?
Selected value: [y] Yes
Selected value: [i] IPv4/v6 address
Enter relays’s IPv4/v6 address: 1.2.3.101
Enter relays’s port: 6000
Add more relay entries?
Selected value: [y] Yes
Selected value: [i] IPv4/v6 address
Enter relays’s IPv4/v6 address: 1.2.3.102
Enter relays’s port: 6000
Add more relay entries?
Selected value: [n] No
Previous Owner(s)/Reward wallets
Owner wallet #1 : MYPOOL_Registration
Owner wallet #2 : MYPOOL_Pledge
Reward wallet : MYPOOL_Registration
Reuse previous Owner(s)/Reward wallets?
Selected value: [y] Yes
ERROR: no funds available in owner wallet MYPOOL_Registration
press any key to proceed …