the system cannot find the path specified
the system cannot find the path specified how to fix it ?
What path is the system looking for?
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>
That's Ok - so what is your problem?
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>
Anything more after - Nie mo ?
I wrote everything that is displayed to me
what happens when you run -
python3 plutus
C:\Users\User>python3 plutus Nie mo C:\Users\User>
Can you run - dir - on your C:\Users\User\plutus directory? It looks like you don't have plutus.py in it.
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>
Try running - python3 plutus.py
still the same :D 'Nie mo'
Are you running this in a CMD window?
yes
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).
'Edit the Run-Plutus.bat file and add this to it -' what should i edit?
Have you created the Run-Plutus.bat file?
yes
OK - open it in Notepad - it will be empty.
Add -
python plutus.py
pause
Then save the file.
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.
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\
I did what you told me to do, it is still the same as I wrote above.
Did you check it python is at - C:\Users\User\AppData\Local\Programs\Python\Python310\ ?
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.
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.
I have something like that exactly
OK - that means that python is OK
So if you now double click the Run-Plutus. bat file it should work.
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?
No - I haven't found anything yet. But the program works fine for me.
I will try to delete all the data and do everything from scratch. Thanks for your help and time!
OK - good luck!