Releases: Eelviny/chia-docker
Releases · Eelviny/chia-docker
1.2.5
Update to 1.2.5!
In release 1.2.4 came stricter requirements on the permissions that files must have set within the chia-db volume. To work around this and to improve security, I've reworked the Dockerfile for the farmer to use a non-root user when running.
This does mean that when updating to the newest version, you'll have to do some extra steps to get your farmer to accept the existing chia-db volume as the files are currently owned by the root user. See the troubleshooting guide here to fix this.
Other things:
- Updated plotter to 1.2.5. I myself have now moved to exclusively using the madmax plotter, so this is untested.
- The farmer container will now give the chia node's debug.log as standard output, instead of a periodic chia wallet show.
- Made some changes to the README - using a drive pool in ZFS is not actually a good idea because losing one drive in a non-redundant pool will mean all plots are lost. Instead it now talks about mounting multiple drives in the same directory.
I actually managed to corrupt my wallet when I was updating to 1.2.5, meaning I have to resync. I highly recommend making a backup of your chia-db volume before performing this update. Don't do what I did, folks.