doc: Add windows install notes.

This commit is contained in:
tecnovert
2022-12-03 01:07:41 +02:00
parent a250daca8b
commit 23e89882a4
5 changed files with 87 additions and 9 deletions

View File

@@ -55,6 +55,44 @@ On the remote machine open an ssh tunnel to port 18081:
And start monerod
## Installing on windows natively
This is not a supported installation method!
Install prerequisites:
- https://gitforwindows.org/
- https://www.python.org/downloads/windows/
In the start menu find Git / Git Bash
Right click Git Bash -> More -> run as administrator
Create and activate a venv
python -m venv c:\bsx_venv
c:/bsx_venv/scripts/activate
Install coincurve
git clone https://github.com/tecnovert/coincurve.git -b bsx_windows
cd coincurve/
pip3 install .
Install basicswap
git clone https://github.com/tecnovert/basicswap.git
cd basicswap
pip3 install .
Test:
basicswap-prepare.exe --help
## Run One Test
```