1 2016-08-04 18:22:08 <rupy> hi, I'm trying to find the method RelayTransaction in the source. But I can't find it?!
 2 2016-08-04 18:23:52 <Arnavion> rupy: src/net.cpp
 3 2016-08-04 18:24:56 <rupy> ah, ok sorry for the noob, my drive is full can't install proper IDE...
 4 2016-08-04 18:25:13 <Arnavion> I just used the leet haxxor search tool
 5 2016-08-04 18:25:17 <Arnavion> https://github.com/bitcoin/bitcoin/search?utf8=%E2%9C%93&q=RelayTransaction
 6 2016-08-04 18:27:36 <rupy> aha thx!
 7 2016-08-04 18:33:43 <rupy> I'm looking at the differences between sendrawtransaction and sendfrom
 8 2016-08-04 18:35:12 <rupy> and the first ends up in some queue setInventoryTxToSend in net.h where is the code executing on that queue/set?
 9 2016-08-04 18:39:37 <rupy> https://github.com/bitcoin/bitcoin/search?q=setInventoryTxToSend shows some use of pto... seems alot complexer than the simple CreateTransaction and CommitTransaction that sendfrom uses...
10 2016-08-04 19:23:11 <nkuttler> hm, freenode webchat isn't generally blocked here, is it?
11 2016-08-04 19:23:30 <nkuttler> there's a user in #bitcoin who says he can't join
12 2016-08-04 19:23:42 <wumpus> not that I know of, but you need to have registered your nick to join
13 2016-08-04 19:24:25 <nkuttler> yeah, they just did that
14 2016-08-04 19:24:31 <wumpus> but it could also be that someone did a blanket ban after the so-manieth spammer
15 2016-08-04 19:24:34 <nkuttler> it's derbitcoin if you want to have a look
16 2016-08-04 19:25:50 <tommygunner> he is not registered
17 2016-08-04 19:26:12 <nkuttler> nickserv tells me he is
18 2016-08-04 19:26:14 <tommygunner> or if he is, he is not authenticated
19 2016-08-04 19:26:40 <wumpus> so easiest way to find out: is there anyone using webchat in here?
20 2016-08-04 19:26:48 <nkuttler> or am i reading this wrong..
21 2016-08-04 19:27:41 <tommygunner> no blanket /web/ ban
22 2016-08-04 19:27:44 <tommygunner> should be fine
23 2016-08-04 19:29:31 <nkuttler> fwiw, he's looking for a java or objective c api wrapper
24 2016-08-04 19:29:43 <nkuttler> or i thought he should look for one. can somebody here recommend one?
25 2016-08-04 19:39:29 <nkuttler> hm, where are the binary downloads of the RCs again?
26 2016-08-04 19:39:36 <nkuttler> i could swear there was one for rc1
27 2016-08-04 19:40:41 <nkuttler> ah, never mind
28 2016-08-04 19:41:17 <wumpus> for rc1 and rc2
29 2016-08-04 19:42:21 <nkuttler> found it, thanks
30 2016-08-04 20:28:32 <achow101> is there anywhere that I can get the entire utxo set without crawling the blockchain
31 2016-08-04 23:06:55 <nkuttler> btw, i couldn't find a bash completion for bitcoin-cli, so https://github.com/nkuttler/bitcoin-bash-completion (very basic)
32 2016-08-04 23:09:12 <Rozal> Thank you debts
33 2016-08-04 23:09:17 <Rozal> Devs*
34 2016-08-04 23:09:57 <arubi> nkuttler, have you seen bash-completion in ./contrib dir?
35 2016-08-04 23:11:30 <nkuttler> arubi: that's for bitcoind only
36 2016-08-04 23:11:44 <arubi> I see bitcoin-tx, bitcoin-cli and bitcoind
37 2016-08-04 23:11:58 <nkuttler> eh, right, there is one for cli..
38 2016-08-04 23:12:15 <nkuttler> never mind then :)
39 2016-08-04 23:12:19 <arubi> :)