[Ethereum] How to mining using GPU in private chain

gpuminerminingprivate-blockchain

Sir,
We build a Ethereum private chain for one application.We use geth to mine and find the performance is not good. Geth use CPU to mine.So,what method I can use to mine using GPU?
Barkely

Best Answer

cpp-ethereum is what I'm using.

$ cpp-ethereum -G -F http://localhost:8545

Make sure that geth is running with an "author" key specified.

But I am not sure it's working, so don't accept this answer until you confirm. I can't find any good docs on cpp-ethereum.