Add Support for x32-bit/x86 Windows Devices #17609
issue Zorono opened this issue on November 26, 2019-
Zorono commented at 9:09 AM on November 26, 2019: none
- Zorono added the label Feature on Nov 26, 2019
-
laanwj commented at 9:58 AM on November 26, 2019: member
Sorry, x86_32 is on the way out. The last release that shipped binaries for 32-bit x86 Windows was 0.17.1. It was removed in #15939. See #15939 (comment)
This was bound to be a somewhat controversial decision: however one architecture per platform is great for maintenance-heavy outlier platforms such as Windows (and MacOSX). This allows for more focus in testing and, and hopefully a better user experience and better security, in time. Cross-compilation to windows is fraught with some risks, and they're minimized by only having one toolchain (mingw-w64) to check.
It might still be possible to build your own binaries, but no guarantees on that either. Your best chance of running Bitcoin Core on x86-32 is using Linux or a Linux VM.
(x86-32 Linux builds might also be removed at some point in the future—#17504—though not for the same reason, so less urgently.)
- laanwj closed this on Nov 26, 2019
-
practicalswift commented at 10:35 AM on November 26, 2019: contributor
@Zorono What Windows version are you using?
- fanquake added the label Windows on Nov 26, 2019
-
Zorono commented at 2:29 PM on November 26, 2019: none
@practicalswift Windows 8.1 N Pro
-
practicalswift commented at 4:16 PM on November 26, 2019: contributor
@Zorono Are security updates still provided for Windows 8.1 (
x86_32version)? -
Victorsueca commented at 12:56 PM on November 28, 2019: none
According to Microsoft's lifecycle sheet, mainstream support for Windows 8.1 ended in January 9, 2018. However, it will still receive security updates as part of it's extended support up until January 10, 2023.
-
Zorono commented at 3:13 PM on November 28, 2019: none
@practicalswift yes @Victorsueca that's sad news for me :(
- MarcoFalke locked this on Dec 16, 2021