Skip to content

Client Prerequisites

Sein Coray edited this page Feb 20, 2017 · 21 revisions

Depending on which OS you want to run the client you need various prerequisites. Please make sure that you already installed the correct GPU drivers (if you have any GPU) or OpenCL drivers. We recommend that you make sure that Hashcat is running correctly, before trying to run it in an Hashtopussy Client.

Windows

TODO: are there any required things installed? .NET?

Linux

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF

echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list

sudo apt-get update

apt-get install mono-complete ca-certificates-mono to install desired runtime environment.

TODO: add the required mono libraries which need to be installed (preferable as apt-get command, as most people use this)

TODO: 7z binary is also required to be installed previous

Mac OS X

TODO: Here nearly the same stuff is required as with linux, just here we need to install it with brew (this is the way I know, there might be others)