You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 27, 2019. It is now read-only.
Added pre-compiled lists for adblock-filter and pre-compiled hosts file.
+ Added adblock.txt: Adblock-fitler list, this can be used with ublock
orgin, adblock plus etc etc.
+ Added hostfile.txt: pre-compiled hosts file that can be used as
applications such as adaway, DNS66 and every application that supports
hostfile format.
* Edited README.md: to documentate the change which has been made.
and a apology from me for the last commit: 9d53811 my rage went too far after the drama happend on linux mailinglists. Sorry about that. but that doesnt mean that COC will be returned. programming is not a politcal game.
Signed-off-by: marfjeh <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+25-11
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,20 @@ In September 2017, The PirateBay secretly added the JS miner without any user di
19
19
20
20
While it may seem like a great solution for the dying ads market, it's sad that the webmasters implemented it like a malware, without considering the end-user.
21
21
22
+
## How to use:
23
+
24
+
* Program's that supports hostfile format such as `adaway`, `ublock orgin`, `DNS66` you can use: `https://raw.githubusercontent.com/Marfjeh/coinhive-block/master/hostfile.txt`
25
+
* Or you prefer to use a adblock-filter list: `https://raw.githubusercontent.com/Marfjeh/coinhive-block/master/adblock.txt`
26
+
27
+
Those lists gets updated on every commit, so you dont need to change them anymore after release.
28
+
29
+
## My domain is in this list. What now?
30
+
If you beleaive this is a false-positive which can happen, please make an `issue` about this.
31
+
and we will resolve this ASAP.
32
+
33
+
Make also sure that your webhost isnt compromised.
34
+
35
+
22
36
## I'm using CoinHive on my site. What now?
23
37
We suggest asking the end-user for opt-in before operation. It's the user's choice whether they wish to participate.
24
38
If they don't, please respect their decision.
@@ -39,41 +53,41 @@ AntiMalwareBytes has also taken steps to block JS Miners stating:
39
53
Some of the domains in this repo are from [ZeroDot1/CoinBlockerLists][8]
40
54
Big shoutout to these guys. They're not just blocking JS miners, but every crypto-pool to make mining inside your network impossible. Very neat stuff for SysAdmins!
41
55
42
-
## How to install pre-compiled hostfile (ALL OS, Windows, Linux, Mac OSX, etc.)
43
-
[On this wiki page][7] there's a tutorial on installation for Windows, Linux and Mac OSX etc.
44
56
45
-
There are multiple options for compiling the hostfile. Several are listed below:
57
+
# Compiling
58
+
To compile the files yourself: Several ways are listed below:
46
59
47
-
## How to compile (Linux)
60
+
###How to compile (Linux)
48
61
```BASH
49
-
git clone https://github.com/Marfjeh/coinhive-block.git or git clone [email protected]:Marfjeh/coinhive-block.git
0 commit comments