Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sorry for the stupid question, but I couldn't get it working on Kali Linux #2

Open
sqsezs opened this issue Apr 2, 2019 · 3 comments
Labels

Comments

@sqsezs
Copy link

sqsezs commented Apr 2, 2019

python3 brute_force.py

Traceback (most recent call last):
File "brute_force.py", line 3, in
from bitcoin import G, fast_multiply
ModuleNotFoundError: No module named 'bitcoin'

How and from where to import it>?

@darosior
Copy link

darosior commented Apr 2, 2019

Hi,

You have to pip install bitcoin whether in a virtualenv (preferred) or globally (in this case replace pip by pip3).

@marcvincenti
Copy link
Owner

As @darosior said, you have to install the bitcoin dependency for some scripts.
However, you have to understand that most of theses scripts are proof-of-concept.
If you really wish to bruteforce something, i would update the substract_optim.py script.
However, this last one has a high space complexity, but i think we can do better (not quite sure, but there is an algo for the discrete-log with a constant space complexity and running-time complexity of O(2^(n/2))).

@Qguess
Copy link

Qguess commented Jun 28, 2019

@mvcrypto create discord channel can chat more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants