Skip to content

Commit 60431e0

Browse files
authored
Update README.md
1 parent 3341ced commit 60431e0

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -144,17 +144,11 @@ Make sure you meet the minimum requirements above. Then, download the latest .de
144144
In the command line, run dpkg on your downloaded file, for example:
145145

146146
```
147-
sudo dpkg -i drplotter_0.11.0_amd64.deb
147+
sudo dpkg -i drplotter_0.12.0_amd64.deb
148148
```
149149

150150
This will install drplotter, drsolver, and drchia for the harvester in the /usr/bin/ directory.
151151

152-
You'll also need to install the protobuf library for drsolver:
153-
154-
```
155-
sudo apt-get install libprotobuf23
156-
```
157-
158152
If at any point you want to remove drplotter, to uninstall run:
159153

160154
```
@@ -256,7 +250,7 @@ drsolver
256250
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:
257251
258252
```
259-
DrPlotter Solver v0.11.0
253+
DrPlotter Solver v0.12.0
260254

261255
DrPlotter Farm Status
262256
--------------------------------------------------------------------------------
@@ -290,7 +284,7 @@ On your harvester system, set the DRPLOTTER_CLIENT_TOKEN environment variable to
290284
### System with Existing Chia Harvester
291285
292286
> [!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.
294288
295289
If you already have a chia setup for your system, you can simply run:
296290
@@ -305,7 +299,7 @@ Make sure to include the -r to stop any previous harvesters and replace them wit
305299
### New System as Remote Harvester
306300
307301
> [!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.
309303
310304
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:
311305

0 commit comments

Comments
 (0)