DrPlotter v0.12.0
DrPlotter v0.12.0
This update upgrades the drchia harvester
to support Chia's farmer 2.2.x releases.
Important
You must have Chia farmer version 2.2.1 or the latest release, otherwise your drchia start harvester
will produce errors and you will fail to create pool partials or blocks.
What's New in 0.12.0:
drchia start harvester
now connects to a Chia farmer with version 2.2.x or higher.- minor bug fix where you had to set a DRPLOTTER_CLIENT_TOKEN before you could use the local drserver. Now this isn't necessary.
Developer fees
The developer fees are already integrated into the plots you create, with no additional fees. For more information, see the section on developer and contribution structure.
Installation and Compatibility
Make sure you have a Chia's farmer 2.2 and upwards.
For users on Ubuntu 22.04, it is recommended to use the .deb package. Other linux distributions can use the tar file.
Using the .deb package
-
Download
drplotter_0.12.0_amd64.deb
and execute:sudo dpkg -i drplotter_0.12.0_amd64.deb
Using the tar.gz file:
- Download
drplotter-0.12.0-x86_64.tar.gz
, untar the file, and utilize the included binaries.
To upgrade from a previous DrPlotter version, you will need to remove your chia config directory on your drchia harvester machine:
rm -rf ~/.chia/mainnet/config/
then reconfigure drchia with:
drchia init
drchia init -c /your/farmer/certificates/directory/
drchia configure --log-level INFO
drchia plots add -d /add/all/your/drplot/directories
nano ~/.chia/mainnet/config/config.yaml <-- in harvester: section set your farmer_peers ip address to your chia farmer 2.2.x
For more details, refer to the main github documentation:
Installation instructions
Support and Community
For direct support, request features, and to connect with fellow Chia farmers, I invite you to join the DrPlotter Discord. It's a great place to share experiences, get help from myself and community members, and stay updated on the latest news and updates.