Plutus icon indicating copy to clipboard operation
Plutus copied to clipboard

How to solve Value Problem base 16 (Linux)

Open Nasdorove opened this issue 1 year ago • 3 comments

  1. If you have windows 10/11 go to "windows feature activate or deactivate"
  2. click "windows subsystem for linux ON"
  3. click "VM-Platform" ON
  4. Make sure you have the latest version of Windows 11. Open the Microsoft Store and search for "Linux" or "Ubuntu" to find the app. Click "Get" to download and install the app. Once the app is installed, open it and follow the prompts to set it up.
  5. Make sure that you have the latest package list by running the command "sudo apt-get update" in VM Linux window
  6. put thi in window git clone https://github.com/Isaacdelly/Plutus.git plutus
  7. install open SSL on windows
  8. put this in window: cd plutus && pip3 install -r requirements.txt
  9. search for "openssl version -d" in VM linux window
  10. use the path shown in window with "cd -your path-"
  11. put in "nano openssl.cnf"
  12. Make sure that the config file contains following lines:

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 :)

Nasdorove avatar Jan 28 '23 12:01 Nasdorove

and for window ?

argalabu avatar Jan 28 '23 13:01 argalabu

Sry I dont have solution for Windows. Just install VM Ubuntu over Terminal and learn basica to use it :/

Nasdorove avatar Jan 28 '23 17:01 Nasdorove

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.

konigsberg9 avatar Feb 14 '23 05:02 konigsberg9