1 2017-07-23 02:48:06 <Chicago> amosbird, On a first glance of your initial link, https://la.wentropy.com/nAwT it looks like you're missing boost dev packages.
 2 2017-07-23 02:48:28 <Chicago> "undefined reference to foo"
 3 2017-07-23 02:49:56 <Chicago> paulo_, I really think anybody who absolutely wants to make their own OS X wallet should be using the Gitian process.  https://github.com/bitcoin/bitcoin/blob/v0.14.2/doc/gitian-building.md
 4 2017-07-23 07:14:50 <amosbird> Chicago: well...
 5 2017-07-23 07:15:12 <amosbird> I've installed the distro's boost-devel package as well as a manual built one
 6 2017-07-23 12:08:59 <Provoostenator> I'd like to try out Gitian. Is there anything useful I can sign or verify? I know there's talk of a v0.14.3 / v0.14.2.1 release due to BIP91 activation, but that might too early.
 7 2017-07-23 19:01:06 <uvarovserge> how do I "listtransactions" for the address, not an account?
 8 2017-07-23 19:07:12 <arubi> listreceivedbyaddress
 9 2017-07-23 19:07:56 <arubi> if you're not watching that address (or it isn't yours), then you can't know
10 2017-07-23 19:07:56 <arubi> well, you just don't track it.  there's no point
11 2017-07-23 19:08:14 <arubi> but there's a forked client that allows it, addrindex I belive
12 2017-07-23 19:09:16 <uvarovserge> well that's unfortunate. thanks for the answer arubi
13 2017-07-23 19:09:59 <arubi> it's not so bad.  you could just run the addrindex client
14 2017-07-23 19:10:18 <arubi> (or watch the address specifically if it's just a few)
15 2017-07-23 19:10:53 <uvarovserge> well I was hoping for altcoins to have that as well, but I don't think they have addrIndex or that it can be merged safely and quickly
16 2017-07-23 19:12:01 <arubi> ah, I don't know about that
17 2017-07-23 19:46:08 <melik> hi guys i'm trying to build a static binary /w libs compiled into it on Mac OS (basically a portable binary)
18 2017-07-23 19:46:20 <melik> does anyone know the flags i need to pass to ./configure to achieve this, thank you! and i apologize if this is a dumb question :/
19 2017-07-23 20:06:54 <arubi> melik, I build on osx at work last week, just followed the build-osx.md document
20 2017-07-23 20:07:55 <arubi> built a dmg file with the release