johguse / profanity

Vanity address generator for Ethereum
834 stars 324 forks source link

Not working with Windows 11, NVIDIA GeForce GTX 1650 with Max-Q Design #74

Open DeepMarsoniya opened 2 years ago

DeepMarsoniya commented 2 years ago

I tried to run in windows 11, NVIDIA GeForce GTX 1650 with Max-Q Design, but it's not working

C:\Users\deepm\Downloads\profanity>profanity --leading f
Mode: leading
Target: Address
Devices:
  GPU0: NVIDIA GeForce GTX 1650 with Max-Q Design, 4294639616 bytes available, 14 compute units (precompiled = no)
  GPU1: Intel(R) UHD Graphics 630, 3370291200 bytes available, 24 compute units (precompiled = no)

Initializing OpenCL...
  Creating context...

image

Ashwinning commented 2 years ago

It detects 2 GPUs on your machine but fails on the integrated one, try adding --skip 1 to your arguments to skip the integrated GPU. profanity --skip 1 --leading f

kayu2kshow commented 2 years ago

Same error with me on HP Spectre x360 Covertible 15-eb0xxx Intel(R) Core(TM) i7-10510U CPU @ 1.80GHz 2.30 GHz Screenshot 2022-08-14 091140 Screenshot 2022-08-14 091030 Screenshot 2022-08-14 091011 Screenshot 2022-08-14 090949 Screenshot 2022-08-14 090924 Screenshot 2022-08-14 084603

kayu2kshow commented 2 years ago

Working now but only when 1 adapter is disabled. Any fix for this? Screenshot 2022-08-14 115021 Screenshot 2022-08-14 114925

Ashwinning commented 2 years ago

Your onboard GPU is showing up as GPU2. With all GPUs enabled, you can try adding multiple skips like so: profanity --skip 1 --skip 2 --leading f