I published a new release (1.6).
No new feature, just performance increase (16% GPU, 50% CPU on my hardware).
The performance increase are mainly due to a best ECC calculations ( many thanks to arulbero
![Wink](https://bitcointalk.org/Smileys/default/wink.gif)
It affects less the GPU because the GPU has no SIMD instructions to speed up the SHA, so the resource goes mainly to it and much less to ECC calculations.
Next Step:
- Add support for multi prefix search and (-i input.txt)
- Optimize CPU/GPU exchange
- Add missing ECC optimizations (some symmetries and endomorphism)
- Add support for GPU funnel shift that should speed up SHA (but I need to find a board with compute capability >3.5, mine is 3.0).
Thanks for testing it
![Smiley](https://bitcointalk.org/Smileys/default/smiley.gif)
I almost reached the same performance with my CPU alone (Intel Core i7-4770 3.4GHz) than oclvanitygen with my GPU (GTX 645)
![Cheesy](https://bitcointalk.org/Smileys/default/cheesy.gif)
but still 10 days of calculation to reach to prefix I want.