Skip to content

Commit 6807bd9

Browse files
committed
Add Windows wallet install instructions.
1 parent 4d77ad2 commit 6807bd9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

INSTALL.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,14 @@ sudo apt-get install python3.7-venv python3.7-dev python3-pip git -y
6161
git clone https://github.com/Chia-Network/chia-blockchain.git
6262
cd chia-blockchain
6363

64-
# You will need to download the Windows native Wallet
65-
# and start chia-websocket-server in WSL2 instead of chia-wallet-gui
66-
6764
sh install.sh
6865
. ./activate
6966
```
67+
You will need to download the Windows native Wallet and unzip into somewhere convenient in Windows.
68+
69+
[main.js-win32-x64.zip](https://hosted.chia.net/beta-1.0-win64-wallet/main.js-win32-x64.zip)
70+
71+
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.
7072

7173
### Amazon Linux 2
7274

0 commit comments

Comments
 (0)