10gic / vanitygen-plusplus

A vanity address generator for BTC, ETH, LTC, TRX and 100+ more crypto currencies.
GNU Affero General Public License v3.0
248 stars 90 forks source link

[Quesion] Is it normal that oclvanitygen use 0% GPU? #57

Closed earthchie closed 1 year ago

earthchie commented 1 year ago

I'm running with oclvanitygen on Windows but GPU usage is 0%. Is it normal?

image

Normal vanitygen gave me much fewer key/sec though. So seems like it is using GPU now, but why it uses so little GPU power is a question.

image

earthchie commented 1 year ago

Nevermind I fixed this.

I stumble upon this thread https://github.com/10gic/vanitygen-plusplus/issues/15 and found out that using -v can give me a list of platform.

image

Turn out that it was using onboard GPU.

So instead, I give -p 0 to select the right GPU platform and it is skyrocketing now.

image

image

However, I found the same issue with https://github.com/10gic/vanitygen-plusplus/issues/46.

For now I'm closing this.