Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
End support for Windows XP and older #7681
Comments
laanwj
added the
Windows
label
Mar 14, 2016
|
I agree that XP should certainly not be used for wallets, but it would be a shame not to be able to utilise older hardware running XP for use as a full-node. |
|
I agree, for now I'll let this depend on whether #7674 gets resolved before 0.13.0. We've always had a problem with the windows version not being as actively supported as the linux/osx versions, as most developers use one of those. I doubt anyone is actively developing on XP. But surprise me. |
|
@coinyBit2 XP is not officially supported by Microsoft. It's a 3rd party, independent developer called harkaz, source. Bitcoin Core is financial software so unfortunately cannot responsibly keep supporting a vulnerable platform, regardless of well meaning 3rd party support. |
|
As someone who had to retire an old XP system recently, I understand how you feel, but I agree with @laanwj and @btcdrak on this one.
The hardware would be much better utilized with Xubuntu or Lubuntu for example. I'd recommend taking the plunge and trying it out. If the goal is to benefit the Bitcoin network (rather than running a wallet), then we might call into question the benefits such an old system will bring to the network. |
|
Nicely said @jonathancross |
laanwj
referenced
this issue
Apr 18, 2016
Closed
WARNING: generated for both stdio.h and select.h #7902
laanwj
added this to the
0.13.0
milestone
Apr 25, 2016
MarcoFalke
referenced
this issue
Apr 28, 2016
Closed
Bitcoin Core 0.12.0 randomly crashes at launch on WinXP SP3 #7674
tzofeolam
commented
May 6, 2016
•
|
There seems to be no Windows XP related problem in the Bitcoin Core code itself but in the QT library it uses. And the QT project still supports Windows XP and fixes backward compatibility bugs related to Windows XP. Please read my comment in #7674 and consider either upgrading to the latest QT version or using a custom QT (older version that is currently in use) build with -no-directwrite flag. |
This was referenced Jun 14, 2016
laanwj
referenced
this issue
Jun 22, 2016
Merged
doc: Mention Windows XP end of support in release notes #8240
laanwj
added a commit
to laanwj/bitcoin
that referenced
this issue
Jun 24, 2016
|
|
laanwj |
b0be3a0
|
laanwj
closed this
in #8240
Jun 25, 2016
|
Just run Linux. |
HenryBarton
commented
Jul 18, 2016
|
I'm with tzofeolam: Let's upgrade QT in 0.13. XP is very much alive and I hate to see great software drop support for it "just 'cause", even when the program doesn't require modern API's. |
laanwj commentedMar 14, 2016
Drop support for Windows XP and older - at some point.
Microsoft support for Windows XP ended April 8th, 2014 (https://www.microsoft.com/en-us/WindowsForBusiness/end-of-xp-support). This means that not even critical security updates are being released anymore. This makes it dangerous to run a wallet on this OS.
There are also some strange, apparently random crashes on WinXP with 0.12, see #7674 and #7639.
I haven't heard of any reports of this happening on other versions of windows.
I hope it is possible to debug and fix this, but if not, and it turns out to be truly a WinXP only issue, we'll have to announce this through the appropriate channels.