johguse / profanity

Vanity address generator for Ethereum
834 stars 324 forks source link

Problem on macOS #31

Open gkucmierz opened 3 years ago

gkucmierz commented 3 years ago

Should it work on my GPU?

gkucmierz@Grzegorzs-MBP profanity % ./profanity.x64 --matching dead          
Mode: matching
Target: Address
Devices:
  GPU0: Iris Pro, 1610612736 bytes available, 40 compute units (precompiled = no)
  GPU1: GeForce GT 750M, 2147483648 bytes available, 2 compute units (precompiled = no)

Initializing OpenCL...
  Creating context...OK
  Compiling kernel...OK
  Building program...OK
  Saving program...OK

Initializing devices...
  This should take less than a minute. The number of objects initialized on each
  device is equal to inverse-size * inverse-multiple. To lower
  initialization time (and memory footprint) I suggest lowering the
  inverse-multiple first. You can do this via the -I switch. Do note that
  this might negatively impact your performance.

zsh: abort      ./profanity.x64 --matching dead
gkucmierz commented 3 years ago

I just skipped NVIDIA GeForce GT 750M 2 GB and lowered -I it seems to work now