Hashcat on VPS (CPU only)
#6
try latest beta version of hashcat from https://hashcat.net/beta/

if it's really an intel CPU, you should install the intel OpenCL runtime from: https://software.intel.com/content/www/u...pu-section

if you really want to use POCL, use the latest version. Compile it like this (after uninstalling all the other drivers and older versions of POCL):
Code:
sudo apt install -y build-essential ocl-icd-libopencl1 cmake git pkg-config libclang-dev clang llvm make ninja-build ocl-icd-libopencl1 ocl-icd-dev ocl-icd-opencl-dev libhwloc-dev zlib1g zlib1g-dev clinfo dialog apt-utils

git clone https://github.com/pocl/pocl

cd pocl/
mkdir build/
cd build/
cmake ..
make
sudo make install


sudo cp pocl.icd /etc/OpenCL/vendors/

(see https://github.com/hashcat/hashcat/issue...-628732757)
Reply


Messages In This Thread
Hashcat on VPS (CPU only) - by Nism0 - 01-13-2020, 03:53 PM
RE: Hashcat on VPS (CPU only) - by blacktraffic - 01-13-2020, 04:31 PM
RE: Hashcat on VPS (CPU only) - by Nism0 - 01-13-2020, 04:37 PM
RE: Hashcat on VPS (CPU only) - by philsmd - 01-13-2020, 04:49 PM
RE: Hashcat on VPS (CPU only) - by dizcza - 06-12-2020, 09:37 AM
RE: Hashcat on VPS (CPU only) - by philsmd - 06-12-2020, 09:44 AM
RE: Hashcat on VPS (CPU only) - by dizcza - 06-12-2020, 11:52 AM