1 2015-08-24 02:00:12 <jtimon> https://github.com/bitcoin/bitcoin/pull/6584
 2 2015-08-24 02:01:13 <jtimon> I would ping jgarzik but doesn't seem to be here
 3 2015-08-24 02:10:52 <CodeShark> lol jtimon...I always am amused by how complicated the mempool/relay policies are
 4 2015-08-24 02:11:59 <CodeShark> unnecessarily, I should add
 5 2015-08-24 02:38:18 <gribble> The bot responds when you start a line with the ! character. A good starting point for exploring the bot is the !facts command. You can also visit the bot's website for a list of help topics and documentation: http://gribble.sourceforge.net/
 6 2015-08-24 02:38:18 <KEzra> !help
 7 2015-08-24 02:38:34 <KEzra> ;;
 8 2015-08-24 02:39:04 <KEzra> Anyone online in here? I am totally new, and want to set up a bitcoin account
 9 2015-08-24 02:39:44 <KEzra> Is chat muted.
10 2015-08-24 02:42:23 <Apocalyptic> KEzra, #bitcoin , this channel is for developmment discussion
11 2015-08-24 07:54:13 <wumpus> interesting; newer Tor has an API to create and remove 'ephermal' hidden services during runtime, https://stem.torproject.org/api/control.html#stem.control.Controller.create_ephemeral_hidden_service  . This creates the potential to 'listen' on Tor without requiring manual setup from the user.
12 2015-08-24 07:57:44 <isis> that API was designed with bitcoin nodes in mind :)
13 2015-08-24 07:59:35 <isis> we'd like to help your network achieve censorship resistance, however we might help, sine many of us also believe that the advancements underlying bitcoin are tantamount to free expression
14 2015-08-24 08:05:42 <gmaxwell> \0/
15 2015-08-24 08:06:08 <gmaxwell> isis: We've wanted this for a while! thanks for implementing it.  How much of this can we do without breaking the tor network?
16 2015-08-24 08:18:17 <veleiro> i am going to the scalability meeting in montreal,yay. hope i can contribute
17 2015-08-24 09:11:41 <wumpus> awesome
18 2015-08-24 10:00:27 <wumpus> https://github.com/bitcoin/bitcoin/issues/6586 "Automatically create hidden service, listen on Tor"
19 2015-08-24 11:18:15 <jonasschnelli> wumpus: regarding tor ephemeral hidden service: you would enable that by default (if tor is installed / ControlSocket is available)?