Hi,
I notice that if I run bitcoind.exe, I get the windows console as expected.
However, pressing CTRL+C (or clicking the 'X' to close the window) causes an exception to occur:
terminate called after throwing an instance of 'DbException' what(): DbEnv::close: Invalid argument
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
I realise there is a 'stop' RPC command, but would it be possible to also allow termination this way?
Thanks