Windows Installer documentation

This commit is contained in:
Gene Hoffman 2020-04-08 17:32:22 -07:00
parent 2bafb35c23
commit 5b16ae1185
No known key found for this signature in database
GPG Key ID: AE8989DA18CADC80
2 changed files with 17 additions and 3 deletions

14
.github/workflows/windows-installer.yml vendored Normal file
View File

@ -0,0 +1,14 @@
name: Build Windows Installer
on: [push, pull_request]
jobs:
upload_source_dist:
name: Upload source distribution
runs-on: [windows-latest]
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 0
# we need fetch-depth 0 so setuptools_scm can resolve tags

View File

@ -71,11 +71,11 @@ pip install -i https://hosted.chia.net/simple/ miniupnpc==2.0.2 setproctitle==1.
pip install chia-blockchain==1.0.beta3
```
You will need to download the Windows native Wallet and unzip into somewhere convenient in Windows.
You will need to download the Windows native Wallet and unzip into somewhere convenient in Windows. You may have to choose "More Info" and "Run Anyway" to be able to run the currently unsigned installer. This will place a Chia icon in your Start menu and on your Desktop that starts the Wallet UI.
[Download: chia-win32-x64.zip](https://hosted.chia.net/beta-1.0-win64-wallet/chia-win32-x64.zip)
[Download: Chia-Wallet-Install-0.1.3](https://hosted.chia.net/beta-1.3-win64-wallet/Chia-Wallet-Install-0.1.3.msi)
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.
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" from the Start menu or your Desktop.
### Amazon Linux 2