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
* README: Use official docker image
* CONTRIBUTING: Start using main instead of dev
* CHANGELOG: Add version 0.7.1
* README: Section about systemd service
- Optional notification for plot increases - thanks [@Connor-Knabe](https://github.com/Connor-Knabe)!
24
+
- Ability to run in sandboxed systemd service - thanks [@alexking](https://github.com/alexking)!
25
+
- Option to disable SMPT Auth - thanks [@unsocial-bleach](https://github.com/unsocial-bleach)!
26
+
- Config for log handlers and option to filter dust storm wallet events - thanks [@egeedot](https://github.com/egeedot) and [@martomi](https://github.com/martomi)!
27
+
28
+
### Fixed
29
+
- Thanks [@kanasite](https://github.com/kanasite) for fixing the block parser and adding tests!
30
+
31
+
10
32
## [0.7.0] - 2021-07-29
11
33
12
34
This release adds support for pooling!
@@ -195,7 +217,9 @@ The purpose of this minor release is to get out a few fixes. No new features in
195
217
- Adds basic condition checks for harvester operations.
196
218
- Adds integration for Pushover (mobile notifications).
Copy file name to clipboardExpand all lines: README.md
+12-15
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ one of your external HDDs disconnected and your harvester doesn't have access to
38
38
## Access & Security
39
39
40
40
It only requires read-access to your `debug.log` file and internet connection to send out notifications. It's highly
41
-
recommended that you run `chiadog` in a sandboxed environment - this is described in the advanced section below.
41
+
recommended that you run `chiadog` in a sandboxed environment. Please use the official [docker image](https://github.com/martomi/chiadog/pkgs/container/chiadog/versions).
42
42
43
43
Furthermore, following best security practices, you
44
44
should [keep your wallet separate](https://github.com/Chia-Network/chia-blockchain/wiki/Good-Security-Practices-on-Many-Machines#keep-your-wallet-separate).
0 commit comments