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
+18-11Lines changed: 18 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ 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.9.0_amd64.deb
147
+
sudo dpkg -i drplotter_0.10.0_amd64.deb
148
148
```
149
149
150
150
This will install drplotter, drsolver, and drchia for the harvester in the /usr/bin/ directory.
@@ -256,7 +256,7 @@ drsolver
256
256
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 +290,7 @@ On your harvester system, set the DRPLOTTER_CLIENT_TOKEN environment variable to
290
290
### System with Existing Chia Harvester
291
291
292
292
> [!IMPORTANT]
293
-
> Chia Network recently released new harvesters that break changes in 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.
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.
294
294
295
295
If you already have a chia setup for your system, you can simply run:
296
296
@@ -300,17 +300,14 @@ drchia start harvester -r
300
300
301
301
Make sure to include the -r to stop any previous harvesters and replace them with the drchia harvester.
302
302
303
-
Add any new plot directories you've plotted, as you would with chia's software, e.g.:
304
303
305
-
```
306
-
drchia plots add -d /your/plots/directory
307
-
```
308
304
309
305
### New System as Remote Harvester
310
306
311
-
If you don't have any harvester setup on your machine, you can follow the [chia official guide to setting up a remote harvester](https://docs.chia.net/farming-on-many-machines/) but use the `drchia` command instead of the `chia` command:
312
-
313
-
- First, run:
307
+
> [!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.
309
+
310
+
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:
314
311
315
312
```
316
313
drchia init
@@ -337,7 +334,13 @@ If you don't have any harvester setup on your machine, you can follow the [chia
337
334
port: 8447
338
335
```
339
336
Don't forget to save your changes.
340
-
337
+
338
+
Add any new plot directories you've plotted, as you would with chia's software, e.g.:
339
+
340
+
```
341
+
drchia plots add -d /your/plots/directory
342
+
```
343
+
341
344
Before you run your harvester, let's change the config so that you can see log outputs to check it's working. Run:
342
345
343
346
```
@@ -374,6 +377,10 @@ To check your DrPlots are submitting proofs, it's recommended to join a pool and
374
377
375
378
As a result, you can effectively monitor and ensure that your drplots are being farmed correctly and submitting proofs to the pool as anticipated.
376
379
380
+
## Using a local DrServer
381
+
382
+
Once you are comfortable using the token system and seeing your plots submitting proofs, consider adding a local `drserver` for improved performance, better logging, and continous runtime even in the event that drplotter.com goes offline. See the [wiki on using drserver](https://github.com/drnick23/drplotter/wiki/DrServer).
383
+
377
384
## Join Our Community
378
385
379
386
For real-time support, questions, or to engage with the DrPlotter community, please join the official DrPlotter Discord channel. Whether you're looking for help, interested in contributing, or just want to discuss Chia farming strategies, it's the perfect place to connect with fellow users and the developer.
0 commit comments