- Install Python 3.7 from Microsoft Store (python 3.8 is not supported yet). You may need to install Visual C++ Redistributable for it.
- Install libusb:
- Download latest binary from https://libusb.info/ and extract
- For 32-bit Windows:
- Copy
MS32\dll\libusb-1.0.dll
toC:\Windows\System32
- Copy
- For 64-bit Windows:
- Copy
MS64\dll\libusb-1.0.dll
toC:\Windows\System32
- Copy
MS32\dll\libusb-1.0.dll
toC:\Windows\SysWOW64
- Copy
- Edit Bitcoin Core config file and make sure
server=1
is set (it's in~\AppData\Roaming\Bitcoin\bitcoin.conf
)
Now you can install specter-desktop and run as usual:
python3 -m pip install cryptoadvance.specter
python3 -m cryptoadvance.specter server
Web interface should be on http://localhost:25441/
If you are running into problems with pip, you can install it via:
- download get-pip.py
- navigate to the folder where this file is located
- run
python3 get-pip.py
- now pip should be available and you can try installing Specter
Note: --daemon
flag is not available on Windows yet