1.) I noticed that the default data directory for bitmonerod.exe on Windows, according to the help output, is C:\ProgramData\bitmonero.
Shouldn't it be %HOMEPATH%\AppData\Roaming\bitmonero?
2.) Is there no exit command for bitmonerod.exe anymore when running it as a process (not a service)? Edit: bitmonerod stop_daemon
So, do we have two versions of bitmonerod.exe making the rounds? There's the version that just got released that you have to type "exit" to quit, and then there's the one that comes with the .NET GUI that you must use the command-line argument "stop_daemon"? Essentially meaning that you can't drop the new one into the "Resources" folder of the .NET GUI, because it then can't close the process when closing the GUI?