Open Nasdorove opened 1 year ago
and for window ?
Sry I dont have solution for Windows. Just install VM Ubuntu over Terminal and learn basica to use it :/
Sry I dont have solution for Windows. Just install VM Ubuntu over Terminal and learn basica to use it :/
Please advise, I've spent hours on this.... I did everything per instructions but at the end I cannot start the script
/usr/lib/ssl cd C:\Users\koneg\OneDrive\Desktop\Plutus-master -bash: /usr/lib/ssl: Is a directory konigman@DESKTOP-3TG6V3T:~$ python3 plutus.py cpu_count=5 verbose=1 python3: can't open file '/home/konigman/plutus.py': [Errno 2] No such file or directory
EDIT: Solved, issue with OpenSSL. Need OpenSSL 1.1.1 to work.
openssl_conf = openssl_init
[openssl_init] providers = provider_sect
[provider_sect] default = default_sect legacy = legacy_sect
[default_sect] activate = 1
[legacy_sect] activate = 1
CTRL+x and Enter
Now you can go to cd plutus and put in python3 plutus.py cpu_count=5 verbose=1
and the program is bruteforcing adresses and they are shown in the VM window + your CPU is not outmaxed, because I only use 50% of my cpu to not make my Laptop explode :)