- Created github repository.
- Message box error reporting.
- Automatic logging when nodevfeeLog.txt file exists. (Create nodevfeeLog.txt file in same directory to enable logging / delete to disable)
- Support eth-proxy Ethereum Stratum mode (-esm 0 default).
- Support qtminer Ethereum Stratum mode (-esm 1). (Not really tested)
https://github.com/Demion/nodevfee---
To make it work after miner restart add option -r 1 to bat file and create reboot.bat with exactly same parameters nodevfee.exe EthDcrMiner64.exe YOUR_USUAL_PARAMETERS -r 1.
Havent tested much, seems to work though

Sorry I have no solution for external miners clients right now, you can try google some DLL injector (be careful with that) and just set task to inject nodevfeeDll.dll to EthDcrMiner64.exe constantly.
Thanks for getting back to me. And nice "official" on Github.
Using that latest version NoDevFee_v0.2_x64, I made a dummy bat file with it to try and call at the same time at startup. It just includes your exe and my wallet address just to see how it would act. I at least now get a pop up "CreateProcessW error #2".
The miner doenst crash ever, its just that I'm never exposed to the actual finalized miner bat file. AwesomeMiner adds all of its own variables and options and auto starts it/monitors it, etc.
Did that error give any hints at all?
Thanks again.