1 2017-10-20 06:22:11 <eck> bro
 2 2017-10-20 10:03:22 <LowKey> Hi, I want to ask, what the mean of CDNSSeedData ? Is it belongs to node IP or hostname?
 3 2017-10-20 11:35:23 <wumpus> LowKey: I don't understand your question
 4 2017-10-20 11:41:15 <LowKey> wumpus: it's ok,i just find out
 5 2017-10-20 11:41:22 <wumpus> ok
 6 2017-10-20 11:42:24 <LowKey> wumpus: is there any tutorial to compile wallet windows qt?
 7 2017-10-20 11:43:08 <wumpus> https://github.com/bitcoin/bitcoin/blob/master/doc/build-windows.md
 8 2017-10-20 11:45:00 <LowKey> ok noted thanks wumpus
 9 2017-10-20 18:23:14 <dviola> hi
10 2017-10-20 18:23:28 <dviola> bitcoin will never expoose account info if I run my node with all ports open right?
11 2017-10-20 18:24:08 <arubi> all?  you don't mean forwarding rpc right?
12 2017-10-20 18:25:48 <arubi> dviola, if you want privacy in transaction relay, you can use set up tor and use 'onlynet=onion' in your .conf .  also you can easily host a hidden service for incoming connections.  that's what I do
13 2017-10-20 18:26:18 <dviola> arubi: no, I mean port 8333
14 2017-10-20 18:27:37 <arubi> it's more academic than anything, but if I have a very broad view of the network, and you ip was the first to publish some transaction, I can assume you had something to do with it
15 2017-10-20 18:27:57 <arubi> if you use tor to broadcast your transactions, you gain privacy in that sense
16 2017-10-20 18:28:27 <dviola> I see, but my IP is never exposed anywhere right?
17 2017-10-20 18:28:29 <dviola> in transactions
18 2017-10-20 18:28:46 <arubi> no, but everyone who's connected to you can see your ip obviously
19 2017-10-20 18:28:55 <dviola> I see
20 2017-10-20 18:29:02 <arubi> (unless you use onions)
21 2017-10-20 18:29:16 <dviola> I'm just curious if there is a way to track transactions to IP addresses
22 2017-10-20 18:29:27 <arubi> sure there is, I just gave an example :)
23 2017-10-20 18:30:22 <dviola> interesting
24 2017-10-20 18:31:03 <dviola> will my node still be useful if I run it through tor?
25 2017-10-20 18:31:10 <dviola> I imagine there are less nodes that use it
26 2017-10-20 18:31:21 <arubi> not less usefull, even more useful because there are few ^
27 2017-10-20 18:31:28 <dviola> I see
28 2017-10-20 18:31:35 <dviola> I'll think about using that
29 2017-10-20 18:31:39 <arubi> I've been running exclusively on tor for years.  it's not an issue at all
30 2017-10-20 18:31:51 <dviola> cool
31 2017-10-20 18:31:53 <arubi> and really, I'm always saturated with connections
32 2017-10-20 18:32:52 <arubi> dviola, also a benefit that when accepting incoming connections over tor, you don't need to open any ports at all
33 2017-10-20 18:33:22 <arubi> the proxy just forwards everything to the hidden service that's only listening on localhost
34 2017-10-20 18:33:41 <dviola> I see, nice
35 2017-10-20 20:13:22 <esotericnonsense> if you run a node with many incoming connections then to some extent you're providing more plausible deniability for the origination of transactions anyway because you'll be relaying more of them