Bitcoin Forum
May 09, 2024, 07:57:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcoin on Windows using Boost Debug Libraries?  (Read 804 times)
phelix (OP)
Legendary
*
Offline Offline

Activity: 1708
Merit: 1020



View Profile
July 18, 2013, 04:54:37 PM
Last edit: July 18, 2013, 08:58:07 PM by phelix
 #1

Is there a reason Bitcoin is using boost debug libraries on windows?

https://github.com/bitcoin/bitcoin/blob/master/src/makefile.mingw

Code:
BOOST_SUFFIX?=-mgw46-mt-sd-1_52

Linux makefile uses non debug libraries.

Non debug seems to work fine, too:
Code:
BOOST_SUFFIX?=-mgw46-mt-1_52
or
BOOST_SUFFIX?=-mgw46-mt-s-1_52

(These two libraries look identical to me.)
1715241459
Hero Member
*
Offline Offline

Posts: 1715241459

View Profile Personal Message (Offline)

Ignore
1715241459
Reply with quote  #2

1715241459
Report to moderator
1715241459
Hero Member
*
Offline Offline

Posts: 1715241459

View Profile Personal Message (Offline)

Ignore
1715241459
Reply with quote  #2

1715241459
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715241459
Hero Member
*
Offline Offline

Posts: 1715241459

View Profile Personal Message (Offline)

Ignore
1715241459
Reply with quote  #2

1715241459
Report to moderator
piotr_n
Legendary
*
Offline Offline

Activity: 2053
Merit: 1354


aka tonikt


View Profile WWW
July 19, 2013, 11:03:55 AM
 #2

This got changed quite recently.
My guess is that someone was testing with debug libs and then forgot to put it back to non-debug, before committing. Or just overlooked it.

But this makefile is not used for the official (gitian) builds anyway.

Check out gocoin - my original project of full bitcoin node & cold wallet written in Go.
PGP fingerprint: AB9E A551 E262 A87A 13BB  9059 1BE7 B545 CDF3 FD0E
phelix (OP)
Legendary
*
Offline Offline

Activity: 1708
Merit: 1020



View Profile
July 19, 2013, 01:59:15 PM
 #3

Still some people use it for their own windows builds.

https://github.com/bitcoin/bitcoin/pull/2836
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!