More

Last updated on 08/02/2015
bitcoin 0.9.4
toolchain: i686-4.9.2-release-posix-dwarf-rt_v3-rev1
openssl-1.0.1l
libpng-1.6.16
miniupnpc-1.9.20150206.tar.gz

10/01/2015
compiling unit tests

30/11/2014
toolchain: i686-4.9.2-release-posix-dwarf-rt_v3-rev0
boost_1_57_0
protobuf-2.6.1
libpng-1.6.15
miniupnpc-1.9.20141128
gmp-6.0.0a for current master

28/10/2014
openssl-1.0.1j
libpng-1.6.14
do not build unnecessary openssl ciphers and protocols
use BOOST_ROOT when configuring bitcoin

28/09/2014
toolchain: i686-4.9.1-release-posix-dwarf-rt_v3-rev1
bitcoin 0.9.3
miniupnpc-1.9.20140911 https://github.com/bitcoin/bitcoin/commit/9f7f504efca27c7d390f121410846b45c1732761
qt5.3.2

10/08/2014
update toolchain i686-4.9.1-release-posix-dwarf-rt_v3-rev0
update dependencies openssl-1.0.1i qrencode-3.4.4 qt4.8.6

02/7/2014
qt5.3.1

20/6/2014
bitcoin 0.9.2.1
mingw-builds 4.9.0 rev2
openssl-1.0.1h
qt5.3
libpng-1.6.12
removed older instructions about bitcoin 0.8.6 with qt5

25/5/2014:
update toolchain
added makefile patch commit

23/4/2014:
removed python and activestate perl as they are not needed with current qt config options,
use -openssl-linked instead of -openssl (see src\network\ssl\qsslsocket_openssl_symbols.cpp for more info),
do not compile shared libraries when building dependencies,
libpng 1.6.10.
 
 
   


BTC: 1NWQ4TarCCC7j1XY26KRFFEtLYbPP6S3DH
XRP: rJkbeyRaUYDmcukEyLYVfn56QDM9VhybZG
zeph97
Newbie
*


Activity: 2
Merit: 0


View Profile
 
April 08, 2013, 02:27:08 PM
 #2

It works... Thanks for writing this guide.
 
   
grue
Legendary
*


Activity: 2058
Merit: 1462

 



View Profile
 

April 12, 2013, 12:21:20 AM
 #3

Great guide. Now that you're not a newbie anymore, consider moving it to "Development & Technical Discussion" so it doesn't get buried with all the other newbie threads. Also, is it possible to expand your guide to include building the qt client?
 
   

It is pitch black. You are likely to be eaten by a grue.

Adblock for annoying signature ads | Enhanced Merit UI
nitrogenetics (OP)
Full Member
***


Activity: 131
Merit: 108

 



View Profile
 

April 15, 2013, 09:47:17 PM
 #4

Unfortunately I never tried building the qt client, I'll see if I can have a look at it and report back if I manage to build it successfully Wink
 
   

BTC: 1NWQ4TarCCC7j1XY26KRFFEtLYbPP6S3DH
XRP: rJkbeyRaUYDmcukEyLYVfn56QDM9VhybZG
wumpus
Hero Member
*****
qt


Activity: 812
Merit: 1022

No Maps for These Territories


View Profile
 
April 16, 2013, 04:14:11 PM
 #5

Please update the build-msw.txt Smiley
 
 
   

Remember remember the 5th of November
Legendary
*


Activity: 1862
Merit: 1011

Reverse engineer from time to time


View Profile
 
April 16, 2013, 04:19:00 PM
 #6

It's possible to compile Bitcoin-Qt as well, done it already. Depending on your toolchain(GCC 4.7+), you may need to compile the Qt libraries from source, only takes about an hour or so. Then the rest is easy.
 
   

BTC:1AiCRMxgf1ptVQwx6hDuKMu4f7F27QmJC2
Garr255
Legendary
*


Activity: 938
Merit: 1000

 


What's a GPU?


View Profile
 

April 17, 2013, 06:53:26 AM
 #7

Thanks for this. I sent you a tip Wink
 
   

“First they ignore you, then they laugh at you, then they fight you, then you win.”  -- Mahatma Gandhi

Average time between signing on to bitcointalk: Two weeks. Please don't expect responses any faster than that!
nitrogenetics (OP)
Full Member
***


Activity: 131
Merit: 108

 



View Profile
 

April 18, 2013, 08:16:08 PM
 #8

Thanks for this. I sent you a tip Wink
 


Thanks, much appreciated  Wink

 

It's possible to compile Bitcoin-Qt as well, done it already. Depending on your toolchain(GCC 4.7+), you may need to compile the Qt libraries from source, only takes about an hour or so. Then the rest is easy.
 


Building a dinamically linked executable was almost straightforward (didn't have time to check if it actually works), however I was unable to get a statically linked executable (lots of undefined references from ld) after compiling static qt libs. Need to investigate further.
I will update the first post with the required steps in the next few days.

 

 
   

BTC: 1NWQ4TarCCC7j1XY26KRFFEtLYbPP6S3DH
XRP: rJkbeyRaUYDmcukEyLYVfn56QDM9VhybZG
nitrogenetics (OP)
Full Member
***


Activity: 131
Merit: 108

 



View Profile
 

April 22, 2013, 11:16:34 PM
 #9

is it possible to expand your guide to include building the qt client?
 


Bitcoin-qt build instrunctions added Smiley

 


return