1 2015-08-26 02:23:59 <Newyorkadam> in https://github.com/vbuterin/pybitcointools, why is there an index in the sign function? the docs say sign: (tx, i, privkey) -> tx with index i signed with privkey
 2 2015-08-26 02:37:55 <PRab> Newyorkadam: Just guessing from their example, that is instructing it to sign a specific input. A transaction may have many inputs and the owner of the input coins might not all be the same person.
 3 2015-08-26 02:40:58 <Newyorkadam> PRab: alright, thanks
 4 2015-08-26 06:15:30 <wumpus> rodarmor: after requesting the hidden service it is advertised as normal as provided through -externalip
 5 2015-08-26 06:17:56 <wumpus> rodarmor: the idea is that there is no difference from configuring Tor manually to add and redirect a hidden service, but it only requires access to tor's control port and authentication cookie
 6 2015-08-26 06:21:15 <wumpus> (so when someone is running Tor Browser Bundle it could - potentially - happen transparently)
 7 2015-08-26 06:42:15 <gmaxwell> or if not transparently, with a single button push.
 8 2015-08-26 06:43:06 <gmaxwell> I guess since we accept inbound by default accepting tor inbound by default would be reasonable too.
 9 2015-08-26 06:43:41 <wumpus> right
10 2015-08-26 11:10:29 <pan-d> must my bitcoin wallet sync with network beore i can carry out any transaction?
11 2015-08-26 11:10:32 <pan-d> hi people
12 2015-08-26 11:14:14 <jonasschnelli> pan-d: which wallet? Bitcoin-Qt/Bitcoin-Core?
13 2015-08-26 11:38:19 <wumpus> pan-d: yes, it should
14 2015-08-26 11:38:31 <wumpus> (but that's a #bitcoin question)
15 2015-08-26 21:16:01 <petertodd> wumpus: gonna do a first pass at writing auto-HS tonight
16 2015-08-26 21:47:35 <btcdrak> petertodd: what is auto-HS?