So some of us on #eligius-prime with the help of Luke were able to get what we think is bfgminer prime working, how ever the people testing it so far none of us have found a block so a word of caution.
I thought in the spirit of sharing I would let you guys know how I was able to get up and runnning, NOTE you do need to know how to compile BFGMiner, I cannot help you with any compile issues ..
Requirements:
primecoind running
Then
Get the latest code from git..
git clone -b prime
https://github.com/luke-jr/bfgminer.gitmake this change >>
http://pastebin.com/XSTTRNF9 << src/libblkmaker/base58.c around line 120
This allows you to use your primecoin wallet address instead of having to convert that to a btc wallet address.
Once compiled and primecoind is set up and running.. use this command line in bfgminer..
./bfgminer -a prime -S noauto -S cpu:auto -o localhost:9912 -u primecoinrpc -p {rpcpassword} --coinbase-addr {primecoin wallet addr} --debuglog 2>prime.log
you dont need the debug at the end but gives you an idea of data coming though..
THIS is WIP, I would ask anyone to help optmized, fix, or make adjustments..
cheers..
here is my miner running.. no block found yet tho.. we did test it on testnet and it did fine blocks fyi..