Post
Topic
Board Announcements (Altcoins)
Re: 【ANN】【RYO】【Cryptonight-heavy】 RyoCurrency - Privacy for everyone
by
mosu_forge
on 15/11/2018, 23:37:42 UTC

I have set up my "ryo" data folder at a different location (D:\ drive) instead of the default one. Though "ryo\gui\config.json" exist at the explicit alternative location, it seems that GUI wallet still persists on creating and reading from the active configuration file at the default location (C:\ProgramData\ryo\gui\config.json). Is this by design?



It is by design. The GUI needs to read the settings file from a known location to know where else to look for the blockchain if you change it. I could have opted to store the path to the config file, or all the config options themselves within electron's localstorage -- but in my opinion that just adds unnecessary complexity. In the case that there are any issues with the config file, it is easier and more user friendly to have the settings file in a default location that the user can either edit with notepad, or just delete (forcing the wallet to go back to the welcome screen.)