1 2013-10-05 00:18:40 <soixante_> Bitstamp PHP API released - https://github.com/willmoss/bitstamp-php-api
 2 2013-10-05 00:34:13 <BCB> where is the time stamp in a raw transaction
 3 2013-10-05 01:12:43 <BCB> radio check
 4 2013-10-05 01:14:09 <gavinandresen> BCB transactions do not have timestamps
 5 2013-10-05 01:15:20 <BCB> gavinandresen, thx.  Were do I get the transaction time
 6 2013-10-05 01:16:03 <gavinandresen> BCB: that depends on what you need the time for… you either record the time when your node first saw it, or you take the block timestamp of when it was first included in a block in the best chain.
 7 2013-10-05 01:16:59 <gavinandresen> BCB : or, actually, if you generated the transaction yourself then you record the time when you created it.
 8 2013-10-05 01:17:20 <BCB> I've run my node with index=1 and am parsing the blockchain with the rawtransaction api
 9 2013-10-05 01:17:41 <BCB> so I'm looking for transactions that are not my own
10 2013-10-05 01:18:32 <gavinandresen> Then the only timestamps that are stored are block timestamps.  So best you can do is "all txns in this block get assigned the block's timestamp"
11 2013-10-05 01:19:04 <gavinandresen> … and the most you can assume is that the transaction was generated before that timestamp, plus or minus a couple hours of slop (because block timestamps are sloppy)
12 2013-10-05 01:19:07 <BCB> thx
13 2013-10-05 01:19:52 <BCB> gavinandresen, so when I see a transaction time stamp on blockchain info it is from the block?
14 2013-10-05 01:20:17 <gavinandresen> blockchain.info probably records when they first see the transaction broadcast.
15 2013-10-05 01:20:32 <gavinandresen> … and if they first see the transaction as part of a block, they probably use the block timestamp
16 2013-10-05 01:21:35 <BCB> gavinandresen, is there an api call to get the block time stamp
17 2013-10-05 01:22:07 <gavinandresen> sure, getblock
18 2013-10-05 01:24:55 <BCB> is that block indicated in the rawtransaction?
19 2013-10-05 01:25:29 <gavinandresen> BCB: no, transactions don't know what block they're in.  You have to go the other way:  blocks have lists of transactions...
20 2013-10-05 01:27:21 <gavinandresen> How do you get the transaction ids to look up in the first place if not from the blocks?
21 2013-10-05 01:27:53 <BCB> gavinandresen, blockchain.info
22 2013-10-05 01:28:03 <BCB> gavinandresen, I haven't gottent that far yet
23 2013-10-05 01:28:30 <gavinandresen> mmm.   I may be mis-remembering, and it is possible index=1 adds block hashes to getrawtransaction output.
24 2013-10-05 01:28:38 <gavinandresen> (or block height)
25 2013-10-05 01:32:26 <BCB> gavinandresen, I don't see it
26 2013-10-05 01:33:05 <BCB> gavinandresen, scriptSig [asm] and [hex]
27 2013-10-05 01:34:59 <gavinandresen> BCB: I did misremember, getrawtransaction <txid> 1   --> gives me "blockhash"
28 2013-10-05 01:35:24 <gavinandresen> … with txindex=1
29 2013-10-05 01:36:46 <BCB> gavinandresen, nice. thx.  Is that in the dox?
30 2013-10-05 01:37:50 <gavinandresen> BCB: I dunno.  The Wiki is the dox, so if it is not, feel free to fix.
31 2013-10-05 01:38:12 <BCB> ok thx
32 2013-10-05 01:44:17 <BCB> gavinandresen, is there also a way to index the individual addresses?
33 2013-10-05 01:44:53 <gavinandresen> BCB: sipa has a pull request that adds that
34 2013-10-05 01:49:15 <BCB> gavinandresen, what is the sequence number in the getrawtransaction output
35 2013-10-05 01:50:52 <phantomcircuit> BCB, the sequence number of course
36 2013-10-05 01:51:13 <BCB> phantomcircuit, they are all the same
37 2013-10-05 01:51:21 <BCB> sequence of what?
38 2013-10-05 01:51:26 <BCB> order of the blocks
39 2013-10-05 01:51:26 <phantomcircuit> BCB, http://bitcoin.stackexchange.com/questions/2025/what-is-txins-sequence
40 2013-10-05 01:52:17 <gavinandresen> BCB: what phantomcircuit said.  bitcoin.stackexchange.com is excellent for that kind of question.
41 2013-10-05 01:52:38 <BCB> phantomcircuit, gavinandresen thx
42 2013-10-05 02:44:16 <cortexA9> hello
43 2013-10-05 02:50:36 <cortexA9> hello
44 2013-10-05 02:50:54 <cortexA9> is it possible to make an android app to earn and generate bitcoins in base at uptime ?
45 2013-10-05 03:00:53 <orion> Hi. I am trying to compile bitcoin-qt (15b48ab03) on FreeBSD-CURRENT with clang and I am getting a bunch of compile time errors: http://pastebin.com/Ea01PYQH
46 2013-10-05 04:35:13 <mrkent> test
47 2013-10-05 07:56:21 <swulf--> by the end of the call to Shutdown(), there is only 1 thread running, correct?
48 2013-10-05 09:28:11 <mrkent> should bitcoind be installed on a different server or same server?
49 2013-10-05 09:28:27 <mrkent> as web app
50 2013-10-05 09:39:35 <jouke> yes
51 2013-10-05 11:01:09 <mrkent> jouke, yes to diff server or same?
52 2013-10-05 11:57:19 <orion> Is anyone awake? I am having difficulty compiling bitcoin-qt from git on FreeBSD-CURRENT with clang 3.3.
53 2013-10-05 11:57:55 <jgarzik> orion, want to pastebin the error and preceding text?
54 2013-10-05 11:58:05 <_dr> orion: are you using a port?
55 2013-10-05 11:58:15 <jgarzik> orion, first step is ./autogen.sh
56 2013-10-05 11:58:23 <_dr> http://www.freshports.org/net-p2p/bitcoin/
57 2013-10-05 11:59:42 <orion> No, I am not using a port.
58 2013-10-05 11:59:50 <orion> I am compiling by hand from the lastest commit in master.
59 2013-10-05 12:01:02 <_dr> Easiest would be to use the port. If you're paranoid you can build it yourself and look at the patches/options the port uses
60 2013-10-05 12:01:32 <orion> The port is behind.
61 2013-10-05 12:01:54 <_dr> 0.8.5?
62 2013-10-05 12:03:00 <orion> Ok, that may not be true.
63 2013-10-05 12:03:05 <orion> http://pastebin.com/pLUiDkbL <-- that's the error I get.
64 2013-10-05 12:13:58 <orion> I suppose I am not going to get any sympathy from the developers. :p
65 2013-10-05 12:15:17 <orion> Actually, the FreeBSD port failed to build too (!).
66 2013-10-05 12:16:11 <orion> s/too/either