Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Chia-Network/chia-blockchain into…
Browse files Browse the repository at this point in the history
… beta-1.2
  • Loading branch information
mariano54 committed Apr 5, 2020
2 parents 2e47378 + 1212590 commit 2aeb4db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To install the chia-blockchain node, follow the instructions according to your o
After installing, follow the remaining instructions in [README.md](README.md) to run the software.

### MacOS
Make sure [brew](https://brew.sh/) is available before starting the setup.
Currently Catalina (10.15.x) is required. Make sure [brew](https://brew.sh/) is available before starting the setup.
```bash
brew upgrade python
brew install npm gmp
Expand Down Expand Up @@ -66,7 +66,7 @@ sh install.sh
```
You will need to download the Windows native Wallet and unzip into somewhere convenient in Windows.

[main.js-win32-x64.zip](https://hosted.chia.net/beta-1.0-win64-wallet/main.js-win32-x64.zip)
[Download: chia-win32-x64.zip](https://hosted.chia.net/beta-1.0-win64-wallet/chia-win32-x64.zip)

Instead of `chia-start-wallet-ui &` as explained in the [README.md](README.md) you run `chia-start-wallet-server &` in Ubuntu/WSL 2 to allow the Wallet to connect to the Full Node running in Ubuntu/WSL 2. Once you've enabled `chia-start-wallet-server &` you can run `chia.exe` from the unzipped `chia-win32-x64` directory.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ chia-start-wallet-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.
Instead of running only a full node (as in 3a), you can also run a farmer.
Farmers are entities in the network who use their hard drive space to try to create
blocks (like Bitcoin's miners), and earn block rewards. First, you must generate some hard drive plots, which
can take a long time depending on the [size of the plots](https://github.com/Chia-Network/chia-blockchain/wiki/k-sizes)
Expand Down

0 comments on commit 2aeb4db

Please sign in to comment.