There can be situations where one needs to change the API key and voting script used for a stakepool. Currently the only way to do this is to manually modify the file %localappdata%/decred/paymetheus/stakepoolcfg.json or delete the file and reconfigure all stakepools. This is not ideal and we don't want users messing around in appdata.
We don't have a great way to select between two pool configurations (the pool url is used as the identifier currently) so deleting the old api key for the pool and importing the new one should be enough for a first pass implementation.
There can be situations where one needs to change the API key and voting script used for a stakepool. Currently the only way to do this is to manually modify the file
%localappdata%/decred/paymetheus/stakepoolcfg.json
or delete the file and reconfigure all stakepools. This is not ideal and we don't want users messing around in appdata.We don't have a great way to select between two pool configurations (the pool url is used as the identifier currently) so deleting the old api key for the pool and importing the new one should be enough for a first pass implementation.