Skip to content
This repository has been archived by the owner on Dec 27, 2019. It is now read-only.

Compiling and installing on Windows (95 and higher)

MegaXLR edited this page Jan 28, 2018 · 1 revision

Downloading

You'll need to have Git installed to clone the repository.

git clone https://github.com/Marfjeh/coinhive-block.git or git clone git@github.com:Marfjeh/coinhive-block.git

Or download it as a ZIP from Github (Green button)

We provide a Python script for windows users to compile it. This will require you to have Python (2 or 3) installed.

cd coinhive-block
python make.py
copy /b %windir%/drivers/etc/hosts + hostfile %windir%/drivers/etc/hosts (as admin)

Precompiled

Alternatively, We provide the precompiled hostfile. These are compiled on Debian GNU/Linux or Ubuntu Linux but will work on any Windows version just fine.

Download the latest release from the releases page. Open Command prompt as an admin and run the following command:

copy /b %windir%/drivers/etc/hosts + hostfile %windir%/drivers/etc/hosts
Clone this wiki locally