I was wondering. Is there a way to let the miner mine for wallet A for 23hours a day and mine the remaining hour to wallet B? Some sort of devfee trick.
You could set up 2 different bat files or config files and create a bat file with a timer that would run for 23 hours and then close the first instance and open a new one with a different --config command
I think that it could be pretty simple if he would be use some task scheduler. Standard scheduler from Windows (Control Panel -> System and Security -> Administrative Tools -> Schedule tasks) or cron on any Linux distro would be enough. Simply run the scripts for the miners on schedule and set in them the search and finish of the previously running script. I hope it help.