Plutus icon indicating copy to clipboard operation
Plutus copied to clipboard

the system cannot find the path specified

Open rebull000 opened this issue 3 years ago • 31 comments

the system cannot find the path specified how to fix it ?

rebull000 avatar Apr 20 '22 17:04 rebull000

What path is the system looking for?

marssystems avatar Apr 20 '22 17:04 marssystems

now i have this: C:\Users\User>cd plutus && pip3 install -r requirements.txt Requirement already satisfied: starkbank-ecdsa==0.1.4 in c:\users\user\appdata\local\programs\python\python310\lib\site-packages (from -r requirements.txt (line 1)) (0.1.4)

C:\Users\User\plutus>

rebull000 avatar Apr 20 '22 17:04 rebull000

That's Ok - so what is your problem?

marssystems avatar Apr 20 '22 17:04 marssystems

I have a terminal in Polish, I don't know how to translate 'Nie mo'. I typed two commands, everything is fine I want to start the program I enter 'python3 plutus.py' and gets it: C:\Users\User\plutus>python3 plutus.py Nie mo C:\Users\User\plutus>

the whole thing looks like this: Microsoft Windows [Version 10.0.22000.556] (c) Microsoft Corporation. Wszelkie prawa zastrzeżone.

C:\Users\User>cd plutus && pip3 install -r requirements.txt Requirement already satisfied: starkbank-ecdsa==0.1.4 in c:\users\user\appdata\local\programs\python\python310\lib\site-packages (from -r requirements.txt (line 1)) (0.1.4)

C:\Users\User\plutus>python3 plutus.py Nie mo C:\Users\User\plutus>

rebull000 avatar Apr 20 '22 18:04 rebull000

Anything more after - Nie mo ?

marssystems avatar Apr 20 '22 18:04 marssystems

I wrote everything that is displayed to me

rebull000 avatar Apr 20 '22 18:04 rebull000

what happens when you run -

python3 plutus

marssystems avatar Apr 20 '22 18:04 marssystems

C:\Users\User>python3 plutus Nie mo C:\Users\User>

rebull000 avatar Apr 20 '22 18:04 rebull000

Can you run - dir - on your C:\Users\User\plutus directory? It looks like you don't have plutus.py in it.

marssystems avatar Apr 20 '22 18:04 marssystems

C:\Users\User>dir C:\Users\User\plutus Volume in drive C is OS Volume Serial Number is 8A6E-9737

Directory of C:\Users\User\plutus

20.04.2022 19:16 <DIR> . 20.04.2022 20:01 <DIR> .. 20.04.2022 18:13 <DIR> database 20.04.2022 19:34 <DIR> Plutus-master 20.04.2022 18:13 5 333 plutus.py 20.04.2022 18:13 86 plutus.txt 20.04.2022 18:12 4 707 README.md 20.04.2022 18:13 24 requirements.txt 4 File(s) 10 150 bytes 4 Dir(s) 625 603 534 848 bytes free

C:\Users\User>

rebull000 avatar Apr 20 '22 18:04 rebull000

Try running - python3 plutus.py

marssystems avatar Apr 20 '22 18:04 marssystems

still the same :D 'Nie mo'

rebull000 avatar Apr 20 '22 18:04 rebull000

Are you running this in a CMD window?

marssystems avatar Apr 20 '22 18:04 marssystems

yes

rebull000 avatar Apr 20 '22 18:04 rebull000

OK - Create a .bat file in the C:\Users\User\plutus directory named Run-Plutus.bat.

Edit the Run-Plutus.bat file and add this to it -

python plutus.py

pause

  • Save the file and then run it. (Double click it).

marssystems avatar Apr 20 '22 18:04 marssystems

'Edit the Run-Plutus.bat file and add this to it -' what should i edit?

rebull000 avatar Apr 20 '22 18:04 rebull000

Have you created the Run-Plutus.bat file?

marssystems avatar Apr 20 '22 19:04 marssystems

yes

rebull000 avatar Apr 20 '22 19:04 rebull000

OK - open it in Notepad - it will be empty.

Add -

python plutus.py

pause

Then save the file.

marssystems avatar Apr 20 '22 19:04 marssystems

btw sorry but I'm not a programmer but a cnc operator: D after opening i have it...: C:\Users\User\plutus># Plutus Bitcoin Brute Forcer '#' is not recognized as an internal or external command, operable program or batch file.

C:\Users\User\plutus># Made by Isaac Delly '#' is not recognized as an internal or external command, operable program or batch file.

C:\Users\User\plutus># https://github.com/Isaacdelly/Plutus '#' is not recognized as an internal or external command, operable program or batch file.

C:\Users\User\plutus>import os 'import' is not recognized as an internal or external command, operable program or batch file.

C:\Users\User\plutus>import pickle 'import' is not recognized as an internal or external command, operable program or batch file.

C:\Users\User\plutus>import hashlib 'import' is not recognized as an internal or external command, operable program or batch file.

C:\Users\User\plutus>import binascii 'import' is not recognized as an internal or external command, operable program or batch file.

C:\Users\User\plutus>import multiprocessing 'import' is not recognized as an internal or external command, operable program or batch file.

C:\Users\User\plutus>from ellipticcurve.privateKey import PrivateKey 'from' is not recognized as an internal or external command, operable program or batch file.

C:\Users\User\plutus>DATABASE = r'database/MAR_23_2019/' 'DATABASE' is not recognized as an internal or external command, operable program or batch file.

C:\Users\User\plutus>def generate_private_key(): 'def' is not recognized as an internal or external command, operable program or batch file.

C:\Users\User\plutus>""" '"""' is not recognized as an internal or external command, operable program or batch file.

C:\Users\User\plutus>Generate a random 32-byte hex integer which serves as a randomly 'Generate' is not recognized as an internal or external command, operable program or batch file.

C:\Users\User\plutus>generated Bitcoin private key. 'generated' is not recognized as an internal or external command, operable program or batch file.

C:\Users\User\plutus>Average Time: 0.0000061659 seconds 'Average' is not recognized as an internal or external command, operable program or batch file.

C:\Users\User\plutus>""" '"""' is not recognized as an internal or external command, operable program or batch file.

C:\Users\User\plutus>return binascii.hexlify(os.urandom(32)).decode('utf-8').upper() 'return' is not recognized as an internal or external command, operable program or batch file.

C:\Users\User\plutus>def private_key_to_public_key(private_key): 'def' is not recognized as an internal or external command, operable program or batch file.

rebull000 avatar Apr 20 '22 19:04 rebull000

It looks like your system can't find the python program.

You will have to add it to the 'path' variable in the System Environment Variables.

Search for 'system environment variables' and add the path to your python directory to it.

The path will be something like - C:\Users\User\AppData\Local\Programs\Python\Python310\

marssystems avatar Apr 20 '22 19:04 marssystems

I did what you told me to do, it is still the same as I wrote above.

rebull000 avatar Apr 20 '22 19:04 rebull000

Did you check it python is at - C:\Users\User\AppData\Local\Programs\Python\Python310\ ?

marssystems avatar Apr 20 '22 19:04 marssystems

Open a CMD window and just type - python

You should see this -

C:\windows\system32>python Python 3.10.4 (tags/v3.10.4:9d38120, Mar 23 2022, 23:13:41) [MSC v.1929 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information.

marssystems avatar Apr 20 '22 20:04 marssystems

C:\Users\User>python Python 3.10.4 (tags/v3.10.4:9d38120, Mar 23 2022, 23:13:41) [MSC v.1929 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information.

rebull000 avatar Apr 20 '22 20:04 rebull000

I have something like that exactly

rebull000 avatar Apr 20 '22 20:04 rebull000

OK - that means that python is OK

So if you now double click the Run-Plutus. bat file it should work.

marssystems avatar Apr 20 '22 20:04 marssystems

Still nothing happens, Still the same. I don't think there is any point in trying to figure it out. Is this program worth anything at all? Did you find anything?

rebull000 avatar Apr 20 '22 20:04 rebull000

No - I haven't found anything yet. But the program works fine for me.

marssystems avatar Apr 20 '22 20:04 marssystems

I will try to delete all the data and do everything from scratch. Thanks for your help and time!

rebull000 avatar Apr 20 '22 20:04 rebull000

OK - good luck!

marssystems avatar Apr 20 '22 20:04 marssystems