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
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,17 +144,11 @@ Make sure you meet the minimum requirements above. Then, download the latest .de
144
144
In the command line, run dpkg on your downloaded file, for example:
145
145
146
146
```
147
-
sudo dpkg -i drplotter_0.11.0_amd64.deb
147
+
sudo dpkg -i drplotter_0.12.0_amd64.deb
148
148
```
149
149
150
150
This will install drplotter, drsolver, and drchia for the harvester in the /usr/bin/ directory.
151
151
152
-
You'll also need to install the protobuf library for drsolver:
153
-
154
-
```
155
-
sudo apt-get install libprotobuf23
156
-
```
157
-
158
152
If at any point you want to remove drplotter, to uninstall run:
159
153
160
154
```
@@ -256,7 +250,7 @@ drsolver
256
250
DrSolver will run and connect to Solver Server. Once connected, it will display your connected harvesters and solvers that are linked using the same client token. Below is an example output:
@@ -290,7 +284,7 @@ On your harvester system, set the DRPLOTTER_CLIENT_TOKEN environment variable to
290
284
### System with Existing Chia Harvester
291
285
292
286
> [!IMPORTANT]
293
-
> Chia Network recently released new update 2.2.x that breaks changes in the harvester<->farmer protocol and config.yaml files. If you have trouble with this section on an existing chia harvester, remove your ~/.chia/ directory and setup again using drchia init instead as explained in the next section.
287
+
> The drchia harvester from version 0.11.0 onwards only supports the latest Chia farmer releases with update 2.2.x or later.
294
288
295
289
If you already have a chia setup for your system, you can simply run:
296
290
@@ -305,7 +299,7 @@ Make sure to include the -r to stop any previous harvesters and replace them wit
305
299
### New System as Remote Harvester
306
300
307
301
> [!IMPORTANT]
308
-
The latest chia farmer 2.2.x has breaking changes in the harvester<->farmer protocol. You must stay on a chia farmer 2.1.x in order for `drchia harvester` to connect.
302
+
You must have a chia farmer with version 2.2.x or later in order for `drchia harvester` to connect.
309
303
310
304
Currently, you need a chia farmer/node on a seperate machine or VM, and connect to it remotely using `drchia`. On the machine for your `drchia` harvester, first run:
0 commit comments