Skip to content

Commit

Permalink
Windows README update
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 committed Apr 2, 2020
1 parent 6807bd9 commit 01b1327
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ If you want to see std::out log output, modify the logging.std_out variable in .
chia-start-node &
chia-start-wallet-gui &
```
If you're using Windows/WSL 2, you should instead run:
```bash
chia-start-node &
chia-websocket-server &
```
And then run `chia.exe` from the unzipped `chia-win32-x64` directory in Windows (not Ubuntu/WSL 2.)

## Step 3b: Run a farmer + full node + wallet
Instead of running only a full node (as in 4a), you can also run a farmer.
Expand Down

0 comments on commit 01b1327

Please sign in to comment.