Just got this to work

it seems like it's working but ethos is
not reporting the H/s? Not showing up in "show stats".
Now easyhash.io is only showing me that I mined "x minutes" ago... Nothing is changing.
It takes a while for the stats on ETHOS to show on the main page. Also when you use 'show miner' in the terminal it also reports correctly. There was an issue with my miner (which may not be related as I use nVidia GPUs) on ETHOS 1.2.4 where I had to inject the flags in the ETHOS config in this manner:
globalminer ccminer
# for pool use:
stratumproxy enabled
# for Nicehash use:
# stratumproxy nicehash
ccminer-flags -a cryptonight -o stratum+tcp://[pool server]:[pool port] -u [ETN address]
# proxypool [pool server]:[pool port]
# proxywallet [ETN address]
This was because on Nicehash ccminer would report that it tried to connect to Niceash and then the connection was rejected and on other pools ccminer would report that the address used was invalid. Injecting the flags as above got around this issue albeit in a hacky kind of way.
I made some modifications to ETHOS 1.2.4 so I didn't want to lose them by upgrading to 1.2.5. I still have to add support for ccminer mods with better hashing performance. In the future I won't be using any proprietary software for hashing. EWBF is the only proprietary miner I have used and I'm still looking for an alternative for Equihash. For now though, ccminer appears to be hashing OK on CryptoNight. I may get better performance on CryptoNight by incorporating the ccminer mods but I'm in no rush.