decred / Paymetheus

Decred wallet for Windows.
ISC License
12 stars 11 forks source link

Need way to forget a configured stakepool #299

Open jrick opened 7 years ago

jrick commented 7 years ago

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.