T
T
Tsigulev Vitaly2014-01-06 01:49:22
Python
Tsigulev Vitaly, 2014-01-06 01:49:22

run python script on windows

It is required to run this script on Windows
https://github.com/pierce403/keyhunter
I can work with the command line, installed python and tried to run:

C:\>C:\Python33\python.exe C:\keyhunter.py C:\log.txt
  File "C:\keyhunter.py", line 12
    print "./keyhunter.py <filename>"
                                    ^
SyntaxError: invalid syntax

Description of the script in English - www.pxdojo.net/2013/12/bitcoin-private-key-necroma...
Description in Russian - web-payment.ru/blogitem/79
In a nutshell: the script should find private keys from remote wallets bitcoin

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey, 2014-01-06
@ZeLib0ba

So 2.7 is needed in 3.3 print is already in mandatory (), so you have an error and creeps

S
Sergey, 2014-01-06
Protko @Fesor

Try to remove C:\log.txt from the list of arguments, and it will skip the 12th line.
everything should look like it should work... maybe the problem is that you have python version 3.3, but you need 2.7, let's say...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question