Post
Topic
Board Bitcoin Technical Support
Re: Current Bitcoin Core?
by
NotATether
on 13/10/2022, 07:00:40 UTC
~
If you're more worried about signatures and hashes of the new binaries than about the actual content of the last updates / code changes, you could always compile yourself!
On GitHub, you can find the Windows Build Notes.

Well yeah, something I like about the Windows build process is that it doesn't require Visual Studio which is a gigantic package to download and install in the first place, not to mention the system requirements for running it and compiling stuff... good ol' MinGW ./configure && make && make install.