1
How can I install new Copay wallet to my Windows 7? I cannot use the microsoft app store. Thank you.
1
How can I install new Copay wallet to my Windows 7? I cannot use the microsoft app store. Thank you.
0
Copay is written in Electron which means that it is entirely cross platform by design, Windows Store is just a cute wrapping in this case. You can git clone it and use it with node and npm but this is boring work and nodejs tend to throw errors at you because the compilation process of Copay is designed more for a Linux kind of system with things like rms etc in package.json.
Fiddler, Wireshark (on VirtualBox) or https://store.rg-adguard.net/ (Directly) to generate links to *.appx file.WinRaR for instance)..appx file contents into that directory.<your path>\Copay\app\Copay.exe and run the app.Tested for Copay v7.0.3.
0
Download the pre-compiled windows versions from the releases tab on the github page.
Thank you for your help. If I understand your comment in the right way you mean the downloadable exe file. It's an old version and it is deprecated. The new version is available only in the microsoft app store. – User – 2018-12-04T17:51:44.020
Have you tried installing from source? https://github.com/bitpay/copay#desktop-linux-macos-and-windows
– JBaczuk – 2018-12-04T16:19:07.670Thank you for your suggestion, I'll give it a try. – User – 2018-12-04T17:18:41.317