Post
Topic
Board Mining software (miners)
poclbm with phatk and original kernel, luke-jr's improvements, failback
by
ulee
on 23/06/2011, 22:39:42 UTC
Hi,
fpgaminers version of merging his phatk branch with luke-jr's branch seems to miss some of luke-jr's patches, and github shows conflicts. So I gave it a shot myself and made a new version. Because patches often didn't apply, I had to merge manually. So here it is:

→ Now you can choose between the original poclbm kernel and phatk via command line (-P or --phatk)
→ It has all of luke-jr's improvements, including more detailed statistics (with some cosmetic changes by myself)
→ Some other very minor improvements

Here is the patch that is meant to be applied to fpgaminer's fpgaminer-poclbm branch.

Get his branch via
Code:
git clone git://github.com/progranism/poclbm fpgaminer-poclbm
and apply the diff with
Code:
patch -p1
Have fun!