1 2013-09-29 00:34:40 <gmaxwell> ::sigh::
 2 2013-09-29 00:35:19 <gmaxwell> https://bitcointalk.org/index.php?topic=304060.0 < apparently new wallet software fixeded around a model where people have constant addresses and where you identify "from" by inspecting transaction history: https://bitcointalk.org/index.php?topic=304060.0
 3 2013-09-29 00:36:03 <sipa> hmm?
 4 2013-09-29 00:37:00 <sipa> as luke remarked earlier, those "from"s seem to be in hex
 5 2013-09-29 00:38:03 <gmaxwell> hm!
 6 2013-09-29 00:38:13 <gmaxwell> what do they mean then?
 7 2013-09-29 00:38:20 <sipa> i would guess txids
 8 2013-09-29 00:38:27 <sipa> though they look non-random, so maybe they just appear to be hex
 9 2013-09-29 00:38:36 <sipa> while they're really addresses
10 2013-09-29 00:38:40 <gmaxwell> yea, actually it's probably just a mockup.
11 2013-09-29 00:38:42 <gmaxwell> yea.
12 2013-09-29 00:39:20 <gmaxwell> (I don't have a way to run it or I'd test, well perhaps I can borrow a mac from someone tomorrow)
13 2013-09-29 03:23:06 <lianj> h/win67
14 2013-09-29 06:51:09 <CodeShark> anyone here have much experience cross-compiling from unix to w64?
15 2013-09-29 06:51:12 <CodeShark> err, linux
16 2013-09-29 06:51:30 <CodeShark> using the gcc toolchain
17 2013-09-29 07:05:29 <michagogo> cloud|CodeShark: you could look at gitian-win32.yml
18 2013-09-29 07:06:05 <CodeShark> hmmm - I'm close to getting mingw64 to work
19 2013-09-29 07:06:09 <michagogo> cloud|contrib/giti(tab)esc(tab)/that
20 2013-09-29 07:06:37 <michagogo> cloud|And also doc/release-process.md
21 2013-09-29 07:06:59 <CodeShark> yeah, I probably should take a look at that
22 2013-09-29 07:10:24 <CodeShark> oh sweet - my last try worked :)
23 2013-09-29 07:11:31 <CodeShark> alright, I think I'm good :)
24 2013-09-29 07:51:11 <warren> CodeShark: https://github.com/bitcoin/bitcoin/pull/3029
25 2013-09-29 07:51:20 <warren> CodeShark: this with minor modifications will build w64
26 2013-09-29 07:51:51 <CodeShark> warren: thank you. I think I'm getting the hang of this, just had never done this before.
27 2013-09-29 07:52:09 <warren> CodeShark: although this was done only for win32 in order to enable all the hardening flags, impossible with the old ming32 in 10.04
28 2013-09-29 07:52:59 <CodeShark> yeah, I'm using mingw64 on 12.04
29 2013-09-29 07:53:35 <warren> CodeShark: I'm interested in your notes on build flags or workarounds needed for win64, even though there are no immediate plans for gitian win64 until we have a major performance reason to do so.
30 2013-09-29 07:57:53 <warren> CodeShark: hmm, I'm curious if you also have an opportunity to compare win32 to win64 reindex performance.
31 2013-09-29 07:58:15 <CodeShark> I'm not currently building bitcoind, but I probably will be in the not-too-distant future
32 2013-09-29 07:58:22 <warren> ooh, ok