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
313 stars 130 forks source link

Noob Issue #30

Closed labrechejeremy closed 2 years ago

labrechejeremy commented 2 years ago

Hi everyone im looking into this to learn and fun and try to start the .py file and when i start it show this

python3 /home/kali/Btcbf/Btcbf.py Traceback (most recent call last): File "/home/kali/Btcbf/Btcbf.py", line 3, in from bit import Key ModuleNotFoundError: No module named 'bit'

SubGlitch1 commented 2 years ago

Hi everyone im looking into this to learn and fun and try to start the .py file and when i start it show this

python3 /home/kali/Btcbf/Btcbf.py Traceback (most recent call last): File "/home/kali/Btcbf/Btcbf.py", line 3, in from bit import Key ModuleNotFoundError: No module named 'bit'

pip3 install bit or pip install bit or python3 -m pip install bit or python -m pip install bit

vlnahp commented 2 years ago

Hey @labrechejeremy! is your problem solved?