Bitcoin Forum
April 26, 2024, 02:03:35 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: how to compile bitcoin Windows wallet  (Read 414 times)
myapple (OP)
Member
**
Offline Offline

Activity: 100
Merit: 11


View Profile
December 19, 2017, 01:52:21 PM
 #1

Any detail guide
I mean windows wallet. Not Ubuntu or Linux
I checked a lot it does not work
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
bob123
Legendary
*
Offline Offline

Activity: 1624
Merit: 2481



View Profile WWW
December 19, 2017, 02:38:27 PM
Merited by ABCbits (1)
 #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.

myapple (OP)
Member
**
Offline Offline

Activity: 100
Merit: 11


View Profile
December 19, 2017, 06: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
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!