Author

Topic: how to compile bitcoin Windows wallet (Read 438 times)

member
Activity: 100
Merit: 11
December 19, 2017, 01:30:56 PM
#3
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
legendary
Activity: 1624
Merit: 2481
December 19, 2017, 09:38:27 AM
#2
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.

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.
member
Activity: 100
Merit: 11
December 19, 2017, 08:52:21 AM
#1
Any detail guide
I mean windows wallet. Not Ubuntu or Linux
I checked a lot it does not work
Jump to: