Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: pyethrecover Program help
Post: RE: pyethrecover Program help

(Jun-11-2017, 05:53 AM)Nozu Wrote: python pyethrecover.py -w wallet -s pa ... is  that did you specify a path to your wallet keyfile after -w ? Shouldn't the word "wallet" be replaced with the path...
Able98 General Coding Help 24 21,678 Jun-13-2017, 12:22 PM
    Thread: Is there a better way
Post: Is there a better way

Is there a better way of doing this? f = open(somename.dat) print ("{0}" .format(f.name) + ".txt")output is "somename.dat.txt" Also want just the file name without the "dat" extension so output will...
Able98 General Coding Help 2 2,895 Jun-10-2017, 03:36 PM
    Thread: Why does this hang the system up
Post: RE: Why does this hang the system up

(Jun-09-2017, 01:03 PM)sparkz_alot Wrote: If you wish to continue with your current path, you should post a link to the code, in it's entirety, and what it is that you are hoping to 'adapt' it to do...
Able98 General Coding Help 15 10,058 Jun-09-2017, 09:03 PM
    Thread: Why does this hang the system up
Post: RE: Why does this hang the system up

(Jun-09-2017, 12:16 AM)nilamo Wrote: Just because we know python, doesn't mean we know all of the 3rd party packages that have ever been written for it :p I am so, so, so Sorry. Not meant the way I ...
Able98 General Coding Help 15 10,058 Jun-09-2017, 08:29 AM
    Thread: Why does this hang the system up
Post: RE: Why does this hang the system up

(Jun-08-2017, 04:46 PM)nilamo Wrote: (Jun-08-2017, 01:02 PM)Able98 Wrote: Parallel(n_jobs=-1)(delayed(attempt)(w, pw) for pw in pwds)What is Parallel?  What's delayed? delayed looks like a decorat...
Able98 General Coding Help 15 10,058 Jun-08-2017, 07:07 PM
    Thread: Why does this hang the system up
Post: RE: Why does this hang the system up

Does this help? class PasswordFoundException (Exception): pass def attempt(w, pw): # sys.stdout.write("\r") # sys.stdout.write("\rAttempt #%d: %s" % (counter.value, pw)) #prints si...
Able98 General Coding Help 15 10,058 Jun-08-2017, 01:02 PM
    Thread: Why does this hang the system up
Post: RE: Why does this hang the system up

If I hit control C multiple times it will finally stop the program. It just takes a while. Since I now have access to the terminal output I can see there are multiple exception messages. Perhaps ten o...
Able98 General Coding Help 15 10,058 Jun-08-2017, 11:44 AM
    Thread: Why does this hang the system up
Post: RE: Why does this hang the system up

It seems to not allow me to do anything else on the desktop. The mouse still moves as it should and that is about it. Here is what it says 71 return "" 72 try: 73 o =...
Able98 General Coding Help 15 10,058 Jun-08-2017, 12:39 AM
    Thread: Why does this hang the system up
Post: Why does this hang the system up

Thiese two examples seem to hang up the system. raise FoundException("""\n\nYour password is:\n%s""" % o)there seems to be no def for it. in another code example, there is a def and it looks like th...
Able98 General Coding Help 15 10,058 Jun-07-2017, 07:59 PM
    Thread: LIB install failure
Post: RE: LIB install failure

Solved it. It was in the docs as you said. Had to do this first: sudo apt-get install libssl-dev
Able98 General Coding Help 2 3,926 Jun-07-2017, 06:41 PM
    Thread: LIB install failure
Post: LIB install failure

This is failing for me. Please Advise. sudo apt install git sudo git clone https://github.com/ethereum/pyethereum cd pyethereum sudo python3 setup.py installInstalled /usr/local/lib/python3.5/dist-pa...
Able98 General Coding Help 2 3,926 Jun-07-2017, 05:53 PM
    Thread: invalid syntax
Post: RE: invalid syntax

I am not the only one having problems with this program. Others have posted elsewhere their inability to get it going. I do not think it will run as is in either version. I did change it to "as" as I...
Able98 General Coding Help 3 7,479 May-31-2017, 08:22 PM
    Thread: pip command not found
Post: RE: pip command not found

Thanks. I guess it is running. I will go over your tutorial and recheck what I have done.
Able98 General Coding Help 7 52,788 May-31-2017, 07:30 PM
    Thread: invalid syntax
Post: invalid syntax

I guess I have got python running. This is the command line: python3 pyethrecover.py -w wallet.json -p 1234 There is a syntax error. Can you make anthing of it from this:  File "pyethrecover.py", l...
Able98 General Coding Help 3 7,479 May-31-2017, 07:28 PM
    Thread: pip command not found
Post: RE: pip command not found

(May-31-2017, 04:33 PM)wavic Wrote: sudo apt install python-pip That did it. It now suggests I upgrade by typing: pip install --upgrade pip Should I do it?
Able98 General Coding Help 7 52,788 May-31-2017, 04:43 PM
    Thread: pip command not found
Post: RE: pip command not found

I am now getting this message "The program 'pip' is currently not installed. You can install it by typing: sudo apt install python3-pip
Able98 General Coding Help 7 52,788 May-31-2017, 04:25 PM
    Thread: pip command not found
Post: pip command not found

I just installed Ubuntu 16.04 and checking in the terminal it has both python2 and python3. However, when I type sudo pip install joblib I get a command not found error. I guess I need to install p...
Able98 General Coding Help 7 52,788 May-31-2017, 03:51 PM
    Thread: Attempting to get pkg-config working
Post: Attempting to get pkg-config working

Attempting to use pkg-config-lite-0.28-1, based on pkg-config-0.28 to get pkg-config working. Taken from:  https://sourceforge.net/projects/pkgconfiglite/files/ I have extracted it and added it to th...
Able98 General Coding Help 0 3,130 Apr-02-2017, 03:51 PM
    Thread: Trying Again
Post: RE: Trying Again

If I understand correctly, out of the lib I am trying to install or import, I only need one function - "decode_keystore_json". So, I just copied it and placed it in my code and commented out the impo...
Able98 General Coding Help 2 3,986 Apr-01-2017, 11:30 AM
    Thread: Trying Again
Post: Trying Again

Now that I installed Windows 7 pro and Python 2.7.13 I am trying to get it running. Newer "better" version found here: https://github.com/danielchalef/pyethrecoverv3 This is my first snag: Output:...
Able98 General Coding Help 2 3,986 Mar-30-2017, 05:13 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020