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
Copy file name to clipboardExpand all lines: README.md
+24-23Lines changed: 24 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,22 @@
2
2
3
3
KickDropMiner automatically watches Kick livestreams and claims Drops. This fully refactored miner provides a single, local Web UI that lets you run, control, and monitor the farming process in your browser.
4
4
5
+
now with **one-click cookie paste** — no files needed!
6
+
5
7
---
6
8
7
9
## 🚀 Simplest Usage (Windows Package)
8
10
9
11
**Just want to run KickDropMiner on Windows? Here’s the easiest possible way:**
10
12
11
13
1.**Download the pre-built Windows package** from [Releases](https://github.com/Abolfazl74/kickdropminer/releases) (`KickDropMiner.exe`).
12
-
2.**Export your Kick cookies** as `cookies.txt` (see [cookie export instructions below](#exporting-cookies)).
13
-
3.**Put `cookies.txt` in the same folder** as `KickDropMiner.exe`.
14
-
4.**Double-click `KickDropMiner.exe` to start**.
15
-
5.**Open [http://localhost:8080](http://localhost:8080) in your browser to use the Web UI!**
14
+
2.**Double-click `KickDropMiner.exe` to start**.
15
+
3. Open [http://localhost:8080](http://localhost:8080) in your browser.
16
+
4.**Authenticate in one of two ways** (both work perfectly):
17
+
-**Easiest (new)**: Click the "Authenticate" button → paste your Kick cookies directly → Save & Connect
18
+
-**Classic**: Put a valid `cookies.txt` in the same folder as the .exe (see [Exporting Cookies](#exporting-cookies) below)
19
+
20
+
That’s it — the miner will connect instantly with either method!
16
21
17
22
No Python or installing required.
18
23
_If you want to customize settings, find `config.ini` in the same folder and edit as needed._
@@ -86,7 +91,7 @@ _If you want to customize settings, find `config.ini` in the same folder and edi
86
91
87
92
4. **Export and place your Kick cookies:**
88
93
89
-
- Export all your cookiesin Netscape `cookies.txt` format and place in the project directory.
94
+
- see [Exporting Cookies](#exporting-cookies) below
90
95
91
96
5. **Start the Web UI:**
92
97
@@ -102,38 +107,34 @@ _If you want to customize settings, find `config.ini` in the same folder and edi
102
107
103
108
## Exporting Cookies
104
109
105
-
You need Kick cookies (including `session_token`) in Netscape `cookies.txt`format.
110
+
You need Kick cookies (including `session_token`) in Netscape format.
106
111
107
112
### Recommended Addons
108
-
109
113
To export your Kick cookies in the proper format, use one of these official browser extensions:
0 commit comments