Updated for v0.14.1How to compile Bitcoin Core v0.14.1 UASF-Segwit0.3(BIP148) on Win10
First you must activate Windows Subsystem For Linux.
https://msdn.microsoft.com/en-us/commandline/wsl/install_guideThen open a bash and follow :
sudo apt-get install build-essential libtool autotools-dev automake pkg-config bsdmainutils curl unzip -y
sudo apt-get install g++-mingw-w64-x86-64 mingw-w64-x86-64-dev
mkdir -p src && cd src
wget https://github.com/UASF/bitcoin/archive/v0.14.1-uasfsegwit0.3.zip
unzip v0.14.1-uasfsegwit0.3.zip
cd bitcoin-0.14.1-uasfsegwit0.3/depends/
make HOST=x86_64-w64-mingw32
(very long wait !)
cd ..
./autogen.sh
CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site ./configure --prefix=/
make
(very long wait !)
make install DESTDIR=/mnt/d/bitcoin
Then the file was in D:\bitcoin\bin\bitcoin-qt.exe (replace with c for C: drive)
If you fail or you're too lazy, I share my binary but it would be much better if you learned how to compile, it's not that hard.
Download Bitcoin Core v0.14.1 UASF-Segwit0.3(BIP148)Do not download from a quote.
ee4aa795319dcede5118e321927cf4a1 Bitcoin Core v0.14.1 UASF-Segwit0.3(BIP148).zip
59cd64900ac55944e73cf4ae355c69c7 bitcoin-qt.exe