Skip to content

Commit

Permalink
Add Windows wallet install instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 committed Apr 2, 2020
1 parent 4d77ad2 commit 6807bd9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,14 @@ sudo apt-get install python3.7-venv python3.7-dev python3-pip git -y
git clone https://github.com/Chia-Network/chia-blockchain.git
cd chia-blockchain

# You will need to download the Windows native Wallet
# and start chia-websocket-server in WSL2 instead of chia-wallet-gui

sh install.sh
. ./activate
```
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)

Instead of `chia-start-wallet-ui &` as explained in the [README.md](README.md) you run `chia-websocket-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-websocket-server` you can run `chia.exe` from the unzipped `chia-win32-x64` directory.

### Amazon Linux 2

Expand Down

0 comments on commit 6807bd9

Please sign in to comment.