Skip to content

Commit 5ef57f3

Browse files
authored
Update readme dr server (#45)
* Readme for 0.10.0
1 parent ca0b89b commit 5ef57f3

2 files changed

Lines changed: 18 additions & 11 deletions

File tree

README.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ 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.9.0_amd64.deb
147+
sudo dpkg -i drplotter_0.10.0_amd64.deb
148148
```
149149

150150
This will install drplotter, drsolver, and drchia for the harvester in the /usr/bin/ directory.
@@ -256,7 +256,7 @@ drsolver
256256
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:
257257
258258
```
259-
DrPlotter Solver v0.9.0
259+
DrPlotter Solver v0.10.0
260260

261261
DrPlotter Farm Status
262262
--------------------------------------------------------------------------------
@@ -290,7 +290,7 @@ On your harvester system, set the DRPLOTTER_CLIENT_TOKEN environment variable to
290290
### System with Existing Chia Harvester
291291
292292
> [!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.
294294
295295
If you already have a chia setup for your system, you can simply run:
296296
@@ -300,17 +300,14 @@ drchia start harvester -r
300300
301301
Make sure to include the -r to stop any previous harvesters and replace them with the drchia harvester.
302302
303-
Add any new plot directories you've plotted, as you would with chia's software, e.g.:
304303
305-
```
306-
drchia plots add -d /your/plots/directory
307-
```
308304
309305
### New System as Remote Harvester
310306
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:
314311
315312
```
316313
drchia init
@@ -337,7 +334,13 @@ If you don't have any harvester setup on your machine, you can follow the [chia
337334
port: 8447
338335
```
339336
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+
341344
Before you run your harvester, let's change the config so that you can see log outputs to check it's working. Run:
342345
343346
```
@@ -374,6 +377,10 @@ To check your DrPlots are submitting proofs, it's recommended to join a pool and
374377
375378
As a result, you can effectively monitor and ensure that your drplots are being farmed correctly and submitting proofs to the pool as anticipated.
376379
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+
377384
## Join Our Community
378385
379386
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.
48.6 KB
Loading

0 commit comments

Comments
 (0)