Post
Topic
Board Development & Technical Discussion
Re: Building headless Bitcoin and Bitcoin-qt on Windows
by
altcoinex
on 15/12/2014, 14:04:00 UTC
strip src/bitcoin-cli.exe
strip src/bitcoind.exe
strip src/qt/bitcoin-qt.exe


i can get all except bitcoin-qt.exe (the error is something like no file found)

Why please?

Check the release folder as opposed to src, that is where most circumstances will place it. Also, note as in the guide, compiling the daemon and qt are separate.