Skip to content

Commit

Permalink
Remove experimental windows instructions
Browse files Browse the repository at this point in the history
Not yet ready for release. Needs more testing and better instructions.
  • Loading branch information
martomi committed Apr 27, 2021
1 parent 65c9f68 commit 6755db4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 51 deletions.
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,14 @@ For detailed guide on how to test and configure, please refer to [INTEGRATIONS.m

## Pre-requisites

- Linux, MacOS, Windows
- Linux or MacOS, ([maybe](https://github.com/martomi/chiadog/pull/43) Windows)
- Python 3.7+
- Enabled `INFO` logs on your chia farmer

### How to enable INFO logs on chia farmer?

First configure the log level to `INFO`. This ensures that all logs necessary for chiadog to operate are available
under `~/.chia/mainnet/log/debug.log`. (Windows: `C:\Users\<username>\.chia\mainnet\log\debug.log`)

Windows: The below commands are equivalent on Windows. But you need go to this
folder `cd C:\Users\<username>\AppData\Local\chia-blockchain\app-1.1.0\resources\app.asar.unpacked\daemon` and execute
with `.\chia.exe ...`
under `~/.chia/mainnet/log/debug.log`.

```
chia configure -log-level=INFO
Expand Down Expand Up @@ -94,11 +90,7 @@ cd chiadog
2. Run the install script.

```
# Linux & MacOS
./install.sh
# Windows
./install.ps1
```

3. Copy the example config file
Expand Down Expand Up @@ -134,11 +126,7 @@ git pull
2. Start the watchdog

```
# Linux / MacOS
./start.sh
# Windows
./start.ps1
```

3. Verify that your plots are detected. Within a few seconds you should see INFO log:
Expand Down
24 changes: 0 additions & 24 deletions install.ps1

This file was deleted.

13 changes: 0 additions & 13 deletions start.ps1

This file was deleted.

0 comments on commit 6755db4

Please sign in to comment.