Does anyone know how to re-generate the DAG file? I think this maybe my problem. I have geth running, and its up-to-date with the latest block. My proxy seems to be working fine, connected to the stratum pool at eth-.eu.dwarfpool.com:8008, but when I start ethminer I am getting this error:
[OPENCL]:Using device: Pitcairn(OpenCL 1.2 AMD-APP (1800.11))
terminate called after throwing an instance of 'boost::exception_detail::clone_impl'
what(): std::exception
Aborted (core dumped)
I have tried starting like this:
ethminer --farm-recheck 200 -G -F http://127.0.0.1:8080/
, both with an without --farm-recheck.
Does anyone know how to fix this failure?