Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: myapple on December 19, 2017, 01:52:21 PM



Title: how to compile bitcoin Windows wallet
Post by: myapple on December 19, 2017, 01:52:21 PM
Any detail guide
I mean windows wallet. Not Ubuntu or Linux
I checked a lot it does not work


Title: Re: how to compile bitcoin Windows wallet
Post by: bob123 on December 19, 2017, 02:38:27 PM
There are quite a few tutorials available online. One example: https://daniel-lima.github.io/bitcoin-devenv/docker/how-to/compile-bitcoin-core-for-windows.html (https://daniel-lima.github.io/bitcoin-devenv/docker/how-to/compile-bitcoin-core-for-windows.html).

The easiest probably is to just compile it (windows version) in linux.
If you have no clue about linux i can't imagine why you would need to compile it yourself.

If you just want to verify the integrity you can use the checksum.
On windows: certUtil -hashfile bitcoin-0.15.1-win32.zip SHA256
Compare the hash to the officially stated at github.


Title: Re: how to compile bitcoin Windows wallet
Post by: myapple on December 19, 2017, 06:30:56 PM
thanks
after I run
make HOST=x86_64-w64-mingw32

cd ..

./autogen.sh # not required when building from tarball

CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site ./configure --prefix=/

make

I compiled but where is the wallet version with interface?I cannot find the released folder
I mean the Windows version with interface
After I compile I cannot find it on Ubuntu server

Under arc there is bitcoind and bitcoin-cli
Where is the exe version which can run under Windows