vlnahp / Btcbf

Bitcoin private key brute force tool, written in python. Also can be used as a bitcoin wallet generator.
GNU Affero General Public License v3.0
339 stars 137 forks source link

Btcbf.py won't run #71

Closed LU5GOON closed 2 months ago

LU5GOON commented 10 months ago

Hello,

I used to have this running whilst on an older build of Windows. I am currently on Windows 11 23H2 and having some issues here.

All requirements installed successfully, i am also running Python 3.12

image

Any ideas on what the issue here could be?

Thank you.

LU5GOON commented 10 months ago

Just adding more to this, with some research it appears there is a known issue with cffi-1.16.0 with how pip fails to build wheels with it when installed.

If there is a known workaround here for now, happ to use that if someone can please share.

Thank you.

goldenhippo58 commented 8 months ago

Try this

pip install --upgrade pip pip install cffi

^^^if this causes problems try the following pip install cffi==1.14.6

let me know if that does the trick

vlnahp commented 7 months ago

Hello @LU5GOON The easy solution?! Linux OS.

In case of insisting on keeping using windows, you need to install Microsoft C++ Build Tools