1 2014-06-04 00:02:17 <maaku> Luke-Jr: do you maintain the merged mining patches against bitcoind?
   2 2014-06-04 00:02:22 <justanotheruser> sipa: what am I doing wrong? NameError: global name 'secp256k1' is not defined
   3 2014-06-04 00:02:24 <maaku> i'm trying to find something reasonably up to date
   4 2014-06-04 00:02:30 Guest83319 has joined
   5 2014-06-04 00:02:33 <maaku> justanotheruser: note the capitalization
   6 2014-06-04 00:03:17 <justanotheruser> maaku: Oh, I read it as "(without that capitalization for some reason)
   7 2014-06-04 00:03:30 nessence has quit (Remote host closed the connection)
   8 2014-06-04 00:03:37 <justanotheruser> NameError: global name 'SECP256k1' is not defined
   9 2014-06-04 00:04:07 <maaku> but if it still doesn't work, see the workaround in the file I posted (starting line 23)
  10 2014-06-04 00:04:15 <justanotheruser> ok will do in a few
  11 2014-06-04 00:04:17 Guyver2 has quit (Quit: :))
  12 2014-06-04 00:04:58 kikkerdril has joined
  13 2014-06-04 00:06:09 nvmme has joined
  14 2014-06-04 00:06:20 agricocb has joined
  15 2014-06-04 00:06:24 mrkent has joined
  16 2014-06-04 00:07:19 ikbenwouter has quit (Ping timeout: 240 seconds)
  17 2014-06-04 00:07:35 <phantomcircuit> sipa, is there no way to cache the GetHash result in CTransaction?
  18 2014-06-04 00:08:10 <sipa> that's too easy!
  19 2014-06-04 00:08:39 <sipa> imho, we should have a CBlockValidation class or something, which maintains all state related to block validation
  20 2014-06-04 00:08:46 <sipa> and similarly for transactions
  21 2014-06-04 00:08:53 <sipa> the hashes could be cached in there
  22 2014-06-04 00:09:14 <sipa> (it's ugly that CBlock maintains its own merkle tree even imho, it's not part of the block, just cached computation)
  23 2014-06-04 00:09:27 <phantomcircuit> sadly it seems like there is not since everything directly accesses vin
  24 2014-06-04 00:09:56 _Noether_ has quit (Ping timeout: 246 seconds)
  25 2014-06-04 00:10:12 <gmaxwell> a fun thing to try to record a backtrace every time a duplicte hash is run. you can do this easily if running under valgrind with VALGRIND_PRINTF_BACKTRACE or just backtrace_symbols() in glibc.
  26 2014-06-04 00:11:18 viic has joined
  27 2014-06-04 00:12:32 <phantomcircuit> gmaxwell, valgrind is sooooo slow
  28 2014-06-04 00:12:35 <phantomcircuit> it takes ages
  29 2014-06-04 00:13:02 <gmaxwell> yea so? who cares? you sleep sometime, right? ... but thats also why I mentioned backtrace_symbols. :)
  30 2014-06-04 00:14:27 weilu has joined
  31 2014-06-04 00:14:41 mrkent has quit (Ping timeout: 255 seconds)
  32 2014-06-04 00:17:01 _Noether_ has joined
  33 2014-06-04 00:19:00 moar_bitcoin_afk has quit ()
  34 2014-06-04 00:19:32 weilu has quit (Ping timeout: 265 seconds)
  35 2014-06-04 00:21:28 Zarutian has joined
  36 2014-06-04 00:22:56 mapppum has joined
  37 2014-06-04 00:23:20 yubrew has joined
  38 2014-06-04 00:24:57 <phantomcircuit> gmaxwell, psh
  39 2014-06-04 00:24:58 <phantomcircuit> sleep
  40 2014-06-04 00:25:18 <warren> Does anyone ever use RPC sendfrom?   The fromaccount doesn't actually limit the inputs to that fromaccount.
  41 2014-06-04 00:25:28 roconnor has quit (Remote host closed the connection)
  42 2014-06-04 00:25:46 rnvk has joined
  43 2014-06-04 00:27:10 <phantomcircuit> gmaxwell, lol no symbol names
  44 2014-06-04 00:27:31 yubrew has quit (Ping timeout: 240 seconds)
  45 2014-06-04 00:27:43 MaxSan has quit (Quit: Leaving.)
  46 2014-06-04 00:27:44 santoscork has quit (Quit: Quiet while I make like a cat)
  47 2014-06-04 00:27:45 mapppum has quit (Ping timeout: 265 seconds)
  48 2014-06-04 00:29:21 posita has quit (Quit: Leaving.)
  49 2014-06-04 00:30:00 <Luke-Jr> maaku: no patches are needed to bitcoind to merge mine
  50 2014-06-04 00:30:28 <Luke-Jr> warren: accounts don't have coins
  51 2014-06-04 00:30:33 <Luke-Jr> warren: works as intended
  52 2014-06-04 00:30:52 rnvk has quit (Ping timeout: 276 seconds)
  53 2014-06-04 00:32:04 <phantomcircuit> warren, the accounts system is an accounting system built, it does not control the coin selection
  54 2014-06-04 00:33:15 <phantomcircuit> sipa,
  55 2014-06-04 00:33:16 <phantomcircuit> lol
  56 2014-06-04 00:33:17 <phantomcircuit> ==10522==    by 0x264066: CTransaction::GetHash() const (core.cpp:77)
  57 2014-06-04 00:33:17 <phantomcircuit> ==10522==    by 0x21DE57: CTxMemPool::remove(CTransaction const&, std::list<CTransaction, std::allocator<CTransaction> >&, bool) (txmempool.cpp:94)
  58 2014-06-04 00:33:17 <warren> then why does sendfrom have a "fromaccount" parameter?
  59 2014-06-04 00:33:21 sahlhoff has quit (Quit: sahlhoff)
  60 2014-06-04 00:34:11 <Luke-Jr> warren: it deducts the value from the named account
  61 2014-06-04 00:34:22 <Luke-Jr> warren: there is no such thing as a from address, you should know this
  62 2014-06-04 00:34:28 hanti is now known as HANTI
  63 2014-06-04 00:34:29 <phantomcircuit> so so many duplicates
  64 2014-06-04 00:35:00 <warren> Luke-Jr: it's picking inputs from seemingly random other accounts
  65 2014-06-04 00:35:12 <Luke-Jr> warren: no such thing
  66 2014-06-04 00:35:21 <Luke-Jr> warren: accounts are just numbers
  67 2014-06-04 00:35:23 <warren> and it doesn't use the fromaccount
  68 2014-06-04 00:35:27 <Luke-Jr> it does
  69 2014-06-04 00:35:41 <warren> the fromaccount contains only a single input
  70 2014-06-04 00:35:48 <phantomcircuit> gmaxwell, can i do something horrible like change CTransaction:vIn to a method returning a const
  71 2014-06-04 00:35:57 <Luke-Jr> warren: accoutns don't contain inputs, period.
  72 2014-06-04 00:36:20 <phantomcircuit> then anywhere that vIn is actually being updated change to a different method which returns a non const
  73 2014-06-04 00:36:30 <phantomcircuit> that way everything can be safely (? maybe) cached
  74 2014-06-04 00:36:38 <phantomcircuit> Luke-Jr, opinions on above?
  75 2014-06-04 00:36:51 <warren> Luke-Jr: setaccount <address> <accountname> where address has a single input, then sendfrom <accountname>
  76 2014-06-04 00:37:16 <phantomcircuit> warren, fromaccount is merely an instruction to debit that account the amount sent
  77 2014-06-04 00:37:16 <Luke-Jr> warren: addresses don't have inputs either.
  78 2014-06-04 00:37:18 nvmme has quit (Quit: nvmme)
  79 2014-06-04 00:37:40 <Luke-Jr> setaccount and sendfrom have no relationship.
  80 2014-06-04 00:38:01 <warren> listunspent shows <address> is part of <accountname>
  81 2014-06-04 00:38:05 <Luke-Jr> warren: bitcoind listaccounts; do a sendfrom, then listaccounts again
  82 2014-06-04 00:38:12 <Luke-Jr> warren: the account will be N less after sendfrom
  83 2014-06-04 00:38:36 <Luke-Jr> warren: yes, addresses are tied to an account. so when you send to the address, that account gets credited.
  84 2014-06-04 00:38:49 <Luke-Jr> neither addresses nor accounts are related to UTXO entries
  85 2014-06-04 00:38:49 <phantomcircuit> which is the full limit of the link
  86 2014-06-04 00:39:24 <Luke-Jr> I have no idea why listunspent tells you an address or account, that seems unexpected/strange
  87 2014-06-04 00:39:27 <warren> OK, so you can't use sendfrom as a dumb way to avoid using createrawtransaction.  Got it.
  88 2014-06-04 00:39:37 <warren> listunspent does
  89 2014-06-04 00:40:15 <warren> In this dumb shell script I'm spending a particular output for the purpose of automating a reorg tester.
  90 2014-06-04 00:40:20 <warren> double-spent tester actually
  91 2014-06-04 00:41:00 <Luke-Jr> warren: there is a misguided spendfrom script in contrib/
  92 2014-06-04 00:41:14 MaxSan has joined
  93 2014-06-04 00:41:26 <Luke-Jr> (that IMO we should delete..)
  94 2014-06-04 00:41:40 Guest83319 has quit (Ping timeout: 260 seconds)
  95 2014-06-04 00:42:02 nessence has joined
  96 2014-06-04 00:43:15 <warren> True listunspent doesn't give addresses, but it does show what account an input is part of as set by setaccount.
  97 2014-06-04 00:43:23 <warren> If that's useless then it shouldn't display that.
  98 2014-06-04 00:44:40 <phantomcircuit> gmaxwell, oh god, too much data
  99 2014-06-04 00:44:43 <Luke-Jr> inputs are NOT part of any account.
 100 2014-06-04 00:44:57 <warren> Luke-Jr: listunspent makes it seem like they are
 101 2014-06-04 00:45:06 <Luke-Jr> well, I'd ACK a PR to remove it
 102 2014-06-04 00:45:12 <Luke-Jr> because that seems stupid
 103 2014-06-04 00:45:17 <Luke-Jr> otoh, 0.10 is probably removing accounts entirely
 104 2014-06-04 00:45:19 <Luke-Jr> so.
 105 2014-06-04 00:45:45 <warren> good
 106 2014-06-04 00:49:07 SoftwareMechanic has quit (Quit: SoftwareMechanic)
 107 2014-06-04 00:50:48 digitalmagus8 has joined
 108 2014-06-04 00:51:30 johnsoft has quit (Ping timeout: 252 seconds)
 109 2014-06-04 00:54:10 Coincide_ has quit (Read error: Connection reset by peer)
 110 2014-06-04 00:54:13 mapppum has joined
 111 2014-06-04 00:54:22 banghouse has quit (Read error: Connection reset by peer)
 112 2014-06-04 00:54:55 melvster has quit (Ping timeout: 276 seconds)
 113 2014-06-04 00:56:02 Coincidental has joined
 114 2014-06-04 01:02:02 nvmme has joined
 115 2014-06-04 01:02:02 <phantomcircuit> fun
 116 2014-06-04 01:05:19 <gwb3> †
 117 2014-06-04 01:08:23 sahlhoff has joined
 118 2014-06-04 01:10:30 wallet42 has quit (Quit: Leaving.)
 119 2014-06-04 01:10:54 wallet42 has joined
 120 2014-06-04 01:11:49 gonedrk has quit (Quit: Leaving)
 121 2014-06-04 01:12:41 wallet42 has quit (Client Quit)
 122 2014-06-04 01:13:42 <phantomcircuit> gmaxwell, any idea how to get symbols w/ backtrace?
 123 2014-06-04 01:15:14 weilu has joined
 124 2014-06-04 01:17:32 yubrew has joined
 125 2014-06-04 01:17:57 johnsoft has joined
 126 2014-06-04 01:18:08 posita has joined
 127 2014-06-04 01:19:44 weilu has quit (Ping timeout: 252 seconds)
 128 2014-06-04 01:20:39 Krellan_ has quit (Ping timeout: 240 seconds)
 129 2014-06-04 01:22:14 yubrew has quit (Ping timeout: 264 seconds)
 130 2014-06-04 01:22:25 beachandbytes has joined
 131 2014-06-04 01:24:24 Burrito has quit (Quit: Leaving)
 132 2014-06-04 01:24:42 Burrito has joined
 133 2014-06-04 01:24:45 jcorgan_ is now known as jcorgan
 134 2014-06-04 01:27:44 <gmaxwell> I thought backtrace_symbols() resolved symbols. ... but last time I did this I just used valgrind.
 135 2014-06-04 01:28:34 mmatthew_43 has joined
 136 2014-06-04 01:29:06 <PLM3> Hello. Question. bitcoin-cli. Is there a way to nicely get a list of all transactions (with confirmation counts) for a particular address ?
 137 2014-06-04 01:29:19 <PLM3> that address isn't foreign address
 138 2014-06-04 01:29:52 Semi_Slav has quit (Quit: Semi_Slav)
 139 2014-06-04 01:29:54 Burrito has quit (Quit: Leaving)
 140 2014-06-04 01:29:55 <PLM3> something like "listtransactions", but for particular address, not whole account
 141 2014-06-04 01:30:42 nsh has quit (Changing host)
 142 2014-06-04 01:30:42 nsh has joined
 143 2014-06-04 01:32:46 <phantomcircuit> gmaxwell, it does, but it's only doing it correctly for libc
 144 2014-06-04 01:33:02 <phantomcircuit> the valgrind thing works but prints directly to stdout
 145 2014-06-04 01:33:14 <phantomcircuit> so i cant count them
 146 2014-06-04 01:33:19 nessence has quit (Remote host closed the connection)
 147 2014-06-04 01:33:57 nessence has joined
 148 2014-06-04 01:34:50 <gmaxwell> so redirect stdout to a file.
 149 2014-06-04 01:35:22 <gmaxwell> if you're only printing repeats, you could also print the repeat count to stdout.
 150 2014-06-04 01:35:23 <phantomcircuit> gmaxwell, bah but then i have to parse
 151 2014-06-04 01:35:25 RoboTeddy has quit (Ping timeout: 265 seconds)
 152 2014-06-04 01:35:26 meatspin has quit (Ping timeout: 264 seconds)
 153 2014-06-04 01:35:44 meatspin has joined
 154 2014-06-04 01:37:32 stuntkit_ has quit (Remote host closed the connection)
 155 2014-06-04 01:38:23 nessence has quit (Ping timeout: 255 seconds)
 156 2014-06-04 01:39:47 mrkent has joined
 157 2014-06-04 01:42:56 cyamaguchi has joined
 158 2014-06-04 01:44:03 home_jg is now known as jgarzik
 159 2014-06-04 01:44:07 JZavala has joined
 160 2014-06-04 01:44:19 robonerd has quit (Ping timeout: 276 seconds)
 161 2014-06-04 01:45:05 MaxSan has quit (Quit: Leaving.)
 162 2014-06-04 01:46:35 robonerd has joined
 163 2014-06-04 01:50:24 pooler has quit (Ping timeout: 265 seconds)
 164 2014-06-04 01:53:31 <jgarzik> phantomcircuit, hehehe, if you are a programmer who dislikes parsing, it sounds like trucking  is a good profession ;p
 165 2014-06-04 01:53:52 <phantomcircuit> jgarzik, it's a giant mess
 166 2014-06-04 01:55:08 nessence has joined
 167 2014-06-04 01:55:09 pooler has joined
 168 2014-06-04 01:55:49 CheckDavid has quit (Quit: Connection closed for inactivity)
 169 2014-06-04 01:55:57 stuntkite has joined
 170 2014-06-04 01:56:33 nessence has quit (Remote host closed the connection)
 171 2014-06-04 01:57:02 nessence has joined
 172 2014-06-04 01:57:36 <gmaxwell> jgarzik: no, audio and video codecs are a good profession, or DSP work in general. Not a string in sight. :)
 173 2014-06-04 01:58:16 <phantomcircuit> jgarzik, it's 800MB of stacktraces...
 174 2014-06-04 01:59:39 <posita> Does anyone here have any exposure to pycoin?
 175 2014-06-04 01:59:42 <jgarzik> I'll see that and raise you a multi-gigabyte pile of PCI-Express bus traces (kernel driver debugging)
 176 2014-06-04 01:59:48 mmatthew_43 has quit (Quit: Leaving...)
 177 2014-06-04 02:00:13 ThomasV has joined
 178 2014-06-04 02:00:42 wallet42 has joined
 179 2014-06-04 02:01:32 nessence has quit (Ping timeout: 252 seconds)
 180 2014-06-04 02:02:04 <posita> One should not expect to see two different Bitcoin addresses from the same private key, correct?
 181 2014-06-04 02:02:43 <posita> Meaning if bitcoinj says the mainnet address for key X is XXX and pycoin says the mainnet address for key X is YYY, one of them has to be wrong, no?
 182 2014-06-04 02:03:03 <phantomcircuit> jgarzik, i'd honestly prefer that...
 183 2014-06-04 02:04:54 mrkent has quit (Ping timeout: 265 seconds)
 184 2014-06-04 02:06:33 <posita> http://pastebin.com/4KitNPGL
 185 2014-06-04 02:07:13 <posita> (Forgive the jython, it was just easier to experiment….)
 186 2014-06-04 02:08:59 ThomasV has quit (Ping timeout: 240 seconds)
 187 2014-06-04 02:09:11 GMP has joined
 188 2014-06-04 02:10:43 meatspin has quit (Killed (wilhelm.freenode.net (Nickname regained by services)))
 189 2014-06-04 02:11:30 yubrew has joined
 190 2014-06-04 02:11:30 Guest99915 has joined
 191 2014-06-04 02:13:58 MoALTz__ has joined
 192 2014-06-04 02:15:56 weilu has joined
 193 2014-06-04 02:16:14 yubrew has quit (Ping timeout: 264 seconds)
 194 2014-06-04 02:16:52 MoALTz_ has quit (Ping timeout: 260 seconds)
 195 2014-06-04 02:20:36 weilu has quit (Ping timeout: 260 seconds)
 196 2014-06-04 02:20:55 <phantomcircuit> ha success
 197 2014-06-04 02:20:56 <phantomcircuit> http://pastebin.com/raw.php?i=GZjLTPUq
 198 2014-06-04 02:21:22 <phantomcircuit> as suspected the merkle tree generation stuff is the most expensive
 199 2014-06-04 02:21:36 Zarutian has quit (Quit: Zarutian)
 200 2014-06-04 02:21:37 <gmaxwell> but whats most redundant?
 201 2014-06-04 02:21:43 dabura667 has joined
 202 2014-06-04 02:21:47 <phantomcircuit> gmaxwell, more or less all of it
 203 2014-06-04 02:22:05 <phantomcircuit> if vin was const it would be trivial to cache the value
 204 2014-06-04 02:22:06 <phantomcircuit> :(
 205 2014-06-04 02:22:09 hearn has joined
 206 2014-06-04 02:22:29 <gmaxwell> we might want to do a dedicated merkle tree generator... since they could use SIMD SHA2 that computes four at a time.
 207 2014-06-04 02:22:45 <gmaxwell> (IIRC it's more than a 2x speedup)
 208 2014-06-04 02:23:12 <phantomcircuit> ==19885==    by 0x263FC6: CTransaction::GetHash() const (core.cpp:77)
 209 2014-06-04 02:23:12 <phantomcircuit> ==19885==    by 0x21DDE7: CTxMemPool::remove(CTransaction const&, std::list<CTransaction, std::allocator<CTransaction> >&, bool) (txmempool.cpp:94)
 210 2014-06-04 02:23:17 <phantomcircuit> that's probably the most silly one
 211 2014-06-04 02:23:27 <phantomcircuit> the hash cant change once it's in the mempool anyways
 212 2014-06-04 02:25:48 akstunt600 has joined
 213 2014-06-04 02:25:54 aschildbach_ has joined
 214 2014-06-04 02:26:12 aschildbach has quit (Ping timeout: 260 seconds)
 215 2014-06-04 02:28:03 Guest99915 has quit (Ping timeout: 252 seconds)
 216 2014-06-04 02:29:52 Subo1977_ has joined
 217 2014-06-04 02:30:39 <phantomcircuit> gmaxwell, actually wait the merkle tree shouldn't appear in there at all
 218 2014-06-04 02:30:46 <phantomcircuit> this is only the duplicate calls
 219 2014-06-04 02:31:11 dgenr8 has quit (Quit: dgenr8)
 220 2014-06-04 02:32:00 dgenr8 has joined
 221 2014-06-04 02:34:23 Subo1977 has quit (Ping timeout: 272 seconds)
 222 2014-06-04 02:34:59 beachandbytes has quit (Ping timeout: 240 seconds)
 223 2014-06-04 02:38:35 <phantomcircuit> gmaxwell, actually the first two are duplicates of each other
 224 2014-06-04 02:38:38 basylib has joined
 225 2014-06-04 02:38:53 <phantomcircuit> AcceptBlock causes the merkle tree to be calculated twice
 226 2014-06-04 02:39:42 basylib has quit (Remote host closed the connection)
 227 2014-06-04 02:41:51 nessence has joined
 228 2014-06-04 02:43:16 mxisaac has joined
 229 2014-06-04 02:43:55 n0n0 has joined
 230 2014-06-04 02:45:22 cyamaguchi has quit (Quit: cyamaguchi)
 231 2014-06-04 02:48:13 n0n0 has quit (Ping timeout: 252 seconds)
 232 2014-06-04 02:48:38 dims has quit (Ping timeout: 264 seconds)
 233 2014-06-04 02:50:26 roconnor has joined
 234 2014-06-04 02:51:45 hearn has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
 235 2014-06-04 02:51:51 <gwb3> Alright story time, I have to vent - just almost certainly got fired from my job for being a Bitcoin contributor.
 236 2014-06-04 02:52:27 <gwb3> I work for a company that has around 100 employees and 8 offices.
 237 2014-06-04 02:52:49 <justanotheruser> gwb3: is it a company that in competes with bitcoin?
 238 2014-06-04 02:53:05 <gwb3> I am a web developer for them, but they choose to oursource the hosting to a third party that offers "managed service hosting" - so my only responsibility is to handle the stack of what is the website, nothing on the backend that is the hosting.
 239 2014-06-04 02:53:09 <gwb3> No.
 240 2014-06-04 02:53:26 <justanotheruser> gwb3: so they specifically said "for being a bitcoin contributor"?
 241 2014-06-04 02:53:47 <justanotheruser> I think there are quite a few companies that might hire on those grounds :)
 242 2014-06-04 02:53:47 <gwb3> The hosting company setup two servers, a staging server and a production server and put the website that I service on them, and then another website that is handled by another company.
 243 2014-06-04 02:54:29 <gwb3> Their default SSH port was 22, there was no RSA authentication, and no firewall.
 244 2014-06-04 02:54:35 mxisaac has quit ()
 245 2014-06-04 02:54:41 <gwb3> I setup logwatch so I could monitor my application for PHP errors, etc.
 246 2014-06-04 02:55:22 <gwb3> Last Wednesday the server crashed because someone hacked into it via one of the user accounts and setup a bitcoin mining process.
 247 2014-06-04 02:55:23 sahlhoff has quit (Quit: sahlhoff)
 248 2014-06-04 02:55:42 <maaku> ah
 249 2014-06-04 02:56:12 <gwb3> Apparently it was the 4th time it happened, whoever did it setup a cronjob to download the Bitcoin core software from Bitcoin.org (where I am a contributor) so that they could run a mining network on hacked computers to try to make money.
 250 2014-06-04 02:56:53 <gwb3> Since I post regularly about Bitcoin on LinkedIn and Twitter the finger is getting pointed at me.
 251 2014-06-04 02:57:00 digitalmagus8 has quit (Ping timeout: 260 seconds)
 252 2014-06-04 02:57:23 <gwb3> Despite the fact that logwatch shows dozens of brute force attempts from many different companies and IPs, as well as incorrect login attempts on multitudes of different user accounts.
 253 2014-06-04 02:57:38 <maaku> gwb3: this won't help your situation but ... these don't sound like good people to be working with
 254 2014-06-04 02:57:42 <gwb3> ./end rant
 255 2014-06-04 02:57:48 <gwb3> yeah just frustrating
 256 2014-06-04 02:58:08 <gwb3> there's what pays the bills, and then there's bitcoin
 257 2014-06-04 02:58:17 <maaku> aint that the truth :(
 258 2014-06-04 02:58:17 mr_burdell has quit (Read error: Connection reset by peer)
 259 2014-06-04 02:58:39 <gwb3> they are like, "Garland, we see the server logs, and there is a process that connects to Bitcoin.org, you work on that site, right?"
 260 2014-06-04 02:58:49 * gwb3 facepalm.
 261 2014-06-04 02:59:02 <gwb3> anyhow whatever
 262 2014-06-04 02:59:05 <gwb3> just had to vent
 263 2014-06-04 02:59:13 <gwb3> feel better now, i know you all can appreciate what bullshit that is
 264 2014-06-04 03:00:01 <gwb3> on to the next job i guess
 265 2014-06-04 03:00:21 <gwb3> i'm basically on paid leave now
 266 2014-06-04 03:00:29 <Luke-Jr> [02:54:02] <gwb3> Despite the fact that logwatch shows dozens of brute force attempts from many different companies and IPs, as well as incorrect login attempts on multitudes of different user accounts. <-- this is fairly normal :p
 267 2014-06-04 03:00:59 <gwb3> Luke-Jr: yeah, agreed
 268 2014-06-04 03:01:15 n0n0 has joined
 269 2014-06-04 03:01:29 <gwb3> Luke-Jr: Hence the, "He works on Bitcoin.org, he must have something to do with it" argument.
 270 2014-06-04 03:01:38 george_p has quit (Ping timeout: 272 seconds)
 271 2014-06-04 03:01:59 george_p has joined
 272 2014-06-04 03:02:03 mr_burdell has joined
 273 2014-06-04 03:02:27 roconnor has quit (Quit: Konversation terminated!)
 274 2014-06-04 03:02:37 <gwb3> Luke-Jr: although if you have fail2ban installed you wouldn't be seeing 300+ brute-force attempts from the same ip in China
 275 2014-06-04 03:03:44 HaltingState has quit (Remote host closed the connection)
 276 2014-06-04 03:05:39 yubrew has joined
 277 2014-06-04 03:06:26 <gwb3> sometimes in life you're the windshield, other times in life you're the bug
 278 2014-06-04 03:06:46 xdotcommer has quit ()
 279 2014-06-04 03:07:51 Coincidental has quit (Remote host closed the connection)
 280 2014-06-04 03:08:29 <maaku> you should see our logs from the NASA public network - we couldn't bring a fresh windows machine online because it'd be rooted by someone at a chinese IP before it'd have time to patch & reboot
 281 2014-06-04 03:09:36 dexX7 has quit (Ping timeout: 260 seconds)
 282 2014-06-04 03:09:59 yubrew has quit (Ping timeout: 240 seconds)
 283 2014-06-04 03:10:28 <gwb3> I can imagine.
 284 2014-06-04 03:10:35 weilu has joined
 285 2014-06-04 03:11:52 <justanotheruser> Has anyone here ever used pybitcointools for ec point addition?
 286 2014-06-04 03:12:39 cyamaguchi has joined
 287 2014-06-04 03:13:46 <gwb3> Sorry to get sappy here for a sec, but everyone here, always listen to your heart in life - let that be your compass. My heart says to work on Bitcoin.
 288 2014-06-04 03:13:51 <gwb3> Onward. :)
 289 2014-06-04 03:13:57 weilu has quit (Remote host closed the connection)
 290 2014-06-04 03:14:06 <justanotheruser> gwb3: If you contribute to bitcoin core, I don't think a job should be too hard to find :P
 291 2014-06-04 03:14:14 Rococo44 has quit (Ping timeout: 255 seconds)
 292 2014-06-04 03:14:17 mpmcsweeney has joined
 293 2014-06-04 03:14:40 nessence has quit (Remote host closed the connection)
 294 2014-06-04 03:15:09 nessence has joined
 295 2014-06-04 03:15:18 weilu has joined
 296 2014-06-04 03:17:42 <gwb3> justanotheruser: I'm not involved in that, but appreciate where your kind words come from.
 297 2014-06-04 03:17:52 one_zero has joined
 298 2014-06-04 03:18:08 jordandotdev has quit (Quit: Connection closed for inactivity)
 299 2014-06-04 03:18:13 <justanotheruser> gwb3: oh? What project then?
 300 2014-06-04 03:18:28 <gwb3> justanotheruser: Bitcoin.org
 301 2014-06-04 03:18:48 <justanotheruser> gwb3: oh cool
 302 2014-06-04 03:18:59 <gwb3> justanotheruser: ::thumbs up::
 303 2014-06-04 03:19:39 weilu has quit (Ping timeout: 240 seconds)
 304 2014-06-04 03:19:42 <gwb3> Goodnight all, hope it wasn't too much of an inconvenience to have a rant for a few minutes, just stunned that bullshit happened to me today and had to put it somewhere. Hope you all have great rests of the week.
 305 2014-06-04 03:19:47 * gwb3 goes back to idling.
 306 2014-06-04 03:19:52 nessence has quit (Ping timeout: 260 seconds)
 307 2014-06-04 03:21:31 RoboTeddy has joined
 308 2014-06-04 03:21:34 akstunt600 has quit (Ping timeout: 245 seconds)
 309 2014-06-04 03:21:51 akstunt600 has joined
 310 2014-06-04 03:23:41 n0n0 has quit (Ping timeout: 265 seconds)
 311 2014-06-04 03:28:26 iwilcox has quit (Remote host closed the connection)
 312 2014-06-04 03:28:26 george_p has quit (Remote host closed the connection)
 313 2014-06-04 03:28:26 karc has quit (Remote host closed the connection)
 314 2014-06-04 03:28:26 Lexa has quit (Remote host closed the connection)
 315 2014-06-04 03:28:26 Subo1977_ has quit (Remote host closed the connection)
 316 2014-06-04 03:28:26 gst has quit (Remote host closed the connection)
 317 2014-06-04 03:28:26 random_cat has quit (Remote host closed the connection)
 318 2014-06-04 03:28:26 mortale has quit (Remote host closed the connection)
 319 2014-06-04 03:28:27 dignork has quit (Write error: Broken pipe)
 320 2014-06-04 03:28:27 papa3 has quit (Write error: Broken pipe)
 321 2014-06-04 03:28:27 darkee_ has quit (Write error: Connection reset by peer)
 322 2014-06-04 03:28:27 eristisk has quit (Write error: Connection reset by peer)
 323 2014-06-04 03:28:27 Adlai has quit (Write error: Connection reset by peer)
 324 2014-06-04 03:28:27 KillYourTV has quit (Write error: Connection reset by peer)
 325 2014-06-04 03:30:01 TheSeven has quit (Ping timeout: 252 seconds)
 326 2014-06-04 03:30:01 Subo1977 has joined
 327 2014-06-04 03:31:17 TheSeven has joined
 328 2014-06-04 03:31:51 Emcy has quit (Ping timeout: 252 seconds)
 329 2014-06-04 03:31:58 Emcy_ has joined
 330 2014-06-04 03:33:03 crunk-juice has joined
 331 2014-06-04 03:33:54 mpmcsweeney has quit (Remote host closed the connection)
 332 2014-06-04 03:33:59 nessence has joined
 333 2014-06-04 03:34:25 <sipa> posita: compressed and noncompressed address?
 334 2014-06-04 03:35:58 stuntkite has quit (Remote host closed the connection)
 335 2014-06-04 03:36:11 iwilcox has joined
 336 2014-06-04 03:36:18 dignork has joined
 337 2014-06-04 03:36:21 brandondahler has quit (Read error: Connection reset by peer)
 338 2014-06-04 03:36:22 karc has joined
 339 2014-06-04 03:36:28 nessence has quit (Client Quit)
 340 2014-06-04 03:36:31 Lexa has joined
 341 2014-06-04 03:36:33 stuntkite has joined
 342 2014-06-04 03:36:39 brandondahler has joined
 343 2014-06-04 03:37:50 KillYourTV has joined
 344 2014-06-04 03:38:47 gst has joined
 345 2014-06-04 03:38:50 mr_burdell has quit (Read error: Connection reset by peer)
 346 2014-06-04 03:39:01 one_zero_ has joined
 347 2014-06-04 03:40:47 one_zero has quit (Ping timeout: 255 seconds)
 348 2014-06-04 03:41:19 stuntkite has quit (Ping timeout: 276 seconds)
 349 2014-06-04 03:41:24 Adlai has joined
 350 2014-06-04 03:43:14 skinnkavaj has quit (Ping timeout: 245 seconds)
 351 2014-06-04 03:43:44 brandondahler has quit (Read error: Connection reset by peer)
 352 2014-06-04 03:43:56 samson_ has quit (Ping timeout: 255 seconds)
 353 2014-06-04 03:44:02 brandondahler has joined
 354 2014-06-04 03:44:05 cadaver has joined
 355 2014-06-04 03:44:46 samson_ has joined
 356 2014-06-04 03:44:46 weilu has joined
 357 2014-06-04 03:44:51 random_cat has joined
 358 2014-06-04 03:49:13 jMyles has joined
 359 2014-06-04 03:49:50 weilu has quit (Ping timeout: 264 seconds)
 360 2014-06-04 03:51:23 justanotheruser1 has quit (Quit: My behavior is not conducive to the desired environment)
 361 2014-06-04 03:52:54 Vitalik_ has joined
 362 2014-06-04 03:53:20 mpmcsweeney has joined
 363 2014-06-04 03:53:28 <posita> sipa: exactly
 364 2014-06-04 03:53:49 <posita> My apologies. Richard Kiss helped solidify my embarrassment.
 365 2014-06-04 03:54:03 <posita> I've been smacking my forehead a lot lately....
 366 2014-06-04 03:54:23 <posita> I forgot to post back here.
 367 2014-06-04 03:55:44 Vitalik has quit (Ping timeout: 245 seconds)
 368 2014-06-04 03:56:41 Application has quit (Ping timeout: 240 seconds)
 369 2014-06-04 03:59:18 brson has joined
 370 2014-06-04 03:59:28 Vitalik has joined
 371 2014-06-04 04:00:01 yubrew has joined
 372 2014-06-04 04:00:18 digitalmagus8 has joined
 373 2014-06-04 04:03:17 Vitalik_ has quit (Ping timeout: 255 seconds)
 374 2014-06-04 04:04:31 jordandotdev has joined
 375 2014-06-04 04:04:40 yubrew has quit (Ping timeout: 260 seconds)
 376 2014-06-04 04:06:12 SittingBull has quit (Ping timeout: 252 seconds)
 377 2014-06-04 04:07:12 phish has quit (Ping timeout: 252 seconds)
 378 2014-06-04 04:07:28 mr_burdell has joined
 379 2014-06-04 04:07:44 phish has joined
 380 2014-06-04 04:09:05 george_p has joined
 381 2014-06-04 04:13:39 brson has quit (Ping timeout: 245 seconds)
 382 2014-06-04 04:15:38 akstunt600 has quit (Ping timeout: 264 seconds)
 383 2014-06-04 04:15:48 akstunt600 has joined
 384 2014-06-04 04:18:01 Namworld has quit ()
 385 2014-06-04 04:20:35 rebroad has joined
 386 2014-06-04 04:20:54 brson has joined
 387 2014-06-04 04:21:19 debiantoruser has quit (Ping timeout: 240 seconds)
 388 2014-06-04 04:21:59 cystic has quit (Quit: Connection closed for inactivity)
 389 2014-06-04 04:23:08 ShawnLeary has quit (Ping timeout: 265 seconds)
 390 2014-06-04 04:23:11 debiantoruser has joined
 391 2014-06-04 04:23:56 jayne has quit (Read error: Connection timed out)
 392 2014-06-04 04:24:36 Application has joined
 393 2014-06-04 04:24:54 crunk-juice has quit (Remote host closed the connection)
 394 2014-06-04 04:27:28 n0n0 has joined
 395 2014-06-04 04:28:42 mus1cb0x has joined
 396 2014-06-04 04:28:48 <mus1cb0x> what's wrong with blockchain.info?
 397 2014-06-04 04:29:11 <mus1cb0x> https://blockchain.info/address/1KQR42DR9UP7WGrS98fcTpkgYPYxqwMZeu doesn't show the transactions to/from the address like it used to
 398 2014-06-04 04:29:17 AndyOfiesh has quit (Ping timeout: 246 seconds)
 399 2014-06-04 04:29:54 <justanotheruser> mus1cb0x: someone in #bitcoin was having problems too. use blockexplorer.com
 400 2014-06-04 04:30:36 ericmuyser has joined
 401 2014-06-04 04:30:56 <mus1cb0x> it's also laggin, wtf
 402 2014-06-04 04:31:52 jayne has joined
 403 2014-06-04 04:32:24 akstunt600 has quit (Ping timeout: 245 seconds)
 404 2014-06-04 04:34:32 mus1cb0x has left ("WeeChat 0.4.2")
 405 2014-06-04 04:34:39 mpmcsweeney has quit (Remote host closed the connection)
 406 2014-06-04 04:35:10 eoss has joined
 407 2014-06-04 04:37:31 stuntkite has joined
 408 2014-06-04 04:38:31 yibgiugh has quit (Ping timeout: 276 seconds)
 409 2014-06-04 04:39:18 mpmcsweeney has joined
 410 2014-06-04 04:39:24 mpmcsweeney has quit (Read error: Connection reset by peer)
 411 2014-06-04 04:41:41 ericmuyser has quit (Remote host closed the connection)
 412 2014-06-04 04:42:16 ericmuyser has joined
 413 2014-06-04 04:42:57 stuntkite has quit (Remote host closed the connection)
 414 2014-06-04 04:43:32 dabura667 has quit (Quit: Leaving)
 415 2014-06-04 04:44:53 ericmuyser has quit (Read error: Connection reset by peer)
 416 2014-06-04 04:44:53 ericmuys_ has joined
 417 2014-06-04 04:46:40 rebroad has quit (Ping timeout: 260 seconds)
 418 2014-06-04 04:47:10 mpmcsweeney has joined
 419 2014-06-04 04:49:45 ericmuys_ has quit (Remote host closed the connection)
 420 2014-06-04 04:51:28 ericmuyser has joined
 421 2014-06-04 04:53:46 yubrew has joined
 422 2014-06-04 04:54:26 Soligor has quit (Quit: Soligor)
 423 2014-06-04 04:58:25 nvmme has quit (Ping timeout: 265 seconds)
 424 2014-06-04 04:58:37 rebroad has joined
 425 2014-06-04 04:58:50 yubrew has quit (Ping timeout: 264 seconds)
 426 2014-06-04 04:59:00 rebroad is now known as Guest56706
 427 2014-06-04 04:59:27 beachandbytes has joined
 428 2014-06-04 05:00:45 stickie has joined
 429 2014-06-04 05:02:18 stickie has quit (Remote host closed the connection)
 430 2014-06-04 05:03:37 paveljanik has joined
 431 2014-06-04 05:04:41 Guest56706 has quit (Ping timeout: 240 seconds)
 432 2014-06-04 05:10:10 cyamaguchi has quit (Quit: cyamaguchi)
 433 2014-06-04 05:11:19 Belxjander has quit (Ping timeout: 240 seconds)
 434 2014-06-04 05:12:41 weilu_ has joined
 435 2014-06-04 05:13:03 eoss has quit (Ping timeout: 255 seconds)
 436 2014-06-04 05:16:59 weilu_ has quit (Ping timeout: 240 seconds)
 437 2014-06-04 05:21:02 roboaunt has quit (Quit: Textual IRC Client: www.textualapp.com)
 438 2014-06-04 05:24:59 coeus has quit (Ping timeout: 240 seconds)
 439 2014-06-04 05:25:05 Belxjander has joined
 440 2014-06-04 05:25:14 sahlhoff has joined
 441 2014-06-04 05:25:16 AtashiCon has quit (Quit: AtashiCon)
 442 2014-06-04 05:28:51 eoss has joined
 443 2014-06-04 05:29:24 AtashiCon has joined
 444 2014-06-04 05:30:19 mpmcswee_ has joined
 445 2014-06-04 05:31:16 mpmcswee_ has quit (Remote host closed the connection)
 446 2014-06-04 05:31:51 mpmcswee_ has joined
 447 2014-06-04 05:32:26 TurboS_911 has quit (Quit: My iMac has gone to sleep. ZZZzzz…)
 448 2014-06-04 05:33:14 mpmcsweeney has quit (Ping timeout: 245 seconds)
 449 2014-06-04 05:34:56 Alina-malina has quit (Ping timeout: 252 seconds)
 450 2014-06-04 05:35:35 Alina-malina has joined
 451 2014-06-04 05:36:08 mpmcswee_ has quit (Ping timeout: 260 seconds)
 452 2014-06-04 05:40:02 nullbyte has quit (Ping timeout: 255 seconds)
 453 2014-06-04 05:42:47 Belxjander has quit (Quit: Exit())
 454 2014-06-04 05:47:09 w1zman has joined
 455 2014-06-04 05:47:09 w1zman has quit (Changing host)
 456 2014-06-04 05:47:10 w1zman has joined
 457 2014-06-04 05:47:41 mapppum has quit (Remote host closed the connection)
 458 2014-06-04 05:48:07 yubrew has joined
 459 2014-06-04 05:48:51 bardi_harborow has joined
 460 2014-06-04 05:50:15 bardi_harborow has quit (Remote host closed the connection)
 461 2014-06-04 05:51:12 bardi_harborow has joined
 462 2014-06-04 05:52:39 yubrew has quit (Ping timeout: 255 seconds)
 463 2014-06-04 05:53:21 Belxjander has joined
 464 2014-06-04 05:53:43 jtimon has joined
 465 2014-06-04 05:57:03 paveljanik has quit (Ping timeout: 252 seconds)
 466 2014-06-04 05:57:38 jcrubino has quit (Ping timeout: 264 seconds)
 467 2014-06-04 06:07:10 chainey has quit (Quit: Connection reset by beer)
 468 2014-06-04 06:07:46 LarsLarsen has joined
 469 2014-06-04 06:07:59 brandondahler has quit (Ping timeout: 240 seconds)
 470 2014-06-04 06:09:26 weilu_ has joined
 471 2014-06-04 06:10:32 jcrubino has joined
 472 2014-06-04 06:10:40 weilu_ has quit (Read error: Connection reset by peer)
 473 2014-06-04 06:11:32 weilu_ has joined
 474 2014-06-04 06:12:39 weilu_ has quit (Read error: Connection reset by peer)
 475 2014-06-04 06:13:00 jtimon has quit (Ping timeout: 260 seconds)
 476 2014-06-04 06:13:07 weilu_ has joined
 477 2014-06-04 06:14:48 dignork has quit (Ping timeout: 272 seconds)
 478 2014-06-04 06:17:29 weilu_ has quit (Ping timeout: 252 seconds)
 479 2014-06-04 06:19:29 jtimon has joined
 480 2014-06-04 06:19:40 ThomasV has joined
 481 2014-06-04 06:20:02 dignork has joined
 482 2014-06-04 06:22:20 eristisk has joined
 483 2014-06-04 06:24:08 damethos has joined
 484 2014-06-04 06:25:44 jtimon has quit (Ping timeout: 245 seconds)
 485 2014-06-04 06:27:26 chainey has joined
 486 2014-06-04 06:27:27 neozaru has joined
 487 2014-06-04 06:27:50 ThomasV has quit (Ping timeout: 265 seconds)
 488 2014-06-04 06:28:14 implr has quit (Ping timeout: 264 seconds)
 489 2014-06-04 06:35:19 brson has quit (Ping timeout: 240 seconds)
 490 2014-06-04 06:35:56 plaprade has joined
 491 2014-06-04 06:36:08 ThomasV has joined
 492 2014-06-04 06:36:52 Gerendon has quit (Ping timeout: 240 seconds)
 493 2014-06-04 06:37:44 shadowbroker has quit (Remote host closed the connection)
 494 2014-06-04 06:38:01 eoss has quit (Ping timeout: 252 seconds)
 495 2014-06-04 06:40:19 aschildbach_ has quit (Ping timeout: 252 seconds)
 496 2014-06-04 06:41:48 MoALTz__ has quit (Quit: Leaving)
 497 2014-06-04 06:41:48 seven has quit (Quit: EliteBNC free bnc service - http://elitebnc.org - be a part of the Elite!)
 498 2014-06-04 06:42:23 yubrew has joined
 499 2014-06-04 06:44:19 stuntkite has joined
 500 2014-06-04 06:45:03 lclc has joined
 501 2014-06-04 06:46:19 yubrew has quit (Ping timeout: 240 seconds)
 502 2014-06-04 06:47:06 KillYourTV has quit (Ping timeout: 272 seconds)
 503 2014-06-04 06:48:05 KillYourTV has joined
 504 2014-06-04 06:48:10 mapppum has joined
 505 2014-06-04 06:48:54 stuntkite has quit (Ping timeout: 255 seconds)
 506 2014-06-04 06:52:59 mapppum has quit (Ping timeout: 265 seconds)
 507 2014-06-04 06:54:44 psgs is now known as away!~psgs@2001:41d0:1:68a3::39|psgs
 508 2014-06-04 06:55:17 walltime has joined
 509 2014-06-04 06:55:28 walltime has quit (Client Quit)
 510 2014-06-04 06:56:44 mortale has joined
 511 2014-06-04 06:57:31 Polyatomic has joined
 512 2014-06-04 06:59:20 seven has joined
 513 2014-06-04 07:00:22 kadoban has quit (Quit: bye)
 514 2014-06-04 07:05:22 hanncx has joined
 515 2014-06-04 07:06:09 hanncx has quit (Client Quit)
 516 2014-06-04 07:06:23 hanncx has joined
 517 2014-06-04 07:06:29 hanncx has quit (Client Quit)
 518 2014-06-04 07:07:17 Aido_ has joined
 519 2014-06-04 07:09:33 wallet42 has quit (Quit: Leaving.)
 520 2014-06-04 07:09:55 Aido has quit (Ping timeout: 252 seconds)
 521 2014-06-04 07:12:18 jchp has quit (Ping timeout: 255 seconds)
 522 2014-06-04 07:13:46 weilu_ has joined
 523 2014-06-04 07:17:59 weilu_ has quit (Ping timeout: 252 seconds)
 524 2014-06-04 07:18:33 Krellan_ has joined
 525 2014-06-04 07:20:06 aburan28 has joined
 526 2014-06-04 07:20:40 Lexa has quit (Ping timeout: 272 seconds)
 527 2014-06-04 07:22:07 Lexa has joined
 528 2014-06-04 07:23:28 Starduster_ has joined
 529 2014-06-04 07:24:11 davout has quit (Quit: kthxbye)
 530 2014-06-04 07:25:28 n0n0 has quit (Quit: Leaving)
 531 2014-06-04 07:26:25 Starduster has quit (Ping timeout: 252 seconds)
 532 2014-06-04 07:26:31 Grouver has joined
 533 2014-06-04 07:27:57 Krellan_ has quit (Remote host closed the connection)
 534 2014-06-04 07:28:08 megasapien has joined
 535 2014-06-04 07:28:15 HaltingState has joined
 536 2014-06-04 07:28:25 Coincidental has joined
 537 2014-06-04 07:28:28 Krellan_ has joined
 538 2014-06-04 07:33:14 JackH has quit (Ping timeout: 245 seconds)
 539 2014-06-04 07:33:40 jester675 has joined
 540 2014-06-04 07:35:26 jcrubino has quit (Ping timeout: 264 seconds)
 541 2014-06-04 07:36:16 yubrew has joined
 542 2014-06-04 07:41:13 yubrew has quit (Ping timeout: 260 seconds)
 543 2014-06-04 07:41:23 nvmme has joined
 544 2014-06-04 07:42:15 DiabloD3 has joined
 545 2014-06-04 07:43:39 Diablo-D3 has quit (Ping timeout: 252 seconds)
 546 2014-06-04 07:46:13 sustrik has joined
 547 2014-06-04 07:46:54 RoboTeddy has quit ()
 548 2014-06-04 07:49:56 MolokoDeck has joined
 549 2014-06-04 07:50:45 <gdm85> devrandom: first I'd like to properly reproduce it/narrow it down, then yeah I think I could try something. but no ruby expert here
 550 2014-06-04 07:52:18 sahlhoff has quit (Quit: sahlhoff)
 551 2014-06-04 07:57:15 WishBoy has quit (Remote host closed the connection)
 552 2014-06-04 08:00:36 graingert_ has joined
 553 2014-06-04 08:00:37 mapppum has joined
 554 2014-06-04 08:00:46 graingert_ has quit (Read error: Connection reset by peer)
 555 2014-06-04 08:01:00 graingert has joined
 556 2014-06-04 08:03:06 Guyver2 has joined
 557 2014-06-04 08:03:10 Hasimir_ has joined
 558 2014-06-04 08:03:27 Hasimir_ is now known as Guest84687
 559 2014-06-04 08:03:38 plaprade has quit (Ping timeout: 264 seconds)
 560 2014-06-04 08:03:47 tarantillo_ has joined
 561 2014-06-04 08:03:53 gimmetime has joined
 562 2014-06-04 08:04:18 Hasimir has quit (Disconnected by services)
 563 2014-06-04 08:04:18 Guest84687 has quit (Changing host)
 564 2014-06-04 08:04:18 Guest84687 has joined
 565 2014-06-04 08:04:37 Guest84687 is now known as Hasimir
 566 2014-06-04 08:04:43 mapppum has quit (Ping timeout: 240 seconds)
 567 2014-06-04 08:05:01 debiantoruser has quit (Ping timeout: 260 seconds)
 568 2014-06-04 08:05:43 cadaver has quit (Remote host closed the connection)
 569 2014-06-04 08:06:11 plaprade has joined
 570 2014-06-04 08:06:13 chainey has quit (Quit: Connection reset by beer)
 571 2014-06-04 08:06:18 melvster has joined
 572 2014-06-04 08:06:41 t7 has joined
 573 2014-06-04 08:07:12 megasapien has quit (Remote host closed the connection)
 574 2014-06-04 08:08:14 bardi_harborow has quit (Remote host closed the connection)
 575 2014-06-04 08:09:03 ThomasV has quit (Ping timeout: 252 seconds)
 576 2014-06-04 08:09:26 dignork has quit (Ping timeout: 272 seconds)
 577 2014-06-04 08:12:53 psgs is now known as psgs|away
 578 2014-06-04 08:13:44 benrcole has joined
 579 2014-06-04 08:14:14 djcoin_ has joined
 580 2014-06-04 08:14:26 weilu_ has joined
 581 2014-06-04 08:14:43 dignork has joined
 582 2014-06-04 08:15:37 Hasimir has quit (Ping timeout: 276 seconds)
 583 2014-06-04 08:15:52 JackH has joined
 584 2014-06-04 08:16:01 SwampTony has joined
 585 2014-06-04 08:16:01 hmmma has quit (Ping timeout: 252 seconds)
 586 2014-06-04 08:17:40 nvmme has quit (Quit: nvmme)
 587 2014-06-04 08:18:06 davout has joined
 588 2014-06-04 08:18:08 tjopper1 has joined
 589 2014-06-04 08:18:43 weilu_ has quit (Ping timeout: 240 seconds)
 590 2014-06-04 08:20:11 Hasimir has joined
 591 2014-06-04 08:20:31 Hasimir is now known as Guest31587
 592 2014-06-04 08:20:34 Eiii has quit ()
 593 2014-06-04 08:20:55 mortale has quit (Quit: mortale)
 594 2014-06-04 08:21:45 <warren> wumpus: tx pull remains unreliable for you, and you need to tx pull -f instead?
 595 2014-06-04 08:23:01 Guest31587 has quit (Changing host)
 596 2014-06-04 08:23:01 Guest31587 has joined
 597 2014-06-04 08:23:24 Guest31587 is now known as Hasimir
 598 2014-06-04 08:24:36 <wumpus> warren: wut?
 599 2014-06-04 08:25:02 <wumpus> oh wait, yes
 600 2014-06-04 08:25:11 <wumpus> I've added a script that does that for me, contrib/devtools/update-translations.py
 601 2014-06-04 08:25:22 jpentland has joined
 602 2014-06-04 08:25:27 <wumpus> it pulls all translations, and postprocesses for a nicer diff
 603 2014-06-04 08:26:03 mr_burde_ has joined
 604 2014-06-04 08:26:24 <wumpus> (as well as to get rid of invalid characters)
 605 2014-06-04 08:26:51 <warren> I filed a bug on that and e-mailed the author.  Crickets.
 606 2014-06-04 08:27:14 <wumpus> I intend to add some other sanity checks, too, for example that %x formatting characters as well as html stay the same in the translation
 607 2014-06-04 08:27:31 jcrubino has joined
 608 2014-06-04 08:27:54 mr_burdell has quit (Ping timeout: 255 seconds)
 609 2014-06-04 08:28:30 <t7> whats the difference between a prime field and a binary field?
 610 2014-06-04 08:28:55 <t7> (in the context of elliptic curves)
 611 2014-06-04 08:28:56 <wumpus> warren: well, thanks for trying, guess we're on our own
 612 2014-06-04 08:30:09 wallet42 has joined
 613 2014-06-04 08:30:34 yubrew has joined
 614 2014-06-04 08:30:43 wasobot has joined
 615 2014-06-04 08:30:50 <wasobot> hello ? :)
 616 2014-06-04 08:32:00 <Polyatomic> "/BitCoinJ:0.11.1/RelayNode:stable salamander/" <-- is this a bluematts public relay node?
 617 2014-06-04 08:32:57 <t7> also why do you have to count the number of points on a curve when generating a new curve?
 618 2014-06-04 08:33:05 papa3 has joined
 619 2014-06-04 08:33:12 <t7> well i can see why i guess but shouldn't it be nearly impossible todo?
 620 2014-06-04 08:33:27 kikkerdril has quit (Quit: Leaving)
 621 2014-06-04 08:33:31 <t7> maths gives me headaches
 622 2014-06-04 08:34:00 ikbenwouter has joined
 623 2014-06-04 08:34:59 yubrew has quit (Ping timeout: 252 seconds)
 624 2014-06-04 08:36:28 aburan28 has quit (Quit: Leaving)
 625 2014-06-04 08:40:11 erasmospunk has joined
 626 2014-06-04 08:40:45 Hasimir_ has joined
 627 2014-06-04 08:40:49 debiantoruser has joined
 628 2014-06-04 08:41:02 Hasimir_ is now known as Guest41347
 629 2014-06-04 08:41:59 Hasimir is now known as Guest90927
 630 2014-06-04 08:41:59 Guest41347 has quit (Changing host)
 631 2014-06-04 08:41:59 Guest41347 has joined
 632 2014-06-04 08:42:19 Guest41347 is now known as Hasimir
 633 2014-06-04 08:43:11 Guest90927 has quit (Ping timeout: 240 seconds)
 634 2014-06-04 08:43:55 HaltingState has quit (Quit: Leaving)
 635 2014-06-04 08:45:03 Hasimir has quit (Read error: Connection reset by peer)
 636 2014-06-04 08:45:27 stuntkite has joined
 637 2014-06-04 08:47:19 W0rmDr1nk has joined
 638 2014-06-04 08:48:46 ericmuyser has quit (Remote host closed the connection)
 639 2014-06-04 08:49:57 stuntkite has quit (Ping timeout: 255 seconds)
 640 2014-06-04 08:51:12 kermit has quit (Quit: Leaving.)
 641 2014-06-04 08:52:13 Aido has joined
 642 2014-06-04 08:52:52 erasmospunk has quit (Remote host closed the connection)
 643 2014-06-04 08:54:17 moarrr has joined
 644 2014-06-04 09:00:35 wasobot has quit ()
 645 2014-06-04 09:01:18 jchp has joined
 646 2014-06-04 09:01:29 HANTI is now known as hanti
 647 2014-06-04 09:02:04 hopey has joined
 648 2014-06-04 09:04:11 psgs is now known as away!~psgs@2001:41d0:1:68a3::39|psgs
 649 2014-06-04 09:04:26 adam3us has joined
 650 2014-06-04 09:04:28 adam3us has quit (Client Quit)
 651 2014-06-04 09:05:18 s0le has quit (Quit: s0le)
 652 2014-06-04 09:05:36 adam3us has joined
 653 2014-06-04 09:05:40 s0le has joined
 654 2014-06-04 09:06:05 Urushiol has quit (Ping timeout: 240 seconds)
 655 2014-06-04 09:06:42 wallet421 has joined
 656 2014-06-04 09:06:43 wallet42 is now known as Guest3597
 657 2014-06-04 09:06:43 Guest3597 has quit (Killed (morgan.freenode.net (Nickname regained by services)))
 658 2014-06-04 09:06:43 wallet421 is now known as wallet42
 659 2014-06-04 09:07:31 abrkn has quit (Ping timeout: 240 seconds)
 660 2014-06-04 09:07:35 adam3us has quit (Client Quit)
 661 2014-06-04 09:07:52 <wumpus> hm does anyone perhaps know of a way to get the list of people that contributed to the translations on transifex starting from a certain time? it'd be nice to include them in the release notes credits as well
 662 2014-06-04 09:08:08 jordandotdev has quit (Quit: Connection closed for inactivity)
 663 2014-06-04 09:08:45 fanquake has joined
 664 2014-06-04 09:09:35 Coincidental has quit (Remote host closed the connection)
 665 2014-06-04 09:11:58 King_DuckZ has joined
 666 2014-06-04 09:11:59 runeks has joined
 667 2014-06-04 09:12:01 King_DuckZ has left ()
 668 2014-06-04 09:12:03 Urushiol has joined
 669 2014-06-04 09:12:25 <runeks> Is it bitcoind's fault or my setup's fault that all new block files are created with 600 permissions?
 670 2014-06-04 09:12:42 torsthaldo has joined
 671 2014-06-04 09:14:00 phish has quit (Read error: No route to host)
 672 2014-06-04 09:14:37 GMP has quit (Read error: Connection reset by peer)
 673 2014-06-04 09:14:46 jester675 has quit (Ping timeout: 276 seconds)
 674 2014-06-04 09:15:22 Lexa has quit (Remote host closed the connection)
 675 2014-06-04 09:15:23 weilu has joined
 676 2014-06-04 09:15:41 MaxSan has joined
 677 2014-06-04 09:16:05 xenog has joined
 678 2014-06-04 09:16:36 MaxSan has left ()
 679 2014-06-04 09:19:35 ericmuyser has joined
 680 2014-06-04 09:19:42 weilu has quit (Ping timeout: 240 seconds)
 681 2014-06-04 09:20:51 paveljanik has joined
 682 2014-06-04 09:22:22 ThomasV has joined
 683 2014-06-04 09:23:00 MaxSan has joined
 684 2014-06-04 09:24:07 ericmuyser has quit (Ping timeout: 252 seconds)
 685 2014-06-04 09:24:25 Lexa has joined
 686 2014-06-04 09:24:54 yubrew has joined
 687 2014-06-04 09:28:14 <fanquake> ;;blocks
 688 2014-06-04 09:28:15 <gribble> 304172
 689 2014-06-04 09:29:26 yubrew has quit (Ping timeout: 260 seconds)
 690 2014-06-04 09:33:51 brson has joined
 691 2014-06-04 09:36:55 skinnkavaj has joined
 692 2014-06-04 09:37:53 <plaprade> How did this transaction end up in the blockchain ebc9fa1196a59e192352d76c0f6e73167046b9d37b8302b6bb6968dfd279b767? It has an output script that is advertised as lenght=1 but the script is of length 2 (the opcode is 0x01 so it should consume 1 byte)
 693 2014-06-04 09:39:56 <sipa> from the block validity rules, scripts are byte arrays that can contain anything
 694 2014-06-04 09:40:10 <sipa> it's only when spending that they are parsed and evaluated
 695 2014-06-04 09:40:58 <plaprade> Oh ok. So bitcoind just assumes the script is of size 1 and ignores the content until it gets spent.
 696 2014-06-04 09:41:01 derbumi has joined
 697 2014-06-04 09:41:09 brson has quit (Quit: leaving)
 698 2014-06-04 09:41:44 <sipa> not "assumes"; it is of length 1
 699 2014-06-04 09:41:57 <sipa> but indeed
 700 2014-06-04 09:42:29 <plaprade> ok, thanks for the clarification
 701 2014-06-04 09:44:15 wallet42 has quit (Quit: Leaving.)
 702 2014-06-04 09:45:20 implr has joined
 703 2014-06-04 09:46:32 hotsyk has joined
 704 2014-06-04 09:47:28 hearn has joined
 705 2014-06-04 09:49:28 skizzor has joined
 706 2014-06-04 09:50:48 <runeks> sipa: Would you accept a patch that adds an option that, when enabled, skips setting the umask to 077 in init.cpp (https://github.com/bitcoin/bitcoin/blob/master/src/init.cpp#L425)?
 707 2014-06-04 09:52:05 Klumben has quit (Ping timeout: 240 seconds)
 708 2014-06-04 09:52:05 phantomcircuit has quit (Ping timeout: 240 seconds)
 709 2014-06-04 09:53:55 SwampTony has quit ()
 710 2014-06-04 09:56:02 Aexoden has quit (Read error: Connection reset by peer)
 711 2014-06-04 09:56:53 Urushiol has quit (Ping timeout: 240 seconds)
 712 2014-06-04 09:57:22 phantomcircuit has joined
 713 2014-06-04 09:58:11 Aexoden has joined
 714 2014-06-04 09:58:19 <sipa> as an option, sure
 715 2014-06-04 09:58:30 <sipa> but it does sound dangerous, for the wallet
 716 2014-06-04 09:59:38 Urushiol has joined
 717 2014-06-04 09:59:42 mjb504 has quit (Ping timeout: 255 seconds)
 718 2014-06-04 10:01:28 <runeks> sipa: I only intend to use it when bitcoind isn't managing the wallet (but Armory is), but I'm not sure if we should make sure that people don't do something stupid. That'd be a lot more work (selectively writing the wallet with a 077 umask). I have a  12-line diff that just skips setting the umask if an option is enabled right now.
 719 2014-06-04 10:01:57 mjb504 has joined
 720 2014-06-04 10:02:04 paveljanik has quit (Quit: This computer has gone to sleep)
 721 2014-06-04 10:03:07 hanti is now known as HANTI
 722 2014-06-04 10:09:41 23LAAP071 has quit (Ping timeout: 240 seconds)
 723 2014-06-04 10:10:53 <fanquake> runeks Probably best to just submit a pull request, then everyone can look over/discuss what your proposing
 724 2014-06-04 10:11:25 Klumben has joined
 725 2014-06-04 10:12:36 Belxjander has quit (Ping timeout: 265 seconds)
 726 2014-06-04 10:12:43 SubCreative is now known as Sub|zzz
 727 2014-06-04 10:12:56 jtimon has joined
 728 2014-06-04 10:14:16 wallet42 has joined
 729 2014-06-04 10:14:18 wallet42 has quit (Changing host)
 730 2014-06-04 10:14:18 wallet42 has joined
 731 2014-06-04 10:16:01 weilu_ has joined
 732 2014-06-04 10:16:43 <runeks> fanquake: Cool. I'll do that.
 733 2014-06-04 10:17:32 <wumpus> runeks: just forbid the option when the wallet is enabled
 734 2014-06-04 10:17:40 wallet42 has quit (Client Quit)
 735 2014-06-04 10:17:57 <wumpus> (so, only allow it in combination with -disablewallet or if it is a wallet-less build)
 736 2014-06-04 10:18:13 <dsnrk> just to give some forewarning, the developers are probably going to get a little flood of questions about a paper posted on reddit, "Deanonymisation of clients in Bitcoin P2P network".
 737 2014-06-04 10:18:48 <runeks> wumpus: Good idea. That should solve it. Hope that isn't too tricky.
 738 2014-06-04 10:19:00 wallet42 has joined
 739 2014-06-04 10:19:45 <wumpus> runeks: in general I'm all in favor of options that make the block chain data more accessible, as long as it doesn't require lots of extra code or indices
 740 2014-06-04 10:20:23 ericmuyser has joined
 741 2014-06-04 10:20:49 weilu_ has quit (Ping timeout: 260 seconds)
 742 2014-06-04 10:21:12 <gmaxwell> wumpus: The Ashley Holman commit recently to abort if a block was missing from the disk moved blockreading into an assert side effect.
 743 2014-06-04 10:21:27 <wumpus> gmaxwell: ugh
 744 2014-06-04 10:21:52 <gmaxwell> (I was aware of this, I've just been too slammed to PR the 10 character fix. :P)
 745 2014-06-04 10:22:25 stuntkite has joined
 746 2014-06-04 10:22:27 <wumpus> ok I can do the fix, no problem
 747 2014-06-04 10:22:33 <gmaxwell> yea, trivial.
 748 2014-06-04 10:22:44 <gmaxwell> I was happy to see the decision to refuse to compile otherwise validated, sad I missed it in review before it was pulled.
 749 2014-06-04 10:23:27 <runeks> So if ENABLE_WALLET is not defined it's a wallet-less build?
 750 2014-06-04 10:23:40 <wumpus> luckily it's not in 0.9.2
 751 2014-06-04 10:23:42 <wumpus> runeks: yes
 752 2014-06-04 10:23:47 <runeks> OK
 753 2014-06-04 10:24:05 benrcole1 has joined
 754 2014-06-04 10:24:12 xenog has quit (Ping timeout: 240 seconds)
 755 2014-06-04 10:24:30 skizzor has quit (Quit: skizzor)
 756 2014-06-04 10:24:33 benrcole2 has joined
 757 2014-06-04 10:25:15 ericmuyser has quit (Ping timeout: 264 seconds)
 758 2014-06-04 10:25:21 digitalmagus8 has quit (Ping timeout: 252 seconds)
 759 2014-06-04 10:25:52 paveljanik has joined
 760 2014-06-04 10:26:16 benrcole has quit (Ping timeout: 276 seconds)
 761 2014-06-04 10:28:52 benrcole1 has quit (Ping timeout: 276 seconds)
 762 2014-06-04 10:29:50 Raziel has joined
 763 2014-06-04 10:32:05 jaekwon has quit (Quit: Leaving.)
 764 2014-06-04 10:32:30 hearn has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
 765 2014-06-04 10:36:15 sustrik has quit (Quit: Leaving)
 766 2014-06-04 10:36:18 Chief_Panda has quit (Quit: Leaving)
 767 2014-06-04 10:36:58 Hasimir has joined
 768 2014-06-04 10:38:07 paveljanik has quit (Quit: This computer has gone to sleep)
 769 2014-06-04 10:42:18 nvmme has joined
 770 2014-06-04 10:44:42 lclc has quit (Read error: Connection reset by peer)
 771 2014-06-04 10:45:05 lclc has joined
 772 2014-06-04 10:46:57 mpmcsweeney has joined
 773 2014-06-04 10:47:58 lolstate has quit (Quit: lolstate)
 774 2014-06-04 10:48:09 hearn has joined
 775 2014-06-04 10:50:11 Guest56706 has joined
 776 2014-06-04 10:50:53 Hasimir_ has joined
 777 2014-06-04 10:51:09 Hasimir_ is now known as Guest98378
 778 2014-06-04 10:51:23 skizzor has joined
 779 2014-06-04 10:52:01 xenog has joined
 780 2014-06-04 10:53:30 dims_ has joined
 781 2014-06-04 10:53:42 Hasimir has quit (Ping timeout: 240 seconds)
 782 2014-06-04 10:54:13 gwillen has quit (Ping timeout: 276 seconds)
 783 2014-06-04 10:54:29 xenog has quit (Client Quit)
 784 2014-06-04 10:54:44 xenog has joined
 785 2014-06-04 10:54:51 gwillen has joined
 786 2014-06-04 10:55:08 lolstate has joined
 787 2014-06-04 10:55:41 xenog has quit (Client Quit)
 788 2014-06-04 10:55:51 Guest98378 has quit (Read error: Connection reset by peer)
 789 2014-06-04 10:56:06 Guest98378 has joined
 790 2014-06-04 10:56:12 xenog has joined
 791 2014-06-04 10:57:43 xenog has quit (Read error: Connection reset by peer)
 792 2014-06-04 11:02:00 ThomasV has quit (Ping timeout: 240 seconds)
 793 2014-06-04 11:02:40 Guest98378 has quit (Ping timeout: 276 seconds)
 794 2014-06-04 11:03:42 xenog has joined
 795 2014-06-04 11:03:50 erasmospunk has joined
 796 2014-06-04 11:06:36 Guest98378 has joined
 797 2014-06-04 11:06:58 pierreatwork has joined
 798 2014-06-04 11:07:13 Vitalik has quit (Ping timeout: 265 seconds)
 799 2014-06-04 11:09:48 xenog has quit (Remote host closed the connection)
 800 2014-06-04 11:10:03 xenog has joined
 801 2014-06-04 11:10:23 Hasimir has joined
 802 2014-06-04 11:10:40 Hasimir is now known as Guest8784
 803 2014-06-04 11:11:03 xenog has quit (Client Quit)
 804 2014-06-04 11:11:19 Guest8784 has quit (Remote host closed the connection)
 805 2014-06-04 11:11:36 xenog has joined
 806 2014-06-04 11:12:06 erasmospunk has quit (Remote host closed the connection)
 807 2014-06-04 11:12:28 psgs is now known as psgs|away
 808 2014-06-04 11:12:49 yubrew has joined
 809 2014-06-04 11:13:05 Guest98378 has quit (Ping timeout: 260 seconds)
 810 2014-06-04 11:13:13 xenog has quit (Client Quit)
 811 2014-06-04 11:15:26 Zarutian has joined
 812 2014-06-04 11:15:42 xenog has joined
 813 2014-06-04 11:15:51 _Noether_ has quit (Quit: Leaving.)
 814 2014-06-04 11:16:46 weilu_ has joined
 815 2014-06-04 11:17:33 dims_ has quit (Ping timeout: 255 seconds)
 816 2014-06-04 11:17:56 nowan has joined
 817 2014-06-04 11:18:08 xenog has quit (Client Quit)
 818 2014-06-04 11:18:16 yubrew has quit (Ping timeout: 276 seconds)
 819 2014-06-04 11:18:17 xenog has joined
 820 2014-06-04 11:18:31 nowan_ has quit (Ping timeout: 252 seconds)
 821 2014-06-04 11:18:37 xenog has quit (Client Quit)
 822 2014-06-04 11:18:48 xenog has joined
 823 2014-06-04 11:20:23 haskoiner has joined
 824 2014-06-04 11:21:07 ericmuyser has joined
 825 2014-06-04 11:21:12 weilu_ has quit (Ping timeout: 240 seconds)
 826 2014-06-04 11:23:36 nvmme has quit (Quit: nvmme)
 827 2014-06-04 11:24:18 dims_ has joined
 828 2014-06-04 11:24:20 pierreatwork has quit (Ping timeout: 240 seconds)
 829 2014-06-04 11:24:32 darkee_ has joined
 830 2014-06-04 11:25:00 <runeks> OK. Done. Let me know what you think: https://github.com/bitcoin/bitcoin/pull/4286
 831 2014-06-04 11:25:20 ericmuyser has quit (Ping timeout: 240 seconds)
 832 2014-06-04 11:25:34 xenog has quit (Remote host closed the connection)
 833 2014-06-04 11:25:51 xenog has joined
 834 2014-06-04 11:29:32 Polyatomic has quit (Quit: Leaving)
 835 2014-06-04 11:29:34 Adlai has quit (Ping timeout: 272 seconds)
 836 2014-06-04 11:32:14 one_zero_ has quit ()
 837 2014-06-04 11:32:53 Adlai has joined
 838 2014-06-04 11:33:26 mr_burdell has joined
 839 2014-06-04 11:34:34 psgs is now known as away!~psgs@2001:41d0:1:68a3::39|psgs
 840 2014-06-04 11:35:04 Chief_Panda has joined
 841 2014-06-04 11:35:33 mr_burde_ has quit (Ping timeout: 255 seconds)
 842 2014-06-04 11:36:03 MolokoDeck has quit (Ping timeout: 264 seconds)
 843 2014-06-04 11:36:18 pierreatwork has joined
 844 2014-06-04 11:36:44 crunk-juice has joined
 845 2014-06-04 11:37:08 <t7> _ is a valid function name?
 846 2014-06-04 11:37:48 george_p has quit (Ping timeout: 272 seconds)
 847 2014-06-04 11:37:57 [nsh] has quit (Ping timeout: 252 seconds)
 848 2014-06-04 11:38:58 haskoiner has quit (Quit: haskoiner)
 849 2014-06-04 11:39:36 mr_burdell has quit (Ping timeout: 255 seconds)
 850 2014-06-04 11:39:50 haskoiner has joined
 851 2014-06-04 11:40:02 mr_burdell has joined
 852 2014-06-04 11:40:20 xenog has quit (Quit: Leaving)
 853 2014-06-04 11:40:31 xenog has joined
 854 2014-06-04 11:41:59 benrcole has joined
 855 2014-06-04 11:42:20 benrcole2 has quit (Read error: Connection reset by peer)
 856 2014-06-04 11:43:41 lolstate has quit (Quit: lolstate)
 857 2014-06-04 11:46:04 mr_burde_ has joined
 858 2014-06-04 11:46:08 daybyter has joined
 859 2014-06-04 11:46:15 Guest56706 has quit (Ping timeout: 264 seconds)
 860 2014-06-04 11:46:48 mr_burdell has quit (Ping timeout: 255 seconds)
 861 2014-06-04 11:46:57 george_p has joined
 862 2014-06-04 11:47:29 <jtimon> sipa: it seems I will get that error after the rebase as someone else has used the TestNet() global function there that I have deleted in #3824
 863 2014-06-04 11:48:07 <jtimon> if I can find the PR that introduces that it may be simpler to find yet another name for a flag variable...
 864 2014-06-04 11:48:42 <jtimon> well, probably using the networkId directly will do it
 865 2014-06-04 11:49:11 derbumi has quit (Quit: derbumi)
 866 2014-06-04 11:49:16 lolstate has joined
 867 2014-06-04 11:49:33 <jtimon> seems like regtest is ignored there though:
 868 2014-06-04 11:49:33 <jtimon>         // Payment request network matches client network?
 869 2014-06-04 11:49:33 <jtimon>         if ((details.network() == "main" && TestNet()) ||
 870 2014-06-04 11:49:33 <jtimon>             (details.network() == "test" && !TestNet()))
 871 2014-06-04 11:52:07 SittingBull has joined
 872 2014-06-04 11:52:59 PRab has quit (Ping timeout: 252 seconds)
 873 2014-06-04 11:54:13 <jtimon> yeah, this commit broke my PR: https://github.com/bitcoin/bitcoin/commit/bdc83e8f450456c9f547f1c4eab43571bac631c2
 874 2014-06-04 11:54:15 paveljanik has joined
 875 2014-06-04 11:54:18 paveljanik has quit (Changing host)
 876 2014-06-04 11:54:18 paveljanik has joined
 877 2014-06-04 11:55:38 ThomasV has joined
 878 2014-06-04 11:55:44 rnvk has joined
 879 2014-06-04 11:57:04 <jtimon> what values can details.network() take? only "main" and "test"? should regtest always fail in the payment protocol?
 880 2014-06-04 11:57:34 <sipa> hearn: any opinion about payment requests in relation to -regtest?
 881 2014-06-04 11:57:48 crunk-juice has quit (Remote host closed the connection)
 882 2014-06-04 11:58:03 cajg_ is now known as cajg
 883 2014-06-04 11:58:37 psgs is now known as psgs|away
 884 2014-06-04 11:59:02 freggles has joined
 885 2014-06-04 12:01:06 PRab has joined
 886 2014-06-04 12:01:52 djcoin_ has quit (Quit: djcoin_)
 887 2014-06-04 12:02:30 Rococo44 has joined
 888 2014-06-04 12:03:36 mapppum has joined
 889 2014-06-04 12:06:00 pierreatwork has quit (Ping timeout: 240 seconds)
 890 2014-06-04 12:06:14 <jtimon> what about this?
 891 2014-06-04 12:06:14 <jtimon>         // Payment request network matches client network?
 892 2014-06-04 12:06:14 <jtimon>         if ((details.network() == "main" && Params().NetworkID() != CChainParams::MAIN) ||
 893 2014-06-04 12:06:14 <jtimon>             (details.network() == "test" && Params().NetworkID() != CChainParams::TESTNET) ||
 894 2014-06-04 12:06:14 <jtimon>             (details.network() != "test" && details.network() != "main" ))
 895 2014-06-04 12:06:55 yubrew has joined
 896 2014-06-04 12:07:45 <jtimon> or this:
 897 2014-06-04 12:07:45 <jtimon>         // Payment request network matches client network?
 898 2014-06-04 12:07:45 <jtimon>         if ((details.network() == "main" && Params().NetworkID() != CChainParams::MAIN) ||
 899 2014-06-04 12:07:45 <jtimon>             (details.network() == "test" && Params().NetworkID() != CChainParams::TESTNET) ||
 900 2014-06-04 12:07:45 <jtimon>             (details.network() == "regtest" && Params().NetworkID() != CChainParams::REGTEST))
 901 2014-06-04 12:08:09 mapppum has quit (Ping timeout: 260 seconds)
 902 2014-06-04 12:09:35 weilu has joined
 903 2014-06-04 12:11:18 <jtimon> I could also create a netwrokStr param that contains "main", "test" or "regtest" and do something like:
 904 2014-06-04 12:11:18 <jtimon> if (details.network() != Params().NetworkStr())
 905 2014-06-04 12:11:20 yubrew has quit (Ping timeout: 240 seconds)
 906 2014-06-04 12:15:09 pierreatwork has joined
 907 2014-06-04 12:17:18 <sipa> perhaps even more specific: Params().GetPaymentProtocolNetworkName() ?
 908 2014-06-04 12:17:26 xenog has quit (Quit: Leaving)
 909 2014-06-04 12:18:11 maraoz has joined
 910 2014-06-04 12:19:03 Blackreign has joined
 911 2014-06-04 12:19:23 <jtimon> yeah, maybe
 912 2014-06-04 12:21:08 agricocb has quit (Quit: Leaving.)
 913 2014-06-04 12:21:13 rnvk has quit (Ping timeout: 260 seconds)
 914 2014-06-04 12:21:41 <jtimon> although I think I would have liked something more generic that is used elsewhere (although the payment protocol using "test" instead of "testnet") seems a barrier to that approach...
 915 2014-06-04 12:21:54 ericmuyser has joined
 916 2014-06-04 12:22:01 <jtimon> is there a reason why "test" is used over "testnet"?
 917 2014-06-04 12:22:03 fanquake_ has joined
 918 2014-06-04 12:24:33 fanquake has quit (Ping timeout: 265 seconds)
 919 2014-06-04 12:24:33 fanquake_ is now known as fanquake
 920 2014-06-04 12:24:42 <sipa> i don't think anyone cared enough :)
 921 2014-06-04 12:25:03 <wumpus> what does it matter, any unique string will do 
 922 2014-06-04 12:25:43 <sipa> using something like GetPaymentProtocolNetworkName() would discourage using it for other purposes
 923 2014-06-04 12:26:09 <sipa> which is good imho, you shouldn't ever check for the presence of a particular network, only for properties of it
 924 2014-06-04 12:26:19 ericmuyser has quit (Ping timeout: 240 seconds)
 925 2014-06-04 12:26:26 <wumpus> I'm not sure it should be there at all: payment protocol stuff is specific to the GUI
 926 2014-06-04 12:26:52 <sipa> fair enough, but how would you solve it otherwise?
 927 2014-06-04 12:27:01 <wumpus> a mapping from CChainParams::networkID to payment request network in the payment server code would do just as well
 928 2014-06-04 12:27:17 skinnkavaj has quit (Ping timeout: 260 seconds)
 929 2014-06-04 12:27:32 <sipa> sounds ok
 930 2014-06-04 12:27:37 sustrik has joined
 931 2014-06-04 12:27:41 <wumpus> no need to centralize everything :-)
 932 2014-06-04 12:27:48 <sipa> agree
 933 2014-06-04 12:28:17 skizzor has quit (Quit: skizzor)
 934 2014-06-04 12:28:18 rnvk has joined
 935 2014-06-04 12:28:35 <jtimon> mhmm, whare should that map be? directly in PaymentServer::processPaymentRequest ?
 936 2014-06-04 12:29:06 Rococo44 has quit (Ping timeout: 260 seconds)
 937 2014-06-04 12:29:29 <wumpus> PaymentServer::mapPaymentProtocolNetworkNameToChainParamsID :p
 938 2014-06-04 12:29:40 skizzor has joined
 939 2014-06-04 12:30:02 <wumpus> OrPreferablySomethingShorter
 940 2014-06-04 12:30:03 <jtimon> oh I see, not a map structure, just a method
 941 2014-06-04 12:30:18 <jtimon> ok
 942 2014-06-04 12:31:03 <wumpus> well, it could be either, I mean creating a QMap for two entries makes little sense, unless you expect to load them from a file or so at some point
 943 2014-06-04 12:31:28 <jtimon> I think I like a maping from the chainparamsId to the payment protocol network name
 944 2014-06-04 12:31:40 <jtimon> and any of them will do it
 945 2014-06-04 12:31:59 <sipa> what is more likely: a network name that corresponds to multiple networks, or a network with multiple names? :)
 946 2014-06-04 12:32:09 <sipa> </bikeshed>
 947 2014-06-04 12:32:28 <jtimon> yeah, I'll go with the simple map
 948 2014-06-04 12:32:29 dims_ has quit (Read error: Connection reset by peer)
 949 2014-06-04 12:32:56 dims_ has joined
 950 2014-06-04 12:33:31 <jtimon> I guess both testnet and regtest could correspond to the same "test" name, no idea if it makes any sense but doesn't seem like the other way around makes sense at all
 951 2014-06-04 12:33:42 rnvk has quit (Ping timeout: 240 seconds)
 952 2014-06-04 12:33:48 AndyOfiesh has joined
 953 2014-06-04 12:35:58 dustbunnytycoon has quit (Quit: Textual IRC Client: www.textualapp.com)
 954 2014-06-04 12:37:25 rnvk has joined
 955 2014-06-04 12:37:29 <wumpus> hmm, I don't know, I suppose it needs a BIP change but defining an identifier specifically for regtest makes sense to me
 956 2014-06-04 12:37:43 KuDeTa has joined
 957 2014-06-04 12:38:57 <wumpus> it's a string field, it's not like we'd run out of possible values any time soon if we'd assign a network name for regtest
 958 2014-06-04 12:39:49 derbumi has joined
 959 2014-06-04 12:41:02 <KuDeTa> So  gavin seems confident mining won't be an issue in the future. Why is that?? Moor's law? Clearly with the switches from cpu-gpu-asic there was a lot of room for change and competition, but once we hit the fabrication limits of asics (19nm?) then the pace of growth in the tech should slow down to approximate Moore's Law right?
 960 2014-06-04 12:41:49 Hasimir has joined
 961 2014-06-04 12:42:24 sabfer has joined
 962 2014-06-04 12:42:27 mpmcsweeney has quit (Remote host closed the connection)
 963 2014-06-04 12:43:49 jgarzik is now known as home_jg
 964 2014-06-04 12:44:27 <KuDeTa> I guess the competition will be about price by that point. But what if instead of shaking up up the playing field, companies take it in house on a big scale and mining becomes totally centralised without us even knowing
 965 2014-06-04 12:48:43 sabfer has quit (Ping timeout: 252 seconds)
 966 2014-06-04 12:49:48 sabfer has joined
 967 2014-06-04 12:50:44 paveljanik has quit (Quit: This computer has gone to sleep)
 968 2014-06-04 12:51:07 phoenix53 has quit (Ping timeout: 240 seconds)
 969 2014-06-04 12:53:12 <jtimon> I still don't see why we can't have a general network string that is used everywhere (don't see the need for a specific network name for the payment protocol at all)
 970 2014-06-04 12:57:08 <sipa> that would have been a nice thing to realize before the payment protocol was written
 971 2014-06-04 12:57:15 <sipa> i don't think it's important enough to bother with now
 972 2014-06-04 12:57:40 <wumpus> jtimon: that's just how things go in reality, if you have distributed development
 973 2014-06-04 12:58:17 <wumpus> there is no central planning commission deciding single network name strings to use everywhere
 974 2014-06-04 12:58:37 <sipa> namespacing will always be hard
 975 2014-06-04 12:59:10 <wumpus> yes indeed, though in this case it isn't even a problem; scoping the names to a single protocol is fine
 976 2014-06-04 12:59:35 <sipa> see the nice discussion about how to identify networks in bip32/bip43/...
 977 2014-06-04 13:00:29 <wumpus> at least with strings there isn't the problem that there is a limited number of options and a large chance of conflicts, like with the address byte
 978 2014-06-04 13:01:01 <jtimon> I think I remembe that, I think a hash of the genesis block would be a great id (which is altcoin proof, though nobody seems to care about that)
 979 2014-06-04 13:01:13 yubrew has joined
 980 2014-06-04 13:01:36 * sipa mentions zooko's triangle
 981 2014-06-04 13:01:45 Raziel has quit (Read error: Connection reset by peer)
 982 2014-06-04 13:02:10 <jtimon> yeah a hash is not memorable, so what?
 983 2014-06-04 13:02:23 <jtimon> afk, going to eat
 984 2014-06-04 13:03:48 omefire1 has joined
 985 2014-06-04 13:03:54 <sipa> it's more that there are already so many independent netowrk identifiers out there, you won't "fix the world"
 986 2014-06-04 13:04:19 mapppum has joined
 987 2014-06-04 13:04:54 mpmcsweeney has joined
 988 2014-06-04 13:04:56 <sipa> there's address versions, private keys, network magic, bip32 versions, payment protocol names, ... to an extent even the default P2P port (as that is presumed to be the way to reach DNS-provided peers)
 989 2014-06-04 13:05:54 <wumpus> right, picking a new way will never 'fix the world', better to encourage new developments to use one of the existing identifiers instead of invent new ones
 990 2014-06-04 13:06:10 yubrew has quit (Ping timeout: 276 seconds)
 991 2014-06-04 13:06:26 Vitalik__ has joined
 992 2014-06-04 13:07:26 ShawnLeary has joined
 993 2014-06-04 13:08:53 mapppum has quit (Ping timeout: 252 seconds)
 994 2014-06-04 13:10:08 crunk-juice has joined
 995 2014-06-04 13:13:12 <Zoop_> http://www.reddit.com/r/Bitcoin/comments/27a3eb/deanonymisation_of_bitcoin_clients/
 996 2014-06-04 13:13:31 <Zoop_> linking IP's to transactions?
 997 2014-06-04 13:13:40 stalled has quit (Ping timeout: 240 seconds)
 998 2014-06-04 13:14:22 <SomeoneWeird> sigh
 999 2014-06-04 13:14:48 <wumpus> Zoop_: just use TOR if that is a problem for you
1000 2014-06-04 13:15:14 <Zoop_> aparently, tor doesn't save you either
1001 2014-06-04 13:15:57 <wumpus> probably not if your opponent can snoop all internet connections on the world at the same time
1002 2014-06-04 13:16:10 Hasimir_ has joined
1003 2014-06-04 13:16:26 Hasimir_ is now known as Guest77001
1004 2014-06-04 13:16:42 Belxjander has joined
1005 2014-06-04 13:17:19 <Zoop_> "this requires only a bit of sophistication on the part of the attacker and is very cheap to mount."
1006 2014-06-04 13:17:35 <Zoop_> i'm just wondering if devs know about this new paper
1007 2014-06-04 13:17:49 <Zoop_> i have no intentions of flaming anything
1008 2014-06-04 13:18:07 <KuDeTa> We also show that using Tor and other public proxies is an inefficient countermeasure and can be bypassed
1009 2014-06-04 13:18:18 <wumpus> so, how do they bypass tor?
1010 2014-06-04 13:18:27 erasmospunk has joined
1011 2014-06-04 13:19:15 Hasimir has quit (Ping timeout: 264 seconds)
1012 2014-06-04 13:20:40 <Zoop_> We also show that a natu-
1013 2014-06-04 13:20:41 <Zoop_> ral countermeasure of using Tor or other anonymity services
1014 2014-06-04 13:20:41 <Zoop_> can be cut-off by abusing anti-DoS countermeasures of the
1015 2014-06-04 13:20:41 <Zoop_> bitcoin network. Our attacks require only a few machines
1016 2014-06-04 13:20:41 <Zoop_> and have been experimentally verified. We propose several
1017 2014-06-04 13:20:41 <Zoop_> countermeasures to mitigate these new attacks
1018 2014-06-04 13:20:59 <Zoop_> err... sorry for so many lines
1019 2014-06-04 13:21:02 <wumpus> please stop pasting from the paper
1020 2014-06-04 13:21:08 Guest77001 has quit (Ping timeout: 276 seconds)
1021 2014-06-04 13:21:53 Raziel has joined
1022 2014-06-04 13:22:06 skinnkavaj has joined
1023 2014-06-04 13:22:08 StarenseN has joined
1024 2014-06-04 13:22:41 ericmuyser has joined
1025 2014-06-04 13:24:01 <wumpus> oh, seems they attempt to get tor nodes disconnected by mounting DoSes from tor, would that work at all?
1026 2014-06-04 13:24:18 <sipa> no, known bug
1027 2014-06-04 13:24:24 <wumpus> tor connections come from 127.0.0.1 and AFAIK that never gets blocked
1028 2014-06-04 13:24:30 <sipa> indeed
1029 2014-06-04 13:24:41 <Jouke> They are talking about tor exit nodes
1030 2014-06-04 13:24:50 <wumpus> so I don't see how their method would work at all
1031 2014-06-04 13:25:00 <wumpus> Jouke: so they forget about hidden services
1032 2014-06-04 13:25:08 <Jouke> something like that
1033 2014-06-04 13:25:45 Zarutian has quit (Ping timeout: 245 seconds)
1034 2014-06-04 13:25:46 <wumpus> even if they mounted their attack and got all the exit nodes banned, there would still be the hidden services
1035 2014-06-04 13:25:55 <dsnrk> for what it's worth, I actually tried connecting a node up to a broken SOCKS proxy and recorded the packets sent by bitcoind. nothing was leaked and no non-SOCKS connections were made outbound.
1036 2014-06-04 13:27:02 <wumpus> dsnrk: right, a large number of people use it behind Tor so I wouldn't really expect issues there
1037 2014-06-04 13:27:18 fanquake has left ()
1038 2014-06-04 13:27:26 ericmuyser has quit (Ping timeout: 260 seconds)
1039 2014-06-04 13:27:36 <Zoop_> They claim the cost of the attack on the full Bitcoin network to be under 1500 EUR/month too
1040 2014-06-04 13:28:37 <wumpus> dsnrk: just be sure to use a socks4a or 5 proxy, not socks4, as that doesn't allow DNS lookups and thus you'd still leak those
1041 2014-06-04 13:29:16 <dsnrk> wumpus: normally I listen on IPv4/6 so there's no expectation of privacy. I read this paper and wanted to see if the things in it were correct.
1042 2014-06-04 13:29:17 wangbus has quit (Ping timeout: 240 seconds)
1043 2014-06-04 13:29:38 erasmospunk has quit (Remote host closed the connection)
1044 2014-06-04 13:30:19 rnvk has quit (Read error: Connection reset by peer)
1045 2014-06-04 13:30:21 CheckDavid has joined
1046 2014-06-04 13:30:50 rnvk has joined
1047 2014-06-04 13:31:13 Zarutian has joined
1048 2014-06-04 13:32:09 <dsnrk> wumpus: I personally don't believe much of it because they 1) think checkpoints are a security feature 2) think that anonymous nodes should "authenticate" with each other.
1049 2014-06-04 13:32:41 <jtimon> sipa wumpus : https://github.com/jtimon/bitcoin/commit/b1c9012451313a4c0b4db88f26f339cbce5f51fc
1050 2014-06-04 13:32:49 torsthaldo has quit (Ping timeout: 276 seconds)
1051 2014-06-04 13:33:24 <wumpus> well I'm sure there is a kernel of truth in there, it makes sense to read what they found and what solutions they propose, but it's not exactly a reason for panic
1052 2014-06-04 13:33:39 erasmospunk has joined
1053 2014-06-04 13:34:15 stalled has joined
1054 2014-06-04 13:34:33 ValicekB has quit (Ping timeout: 252 seconds)
1055 2014-06-04 13:34:50 <wumpus> jtimon: I don't like putting the emit message(tr("Payment request rejected"), tr("Unsupported networkID."), CClientUIInterface::MSG_ERROR); inside the mapping function
1056 2014-06-04 13:34:55 <dsnrk> their proposed solution is authentication between nodes to prevent DOS. that absolutely can't happen just due to how cheap it is to make an identity.
1057 2014-06-04 13:35:09 cyamaguchi has joined
1058 2014-06-04 13:35:21 <wumpus> jtimon: just make it a pure mapping function, and do the error handling at the call site
1059 2014-06-04 13:35:32 <jtimon> wumpus: so returning "" should be enough?
1060 2014-06-04 13:35:34 <wumpus> dsnrk: sounds like overkill
1061 2014-06-04 13:35:37 <wumpus> jtimon: yes
1062 2014-06-04 13:35:43 <jtimon> ok
1063 2014-06-04 13:36:04 <dsnrk> wumpus: out of interest did they contact the developers in private with their DOS bug?
1064 2014-06-04 13:36:12 <wumpus> dsnrk: what I like about P2P networks is that there is no need for peers to authenticate themselves, they're all interchangable
1065 2014-06-04 13:37:02 <wumpus> dsnrk: which DoS bug?
1066 2014-06-04 13:37:43 <dsnrk> in the conclusion they mention they found a memory exhaustion bug they think can be used to cause a netsplit.
1067 2014-06-04 13:37:44 <jtimon> wumpus: done https://github.com/jtimon/bitcoin/commit/f0a83fc256023f68cc046bd096de69f16ce9d394
1068 2014-06-04 13:38:17 <dsnrk> wumpus: oh it's just the addr message packing bug
1069 2014-06-04 13:38:23 nullbyte has joined
1070 2014-06-04 13:38:25 agricocb has joined
1071 2014-06-04 13:38:44 <dsnrk> nice that they attacked the real network using it though
1072 2014-06-04 13:38:51 <wumpus> dsnrk: we did fix a possible memory exhaustion bug related to addr messages in 0.9.2
1073 2014-06-04 13:39:50 benrcole1 has joined
1074 2014-06-04 13:39:57 <dsnrk> wumpus: https://i.imgur.com/VvNS8ut.jpg < sound the same to you?
1075 2014-06-04 13:40:15 <wumpus> yes, it's the same
1076 2014-06-04 13:40:19 benrcole has quit (Ping timeout: 240 seconds)
1077 2014-06-04 13:40:55 <dsnrk> convenient
1078 2014-06-04 13:41:06 ValicekB has joined
1079 2014-06-04 13:42:43 <wumpus> jtimon: great!
1080 2014-06-04 13:43:15 sustrik has quit (Ping timeout: 264 seconds)
1081 2014-06-04 13:44:26 dustbunnytycoon has joined
1082 2014-06-04 13:45:16 dabura667 has joined
1083 2014-06-04 13:47:32 erasmospunk has quit (Remote host closed the connection)
1084 2014-06-04 13:47:54 alxheim has quit (Read error: Connection reset by peer)
1085 2014-06-04 13:48:02 xenog has joined
1086 2014-06-04 13:48:03 eoss has joined
1087 2014-06-04 13:48:21 hearn has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
1088 2014-06-04 13:49:08 alxheim has joined
1089 2014-06-04 13:49:08 alxheim has quit (Client Quit)
1090 2014-06-04 13:49:38 sacrelege has joined
1091 2014-06-04 13:49:57 helo_ is now known as helo
1092 2014-06-04 13:50:49 robonerd has quit (Ping timeout: 260 seconds)
1093 2014-06-04 13:51:03 skinnkavaj has quit (Ping timeout: 264 seconds)
1094 2014-06-04 13:51:51 robonerd has joined
1095 2014-06-04 13:55:00 Diablo_D3 has joined
1096 2014-06-04 13:56:25 Adrao has quit (Remote host closed the connection)
1097 2014-06-04 13:57:21 DiabloD3 has quit (Ping timeout: 259 seconds)
1098 2014-06-04 13:58:31 analogmind_work has joined
1099 2014-06-04 13:58:58 skinnkavaj has joined
1100 2014-06-04 13:59:25 torsthaldo has joined
1101 2014-06-04 14:01:21 yubrew has joined
1102 2014-06-04 14:04:57 mapppum has joined
1103 2014-06-04 14:04:57 TurboS_911 has joined
1104 2014-06-04 14:05:25 gonedrk has joined
1105 2014-06-04 14:07:48 dustbunnytycoon has quit (Quit: Textual IRC Client: www.textualapp.com)
1106 2014-06-04 14:09:30 mapppum has quit (Ping timeout: 245 seconds)
1107 2014-06-04 14:09:45 SittingBull has quit (Ping timeout: 252 seconds)
1108 2014-06-04 14:12:20 paveljanik has joined
1109 2014-06-04 14:14:09 ThomasV has quit (Ping timeout: 252 seconds)
1110 2014-06-04 14:14:53 SynBTC has quit (Ping timeout: 240 seconds)
1111 2014-06-04 14:14:55 xenog has quit (Ping timeout: 245 seconds)
1112 2014-06-04 14:15:12 kostaz has joined
1113 2014-06-04 14:15:17 <kostaz> Hi guys
1114 2014-06-04 14:16:16 <kostaz> I can't find operator>> for CMessageHeader to explain "hdrbuf >> hdr" in CNetMessage::readHeader().
1115 2014-06-04 14:16:22 <kostaz> Can anyone help?
1116 2014-06-04 14:19:37 gavinandresen_ has joined
1117 2014-06-04 14:20:37 hearn has joined
1118 2014-06-04 14:22:37 SittingBull has joined
1119 2014-06-04 14:23:28 ericmuyser has joined
1120 2014-06-04 14:23:58 SynBTC has joined
1121 2014-06-04 14:24:21 mr_burde_ is now known as mr_burdell
1122 2014-06-04 14:25:25 xenog has joined
1123 2014-06-04 14:25:45 xenog has quit (Remote host closed the connection)
1124 2014-06-04 14:26:11 xenog has joined
1125 2014-06-04 14:26:40 SwampTony has joined
1126 2014-06-04 14:27:15 Starduster has joined
1127 2014-06-04 14:27:21 Starduster_ has quit (Ping timeout: 252 seconds)
1128 2014-06-04 14:28:06 ericmuyser has quit (Ping timeout: 260 seconds)
1129 2014-06-04 14:28:24 jgarzik has joined
1130 2014-06-04 14:28:24 jgarzik has quit (Changing host)
1131 2014-06-04 14:28:25 jgarzik has joined
1132 2014-06-04 14:28:34 DougieBot5000 has joined
1133 2014-06-04 14:31:34 <andytoshi> that is the >> operator on hdrbuf, which is a member of CNetMessage of type CDataStream
1134 2014-06-04 14:33:01 <andytoshi> it is defined serialize.h:1082; it's a template which just calls Unserialize on the CMessageHeader.. this is defined by the IMPLEMENT_SERIALIZE macro
1135 2014-06-04 14:33:03 sacrelege has quit (Quit: Leaving)
1136 2014-06-04 14:34:19 maraoz has quit (Ping timeout: 252 seconds)
1137 2014-06-04 14:34:34 HANTI is now known as hanti
1138 2014-06-04 14:36:26 cagedwisdom has quit (Remote host closed the connection)
1139 2014-06-04 14:36:59 SwampTony has quit ()
1140 2014-06-04 14:37:19 Dizzle has joined
1141 2014-06-04 14:38:06 JackH has quit (Quit: JackH)
1142 2014-06-04 14:39:01 Starduster_ has joined
1143 2014-06-04 14:41:17 Starduster has quit (Ping timeout: 252 seconds)
1144 2014-06-04 14:43:13 tarantillo_ has quit (Ping timeout: 240 seconds)
1145 2014-06-04 14:44:13 sabfer has quit (Ping timeout: 252 seconds)
1146 2014-06-04 14:44:17 giustoXricordarv has joined
1147 2014-06-04 14:46:27 paveljanik has quit (Quit: This computer has gone to sleep)
1148 2014-06-04 14:47:09 maraoz has joined
1149 2014-06-04 14:48:37 sabfer has joined
1150 2014-06-04 14:49:12 xenog has quit (Read error: Connection reset by peer)
1151 2014-06-04 14:50:34 xenog has joined
1152 2014-06-04 14:51:35 <Dizzle> Is there a good guide to having multiple instances of bitcoind or bitcoin-qt on the same machine? Looking to build head of master, but don't want it touch my regular release cycle wallet.
1153 2014-06-04 14:53:26 <wumpus> Dizzle: just provide different -datadir=xxx
1154 2014-06-04 14:53:31 <jgarzik> Dizzle, what are you trying to do?  simulate a network?  google for "bitcoin test net in a box"
1155 2014-06-04 14:53:50 <jgarzik> Dizzle, in general, that is discouraged, because the network tries harder to ignore your node
1156 2014-06-04 14:53:59 <Dizzle> wumpus: thanks
1157 2014-06-04 14:54:20 <Dizzle> jgarzik: probably won't have them running at the same time, but this test net in a box sounds really useful for playing around, thanks!
1158 2014-06-04 14:55:14 <wumpus> regtest is even better for playing around
1159 2014-06-04 14:56:49 <gavinandresen_> Dizzle: see qa/rpc-tests/ for some examples of running multiple nodes in regtest mode on the same machine
1160 2014-06-04 14:57:12 derbumi has quit (Quit: derbumi)
1161 2014-06-04 14:57:16 hearn has quit (Read error: Connection reset by peer)
1162 2014-06-04 14:58:13 xenog has quit (Remote host closed the connection)
1163 2014-06-04 14:58:23 bbrian has joined
1164 2014-06-04 14:58:44 hearn has joined
1165 2014-06-04 14:59:58 derbumi has joined
1166 2014-06-04 15:00:20 maraoz has quit (Ping timeout: 240 seconds)
1167 2014-06-04 15:00:55 analogmind_work has quit (Remote host closed the connection)
1168 2014-06-04 15:01:50 mpmcswee_ has joined
1169 2014-06-04 15:01:55 skizzor has quit (Quit: skizzor)
1170 2014-06-04 15:02:47 HaltingState has joined
1171 2014-06-04 15:03:05 skizzor has joined
1172 2014-06-04 15:03:46 xenog has joined
1173 2014-06-04 15:04:57 skizzor has left ()
1174 2014-06-04 15:05:27 mpmcsweeney has quit (Ping timeout: 264 seconds)
1175 2014-06-04 15:05:59 SoftwareMechanic has joined
1176 2014-06-04 15:06:41 erasmospunk has joined
1177 2014-06-04 15:07:29 derbumi has quit (Quit: derbumi)
1178 2014-06-04 15:08:58 derbumi has joined
1179 2014-06-04 15:10:08 Subo1977_ has joined
1180 2014-06-04 15:10:28 Eiii has joined
1181 2014-06-04 15:10:28 Eiii has quit (Changing host)
1182 2014-06-04 15:10:28 Eiii has joined
1183 2014-06-04 15:11:36 Grouver has quit (Quit: Leaving)
1184 2014-06-04 15:13:33 Subo1977 has quit (Ping timeout: 252 seconds)
1185 2014-06-04 15:16:51 damethos has quit (Quit: Bye)
1186 2014-06-04 15:17:38 skizzor has joined
1187 2014-06-04 15:17:49 giustoXricordarv has quit (Read error: Connection reset by peer)
1188 2014-06-04 15:18:07 damethos has joined
1189 2014-06-04 15:20:36 maraoz has joined
1190 2014-06-04 15:21:22 llllllllll has joined
1191 2014-06-04 15:22:26 skizzor has quit (Remote host closed the connection)
1192 2014-06-04 15:22:42 damethos has quit (Ping timeout: 260 seconds)
1193 2014-06-04 15:23:18 skizzor has joined
1194 2014-06-04 15:24:21 ericmuyser has joined
1195 2014-06-04 15:24:35 JackH has joined
1196 2014-06-04 15:24:48 chichov has joined
1197 2014-06-04 15:24:50 ValicekB has quit (Ping timeout: 265 seconds)
1198 2014-06-04 15:25:07 <chichov> how come that Multisig transactions are limited to n-of-3?
1199 2014-06-04 15:25:14 derbumi has quit (Quit: derbumi)
1200 2014-06-04 15:26:02 hearn has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
1201 2014-06-04 15:27:04 cyamaguchi has quit (Quit: cyamaguchi)
1202 2014-06-04 15:28:42 pierreatwork has quit (Ping timeout: 265 seconds)
1203 2014-06-04 15:28:54 Dizzle has quit (Remote host closed the connection)
1204 2014-06-04 15:29:20 Dizzle has joined
1205 2014-06-04 15:30:07 <chichov> I see the explanation that the signature + pubkey size is approx 145 bytes; this times 3 and it builds an upper bound for the 500 bytes
1206 2014-06-04 15:30:19 random_cat has quit (Remote host closed the connection)
1207 2014-06-04 15:30:24 <chichov> however, do the signatures have to be necessarily accompanied by their corresponding public keys?
1208 2014-06-04 15:31:03 derbumi has joined
1209 2014-06-04 15:31:04 ValicekB has joined
1210 2014-06-04 15:31:25 random_cat has joined
1211 2014-06-04 15:32:15 maraoz has quit (Ping timeout: 252 seconds)
1212 2014-06-04 15:33:55 GM0127 has joined
1213 2014-06-04 15:34:15 Dizzle has quit (Ping timeout: 264 seconds)
1214 2014-06-04 15:34:49 <sipa> how could you otherwise verify them?
1215 2014-06-04 15:35:00 Belxjander has quit (Ping timeout: 240 seconds)
1216 2014-06-04 15:36:20 <chichov> sipa: according to BIP11 these are provided in scriptPubKey
1217 2014-06-04 15:36:50 <sipa> for raw pubkey transactions yes
1218 2014-06-04 15:37:01 <chichov> thus, you could stuff scriptSig with at most 500/80 =~ 6 signatures
1219 2014-06-04 15:37:12 xenog has quit (Remote host closed the connection)
1220 2014-06-04 15:37:43 <chichov> mhm, I see, so you also take into consideration pay-to-pubkeyhash transactions here?
1221 2014-06-04 15:37:55 <sipa> oh, you're asking why only up to 3 was made standard?
1222 2014-06-04 15:38:05 <chichov> yep
1223 2014-06-04 15:38:08 <sipa> no technical reason, just being conservative
1224 2014-06-04 15:38:53 <chichov> can you also provide pay-to-pubkeyhash addresses?
1225 2014-06-04 15:39:11 <sipa> try to work out how that could work :)
1226 2014-06-04 15:39:18 <chichov> I don't see a way, heh
1227 2014-06-04 15:39:30 <sipa> note that the script language does not have a concept of 'addresses'
1228 2014-06-04 15:39:38 <sipa> addresses are just shorthands for particular scriptPubKeys
1229 2014-06-04 15:39:40 <chichov> well, there is one, but it's a bit difficult
1230 2014-06-04 15:39:56 <sipa> it's possible yes, but there is little benefit
1231 2014-06-04 15:40:14 <sipa> the one constructing the multisig address should have the public keys anyway in order to spend
1232 2014-06-04 15:41:36 <chichov> hm, do you mean the pay-to-scripthash transaction in combination with multisig when you say "multisig address"?
1233 2014-06-04 15:41:54 derbumi has quit (Quit: derbumi)
1234 2014-06-04 15:43:19 <chichov> nevermind, I'm a bit fresh in that respect and will read up on it
1235 2014-06-04 15:43:49 adam3us has joined
1236 2014-06-04 15:43:53 gavinandresen_ has left ()
1237 2014-06-04 15:43:54 pablog has joined
1238 2014-06-04 15:45:39 dims_ has quit (Ping timeout: 264 seconds)
1239 2014-06-04 15:45:56 <sipa> by multisig address i really mean p2sh with embedded multisig script
1240 2014-06-04 15:46:28 shadowbroker has joined
1241 2014-06-04 15:46:43 coingenuity has joined
1242 2014-06-04 15:47:00 stuntkite has quit (Remote host closed the connection)
1243 2014-06-04 15:47:01 daybyter has quit (Quit: Konversation terminated!)
1244 2014-06-04 15:47:31 Dizzle has joined
1245 2014-06-04 15:47:32 stuntkite has joined
1246 2014-06-04 15:48:40 dhill has quit (Quit: leaving)
1247 2014-06-04 15:48:56 stuntkite has quit (Remote host closed the connection)
1248 2014-06-04 15:49:08 t7 has quit (Quit: home)
1249 2014-06-04 15:49:32 stuntkite has joined
1250 2014-06-04 15:49:57 kermit has joined
1251 2014-06-04 15:51:04 dhill has joined
1252 2014-06-04 15:51:04 dhill has quit (Client Quit)
1253 2014-06-04 15:51:19 dhill has joined
1254 2014-06-04 15:51:48 derbumi has joined
1255 2014-06-04 15:52:19 nullbyte has quit (Quit: Lost terminal)
1256 2014-06-04 15:52:28 pierreatwork has joined
1257 2014-06-04 15:53:17  has quit (Clown|!~clown@unaffiliated/clown/x-0272709|Ping timeout: 240 seconds)
1258 2014-06-04 15:53:37 kermit has quit (Client Quit)
1259 2014-06-04 15:53:53 stuntkite has quit (Ping timeout: 252 seconds)
1260 2014-06-04 15:54:33 gimmezeit has joined
1261 2014-06-04 15:55:11 maraoz has joined
1262 2014-06-04 15:55:37  has joined
1263 2014-06-04 15:55:37  has quit (Clown|!~clown@2001-4dd0-203e-1-90b8-1f97-f397-8129.ipv6dyn.netcologne.de|Changing host)
1264 2014-06-04 15:55:38  has joined
1265 2014-06-04 15:57:14 tjopper1 has quit (Quit: Leaving.)
1266 2014-06-04 15:58:01 dgenr8 has quit (Quit: dgenr8)
1267 2014-06-04 15:58:15 justanotheruser has quit (Ping timeout: 264 seconds)
1268 2014-06-04 15:58:26 gimmetime has quit (Ping timeout: 276 seconds)
1269 2014-06-04 16:02:11 jcrubino has quit (Quit: Leaving)
1270 2014-06-04 16:02:19 btiefert has joined
1271 2014-06-04 16:02:20 ThomasV has joined
1272 2014-06-04 16:05:01 [EddyF] has joined
1273 2014-06-04 16:05:26 stuntkite has joined
1274 2014-06-04 16:05:54 wallet42 has quit (Read error: Connection reset by peer)
1275 2014-06-04 16:06:29 mapppum has joined
1276 2014-06-04 16:07:02 ValicekB has quit (Ping timeout: 260 seconds)
1277 2014-06-04 16:07:34 wallet42 has joined
1278 2014-06-04 16:07:51 sahlhoff has joined
1279 2014-06-04 16:08:08 [nsh] has joined
1280 2014-06-04 16:08:44 dgenr8 has joined
1281 2014-06-04 16:09:43 da2ce7 has joined
1282 2014-06-04 16:10:00 Zarutian has quit (Quit: Zarutian)
1283 2014-06-04 16:10:39 xenog has joined
1284 2014-06-04 16:10:45 mapppum has quit (Ping timeout: 252 seconds)
1285 2014-06-04 16:11:04 ValicekB has joined
1286 2014-06-04 16:12:59 derbumi has quit (Quit: derbumi)
1287 2014-06-04 16:13:15 haskoiner has quit (Remote host closed the connection)
1288 2014-06-04 16:13:24 cyamaguchi_ has joined
1289 2014-06-04 16:14:01 haskoiner has joined
1290 2014-06-04 16:19:06 lclc has quit (Quit: Konversation terminated!)
1291 2014-06-04 16:21:50 derbumi has joined
1292 2014-06-04 16:22:51 stuntkite has quit (Ping timeout: 264 seconds)
1293 2014-06-04 16:23:44 posita has quit (Quit: Leaving.)
1294 2014-06-04 16:24:23 kmels has joined
1295 2014-06-04 16:25:03 xenog has quit (Remote host closed the connection)
1296 2014-06-04 16:26:27 stuntkite has joined
1297 2014-06-04 16:26:27 adam3us has quit (Read error: Connection reset by peer)
1298 2014-06-04 16:27:01 paveljanik has joined
1299 2014-06-04 16:30:04 shadowbroker has quit (Remote host closed the connection)
1300 2014-06-04 16:31:05 Vice88 has joined
1301 2014-06-04 16:31:41 brson has joined
1302 2014-06-04 16:31:44 benrcole1 has quit (Quit: Leaving.)
1303 2014-06-04 16:31:46 sustrik has joined
1304 2014-06-04 16:31:48 brson has quit (Client Quit)
1305 2014-06-04 16:32:25 ValicekB has quit (Ping timeout: 245 seconds)
1306 2014-06-04 16:34:36 derbumi has quit (Quit: derbumi)
1307 2014-06-04 16:34:52 brson_ has joined
1308 2014-06-04 16:35:38 brson_ has quit (Client Quit)
1309 2014-06-04 16:36:10 brson_ has joined
1310 2014-06-04 16:40:10 Soligor has joined
1311 2014-06-04 16:41:24 dims_ has joined
1312 2014-06-04 16:41:30 ValicekB has joined
1313 2014-06-04 16:41:31 xenog has joined
1314 2014-06-04 16:42:20 hanti is now known as HANTI
1315 2014-06-04 16:43:01 MoALTz has joined
1316 2014-06-04 16:43:14 StarenseN has quit (Quit: StarenseN)
1317 2014-06-04 16:43:17 Vice88 has quit ()
1318 2014-06-04 16:44:04 xenog has quit (Remote host closed the connection)
1319 2014-06-04 16:44:54 posita has joined
1320 2014-06-04 16:45:45 W0rmDr1nk has quit (Ping timeout: 245 seconds)
1321 2014-06-04 16:46:04 <kostaz> andytoshi, thank you! I got it.  :-)
1322 2014-06-04 16:46:31 dims_ has quit (Ping timeout: 265 seconds)
1323 2014-06-04 16:46:52 sahlhoff has quit (Quit: sahlhoff)
1324 2014-06-04 16:46:56 phish has joined
1325 2014-06-04 16:47:15 jordandotdev has joined
1326 2014-06-04 16:47:46 roconnor has joined
1327 2014-06-04 16:48:26 Zarutian has joined
1328 2014-06-04 16:50:43 spinza has quit (Ping timeout: 240 seconds)
1329 2014-06-04 16:52:44 tombtc has joined
1330 2014-06-04 16:55:13 gonedrk has quit (Ping timeout: 240 seconds)
1331 2014-06-04 16:56:58 shadowbroker has joined
1332 2014-06-04 16:58:00 spinza has joined
1333 2014-06-04 16:59:43 hotsyk has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
1334 2014-06-04 17:00:58 gonedrk has joined
1335 2014-06-04 17:01:09 HANTI is now known as hanti
1336 2014-06-04 17:02:05 christophe has quit (Ping timeout: 252 seconds)
1337 2014-06-04 17:02:16 benrcole has joined
1338 2014-06-04 17:03:03 chainey has joined
1339 2014-06-04 17:03:45 tg2 has quit (Quit: ZNC - http://znc.in)
1340 2014-06-04 17:04:01 christophe has joined
1341 2014-06-04 17:05:21 stuntkit_ has joined
1342 2014-06-04 17:05:26 dexX7 has joined
1343 2014-06-04 17:07:07 <chichov> how's it possible to make a m-of-n multisig with P2SH for n > 3 if scriptSig is limited to 500 bytes?
1344 2014-06-04 17:07:14 Aido has quit (Ping timeout: 252 seconds)
1345 2014-06-04 17:07:36 Semi_Slav has joined
1346 2014-06-04 17:07:40 stuntkite has quit (Ping timeout: 240 seconds)
1347 2014-06-04 17:07:46 <sipa> scriptSig is only limited to 500 bytes by standardness
1348 2014-06-04 17:07:59 <sipa> you can already do 5 or so
1349 2014-06-04 17:08:03 <chichov> could you elaborate on that?
1350 2014-06-04 17:08:09 <sipa> 33 byte pubkeys, 72 byte signatures
1351 2014-06-04 17:08:21 kermit has joined
1352 2014-06-04 17:08:24 <sipa> there is no size restriction on script sizes in the consensus rules
1353 2014-06-04 17:08:41 <sipa> it's only a policy rule not to relay/mine too large scripts
1354 2014-06-04 17:08:52 <sipa> which afaik git master weakens
1355 2014-06-04 17:09:19 Aido has joined
1356 2014-06-04 17:09:33 <chichov> so the reference client's policy doesn't allow relaying/mining of too large scriptSigs (beyond 500 bytes)
1357 2014-06-04 17:09:53 <chichov> whilst other nodes don't necessarily have to enforce that rule?
1358 2014-06-04 17:10:01 <sipa> right
1359 2014-06-04 17:10:14 <chichov> it's still a problem if the majority uses the reference client
1360 2014-06-04 17:10:27 <sipa> well git master doesn't have that restriction anymore
1361 2014-06-04 17:10:33 <sipa> so 0.10 likely won't
1362 2014-06-04 17:10:39 nvmme has joined
1363 2014-06-04 17:10:44 <chichov> 0.10?
1364 2014-06-04 17:10:49 <chichov> oh
1365 2014-06-04 17:10:52 <sipa> the next major release
1366 2014-06-04 17:11:01 drawingthesun has quit (Quit: Leaving)
1367 2014-06-04 17:11:10 <chichov> so it has been taken out, nice
1368 2014-06-04 17:11:18 <chichov> then bigger m-of-n multisigs will be allowed
1369 2014-06-04 17:11:19 Malakai33 has quit (Quit: Leaving)
1370 2014-06-04 17:11:20 <sipa> not out, just relaxed
1371 2014-06-04 17:11:27 <chichov> to how much?
1372 2014-06-04 17:11:39 <sipa> enough for up to 15 iirc
1373 2014-06-04 17:11:43 sahlhoff has joined
1374 2014-06-04 17:11:53 StarenseN has joined
1375 2014-06-04 17:11:53 <sipa> at which point you hit the limit of p2sh script sizes
1376 2014-06-04 17:11:56 <sipa> which is consensus rule
1377 2014-06-04 17:12:06 <sipa> (520 bytes of script push)
1378 2014-06-04 17:12:21 <sipa> as you can't pack more than 15 (or was it 16) pubkeys in there
1379 2014-06-04 17:12:33 <chichov> I believe 15 pubkeys was the limit
1380 2014-06-04 17:12:46 <sipa> "was" ?
1381 2014-06-04 17:12:49 <chichov> 15*33 bytes
1382 2014-06-04 17:12:55 kermit has quit (Read error: Connection reset by peer)
1383 2014-06-04 17:12:58 <sipa> there's a push in front of each
1384 2014-06-04 17:13:08 <sipa> yup, 15
1385 2014-06-04 17:13:14 <chichov> + pushes, yep
1386 2014-06-04 17:13:47 <chichov> I see the maximum scriptSig size is now 1650 bytes
1387 2014-06-04 17:14:08 <chichov> exactly enough for a 15-of-15 P2SH multisig
1388 2014-06-04 17:14:16 Coincidental has joined
1389 2014-06-04 17:14:22 <sipa> yup
1390 2014-06-04 17:14:30 <chichov> nice
1391 2014-06-04 17:14:55 benrcole has quit (Ping timeout: 245 seconds)
1392 2014-06-04 17:15:54 <chichov> where in the code can I find the restriction to 3 pubkeys in a standard multisig transaction?
1393 2014-06-04 17:17:15 davout has quit (Quit: kthxbye)
1394 2014-06-04 17:18:00 <chichov> nevermind, found it in script.cpp
1395 2014-06-04 17:18:51 <chichov> how come that hasn't been relaxed as well? to enforce a non-space-wasting transaction type?
1396 2014-06-04 17:20:08 <sipa> if we'd design bitcoin today it would be p2sh only :)
1397 2014-06-04 17:20:22 <chichov> hehe, I see
1398 2014-06-04 17:20:52 StarenseN has quit (Quit: StarenseN)
1399 2014-06-04 17:20:56 <sipa> lower usage of UTXO space, better privacy, no need for the sender to know the full script (which is the receiver's business), ...
1400 2014-06-04 17:21:17 <sipa> a marginal security improvement too (though only compared to raw pubkeys, not compared to pubkeyhash)
1401 2014-06-04 17:21:44 wallet421 has joined
1402 2014-06-04 17:21:44 wallet42 has quit (Killed (orwell.freenode.net (Nickname regained by services)))
1403 2014-06-04 17:21:44 wallet421 is now known as wallet42
1404 2014-06-04 17:23:21 Malakai33 has joined
1405 2014-06-04 17:24:10 dims_ has joined
1406 2014-06-04 17:24:42 graingert has quit (Ping timeout: 265 seconds)
1407 2014-06-04 17:25:29 nvmme has quit (Quit: nvmme)
1408 2014-06-04 17:26:45 dims_ has quit (Max SendQ exceeded)
1409 2014-06-04 17:27:15 dims_ has joined
1410 2014-06-04 17:29:18 viic has quit (Quit: Quit)
1411 2014-06-04 17:29:24 mortale has joined
1412 2014-06-04 17:30:01 btcquant has joined
1413 2014-06-04 17:30:07 viic has joined
1414 2014-06-04 17:30:25 lclc has joined
1415 2014-06-04 17:31:20 wallet42 has quit (Quit: Leaving.)
1416 2014-06-04 17:33:00 yena has joined
1417 2014-06-04 17:34:25 OneFixt_ has joined
1418 2014-06-04 17:36:14 MaxSan has quit (Quit: Leaving.)
1419 2014-06-04 17:37:56 OneFixt has quit (Ping timeout: 240 seconds)
1420 2014-06-04 17:39:46 aquarat has joined
1421 2014-06-04 17:41:43 maaku has quit (Ping timeout: 240 seconds)
1422 2014-06-04 17:43:17 dabura667 has quit (Quit: Leaving)
1423 2014-06-04 17:43:21 Semi_Slav has quit (Quit: Semi_Slav)
1424 2014-06-04 17:44:00 [EddyF] has quit (Ping timeout: 240 seconds)
1425 2014-06-04 17:44:21 kermit has joined
1426 2014-06-04 17:45:05 <moarrr> can anyone help me
1427 2014-06-04 17:45:08 <moarrr> im building bitcoin core from sources
1428 2014-06-04 17:45:21 <Luke-Jr> moarrr: #bitcoin
1429 2014-06-04 17:45:22 <moarrr> i think ive installed all the dependancies desribes in doc/build-unix.md
1430 2014-06-04 17:45:27 <moarrr> oh ok
1431 2014-06-04 17:46:01 sabfer has quit (Ping timeout: 260 seconds)
1432 2014-06-04 17:50:38 maaku has joined
1433 2014-06-04 17:51:02 maaku is now known as Guest95594
1434 2014-06-04 17:52:02 Malakai33 has quit (Quit: Leaving)
1435 2014-06-04 17:54:01 mortale has quit (Ping timeout: 272 seconds)
1436 2014-06-04 17:54:08 jtimon has quit (Ping timeout: 276 seconds)
1437 2014-06-04 17:56:21 bbrian has quit (Ping timeout: 252 seconds)
1438 2014-06-04 17:57:31 MaxSan has joined
1439 2014-06-04 17:57:41 Coincidental has quit (Remote host closed the connection)
1440 2014-06-04 17:58:02 Guest95594 has left ("http://quassel-irc.org - Chat comfortably. Anywhere.")
1441 2014-06-04 17:58:27 maaku has joined
1442 2014-06-04 17:58:49 Zarutian_ has joined
1443 2014-06-04 17:59:42 zone117x has quit (Read error: Connection reset by peer)
1444 2014-06-04 18:00:20 Zarutian has quit (Ping timeout: 240 seconds)
1445 2014-06-04 18:00:20 Zarutian_ is now known as Zarutian
1446 2014-06-04 18:00:37 <ajweiss> if i notice a potential issue in an open PR, is it best to comment directly on the PR or is it better to bring it up in here first?
1447 2014-06-04 18:01:27 <sipa> i see no reason for not commenting on the PR directly
1448 2014-06-04 18:01:37 <sipa> unless you're very uncertain, and want some other opinion first :)
1449 2014-06-04 18:01:40 Application has quit (Remote host closed the connection)
1450 2014-06-04 18:02:04 crunk-juice has quit (Remote host closed the connection)
1451 2014-06-04 18:02:26 Coincidental has joined
1452 2014-06-04 18:02:39 mortale has joined
1453 2014-06-04 18:02:40 <ajweiss> so PR3640 doesn't fix the fact that you can't run bitcoind -conf=blah where the config file specifies the datadir and the default datadir is unwritable
1454 2014-06-04 18:02:59 zone117x has joined
1455 2014-06-04 18:03:00 pablog has quit (Quit: pablog)
1456 2014-06-04 18:04:24 jaekwon has joined
1457 2014-06-04 18:04:51 sabfer has joined
1458 2014-06-04 18:05:08 crunk-juice has joined
1459 2014-06-04 18:05:30 <ajweiss> it seems to me that you'd want to read the config file first before checking the data directory
1460 2014-06-04 18:05:46 MolokoDeck has joined
1461 2014-06-04 18:06:00 <sipa> feel free to comment :)
1462 2014-06-04 18:07:12 <ajweiss> i'd consider submitting a patch, but i assume since it's an already open PR that probably makes things messier
1463 2014-06-04 18:07:57 papa3 has quit (Ping timeout: 272 seconds)
1464 2014-06-04 18:09:33 crunk-juice has quit (Ping timeout: 252 seconds)
1465 2014-06-04 18:09:38 anton000 has joined
1466 2014-06-04 18:09:52 Zarutian has quit (Quit: Zarutian)
1467 2014-06-04 18:10:14 phoenix53 has joined
1468 2014-06-04 18:10:40 ThomasV has quit (Ping timeout: 240 seconds)
1469 2014-06-04 18:10:59 davout has joined
1470 2014-06-04 18:12:25 crunk-juice has joined
1471 2014-06-04 18:13:36 AnoAnon has joined
1472 2014-06-04 18:13:54 AnoAnon has quit (Max SendQ exceeded)
1473 2014-06-04 18:14:14 weilu has quit (Remote host closed the connection)
1474 2014-06-04 18:14:24 AnoAnon has joined
1475 2014-06-04 18:14:56 AnoAnon has quit (Read error: Connection reset by peer)
1476 2014-06-04 18:15:06 ahbritto has quit (Read error: Connection reset by peer)
1477 2014-06-04 18:15:06 ahbritto_ has quit (Read error: Connection reset by peer)
1478 2014-06-04 18:15:53 ahbritto has joined
1479 2014-06-04 18:19:05 ahbritto_ has joined
1480 2014-06-04 18:19:34 pierreatwork has quit (Ping timeout: 260 seconds)
1481 2014-06-04 18:20:28 dexX7 has quit (Ping timeout: 252 seconds)
1482 2014-06-04 18:21:10 spinza has quit (Ping timeout: 245 seconds)
1483 2014-06-04 18:23:25 prepost has joined
1484 2014-06-04 18:24:37 postpre has quit (Ping timeout: 255 seconds)
1485 2014-06-04 18:26:17 papa3 has joined
1486 2014-06-04 18:26:29 bbrian has joined
1487 2014-06-04 18:26:43 spinza has joined
1488 2014-06-04 18:27:57 ThomasV has joined
1489 2014-06-04 18:34:48 roboaunt has joined
1490 2014-06-04 18:37:27 <wumpus> there are just too many ways in which the various datadir/conf/etc options can interact
1491 2014-06-04 18:38:47 <wumpus> but indeed, my fix is wrong too
1492 2014-06-04 18:38:53 <wumpus> it assumes that the config file is in the datadir
1493 2014-06-04 18:39:00 <wumpus> which is not necessarily true
1494 2014-06-04 18:39:50 <wumpus> I'm kind of tired of it (that's also why I haven't merged it yet -- I'm not certain of it), so if you want to take over the PR, that's fine with me
1495 2014-06-04 18:40:05 saivann_ has quit (Quit: Ex-Chat)
1496 2014-06-04 18:40:21 Grouver has joined
1497 2014-06-04 18:42:03 Sub is now known as zzz!~SubCreati@c-76-121-19-166.hsd1.wa.comcast.net|SubCreative
1498 2014-06-04 18:42:51 Zarutian has joined
1499 2014-06-04 18:43:29 <wumpus> it may make sense to first document clearly what the intended behavior should be (don't forget it's even more complex for the GUI, which allows setting the datadir in the registry), then test the implementation against that
1500 2014-06-04 18:43:56 jMyles has quit (Ping timeout: 240 seconds)
1501 2014-06-04 18:47:17 xenog has joined
1502 2014-06-04 18:47:25 saivann has joined
1503 2014-06-04 18:51:04 <jgarzik> wumpus, IMO, if you see a datadir directive in the config, throw an error.
1504 2014-06-04 18:51:15 <jgarzik> wumpus, that will document by showing
1505 2014-06-04 18:52:13 OneFixt_ is now known as OneFixt
1506 2014-06-04 18:52:36 Grouver has quit (Quit:  HydraIRC -> http://www.hydrairc.com <- s0 d4Mn l33t |t'z 5c4rY!)
1507 2014-06-04 18:53:25 <wumpus> right
1508 2014-06-04 18:53:38 xenog has quit (Ping timeout: 265 seconds)
1509 2014-06-04 18:55:03 <wumpus> though I think it can be useful in some cases, just to be able to do bitcoind -conf=/etc/bitcoind.conf  without having to set the datadir explicitly as well as it's set in the configuration file
1510 2014-06-04 18:55:03 sabfer has quit (Read error: Connection reset by peer)
1511 2014-06-04 18:55:03 sabfer_ has joined
1512 2014-06-04 18:55:06 <ajweiss> yeah i was thinking about that, does the config file neccessarily live in the datadir
1513 2014-06-04 18:55:29 <ajweiss> it's somewhat unspecified
1514 2014-06-04 18:55:40 <wumpus> no, it does not, that's why -conf exists
1515 2014-06-04 18:56:00 paul0 has quit (Remote host closed the connection)
1516 2014-06-04 18:56:54 brson_ has quit (Ping timeout: 260 seconds)
1517 2014-06-04 18:57:41 <ajweiss> i would think it would be nice to be able to keep the datadir in the config file
1518 2014-06-04 18:58:18 <wumpus> but I suppose: only if the conf option is provided
1519 2014-06-04 18:58:42 <ajweiss> imagine a binary distribution for a linux distro...  they might stick the config file in /etc/bitcoind/bitcoind.conf
1520 2014-06-04 18:58:43 derbumi has joined
1521 2014-06-04 18:58:46 <wumpus> if the configuration file is read from the default location in the datadir, it makes no sense to specify a datadir
1522 2014-06-04 18:59:03 <ajweiss> i'd want to be able to go there to change the datadir, rather than messing with init scripts
1523 2014-06-04 18:59:09 <wumpus> (not sure what the behavior there is right now, but it's easy to create chicken-and-eggs problems)
1524 2014-06-04 18:59:38 <ajweiss> yeah it seems that historically datadir served as the primary way to change configurations
1525 2014-06-04 19:01:00 sahlhoff has quit (Quit: sahlhoff)
1526 2014-06-04 19:01:00 <wumpus> yes it was a bad design in the first place to expect everything in the same directory, in many OSes there are clear rules about where to put configuration, mutable data, etc, but alas we inherited it
1527 2014-06-04 19:01:21 <wumpus> and now how to move away from it is not clear-cut
1528 2014-06-04 19:02:11 digitalmagus8 has joined
1529 2014-06-04 19:02:22 [EddyF]_ has joined
1530 2014-06-04 19:02:36 digitalmagus2 has joined
1531 2014-06-04 19:02:36 derbumi has quit (Client Quit)
1532 2014-06-04 19:03:06 MaxSan has quit (Quit: Leaving.)
1533 2014-06-04 19:03:07 <ajweiss> so it seems precedence would be: command line config file, command line datadir -> config file, default datadir -> config file
1534 2014-06-04 19:03:13 jMyles has joined
1535 2014-06-04 19:03:23 <ajweiss> so in the worst case you might change datadirs twice
1536 2014-06-04 19:04:24 <ajweiss> but having a default config file of *DEFAULTDIR*/bitcoin.conf regardless of whether or not you put the data there doesn't seem bad
1537 2014-06-04 19:04:42 pierreatwork has joined
1538 2014-06-04 19:05:03 Application has joined
1539 2014-06-04 19:05:15 <wumpus> well as long as you don'tmake it impossible to specificy -datadir= *without* -conf= ...
1540 2014-06-04 19:05:33 <wumpus> in that case the configuration is assumed to be in the specified datadir
1541 2014-06-04 19:05:43 <wumpus> not in the default datadir
1542 2014-06-04 19:05:52 <ajweiss> yeah... that's the middle one
1543 2014-06-04 19:06:02 Starduster_ has quit (Ping timeout: 252 seconds)
1544 2014-06-04 19:06:54 <ajweiss> actually
1545 2014-06-04 19:06:57 <ajweiss> scratch precedence
1546 2014-06-04 19:07:01 Starduster has joined
1547 2014-06-04 19:07:17 <wumpus> and don't forget the datadir caching, it makes things even more complicated
1548 2014-06-04 19:07:20 sabfer_ has quit (Read error: Connection reset by peer)
1549 2014-06-04 19:07:29 <ajweiss> yeah ReadConfig clears it though
1550 2014-06-04 19:07:32 <wumpus> once you've called GetDatadir(...) it's stuck at that
1551 2014-06-04 19:07:41 bitnumus has quit (Ping timeout: 240 seconds)
1552 2014-06-04 19:07:46 sabfer has joined
1553 2014-06-04 19:07:51 <ajweiss> last line in the function
1554 2014-06-04 19:08:00 gavinandresen has quit (Quit: gavinandresen)
1555 2014-06-04 19:08:14 <wumpus> really counterintuitive, I think it'd be better to have an imperative function that determines the data directory, instead of trying to compute and cache it at first use
1556 2014-06-04 19:08:48 <ajweiss> yeah, i hate the name GetDataDir()
1557 2014-06-04 19:08:57 weilu has joined
1558 2014-06-04 19:09:28 <ajweiss> alright how about i prepare a patch with proposed behavior and some test cases
1559 2014-06-04 19:10:01 <wumpus> GetDataDir() should just return a string variable which is set before in initialization
1560 2014-06-04 19:10:17 <ajweiss> agreed
1561 2014-06-04 19:10:57 brson has joined
1562 2014-06-04 19:11:10 jgarzik_ has joined
1563 2014-06-04 19:11:28 jgarzik_ has quit (Client Quit)
1564 2014-06-04 19:13:06 coeus has joined
1565 2014-06-04 19:13:32 jgarzik has quit (Ping timeout: 240 seconds)
1566 2014-06-04 19:13:51 weilu has quit (Ping timeout: 264 seconds)
1567 2014-06-04 19:18:08 rnvk has quit (Quit: ##### Leaving... | SIGN-UP for Coinkite.com  #####)
1568 2014-06-04 19:18:18 drawingthesun has joined
1569 2014-06-04 19:21:19 daybyter has joined
1570 2014-06-04 19:21:19 xenog has joined
1571 2014-06-04 19:24:41 [EddyF]_ has quit (Quit: coding,sleeping or doing something better than chatting to you.)
1572 2014-06-04 19:24:42 Zarutian has quit (Quit: Zarutian)
1573 2014-06-04 19:25:41 Aido has quit (Quit: leaving)
1574 2014-06-04 19:28:52 Guest39602 has quit (Quit: Leaving)
1575 2014-06-04 19:29:56 sahlhoff has joined
1576 2014-06-04 19:33:25 dexX7 has joined
1577 2014-06-04 19:33:44 crunk-juice has quit (Remote host closed the connection)
1578 2014-06-04 19:35:19 Liquid has joined
1579 2014-06-04 19:35:40 Liquid is now known as Guest8336
1580 2014-06-04 19:35:46 crunk-juice has joined
1581 2014-06-04 19:42:03 Emzy has joined
1582 2014-06-04 19:42:34 Diablo_D3 has quit (Quit: This computer has gone to sleep)
1583 2014-06-04 19:42:52 Diablo_D3 has joined
1584 2014-06-04 19:45:51 erasmospunk has quit (Ping timeout: 265 seconds)
1585 2014-06-04 19:48:15 ThomasV has quit (Ping timeout: 245 seconds)
1586 2014-06-04 19:49:12 Blackreign has quit ()
1587 2014-06-04 19:51:31 spinza has quit (Ping timeout: 260 seconds)
1588 2014-06-04 19:53:42 <ajweiss> alright if i want to propose a clear behavior, should i open a new issue or just keep the discussion in the existing PR?
1589 2014-06-04 19:54:50 hotsyk has joined
1590 2014-06-04 19:56:00 Aido has joined
1591 2014-06-04 19:56:50 <sipa> if it's a small suggested change, you can offer it as a suggestion in a comment on the PR
1592 2014-06-04 19:57:05 erasmospunk has joined
1593 2014-06-04 19:57:17 <sipa> if you want to offer a very different way of doing things and don't mind implementing it, do it as a separate PR
1594 2014-06-04 19:57:57 <ajweiss> ok so write the patch first before proposing different behavior?
1595 2014-06-04 19:58:00 lolstate has quit (Quit: lolstate)
1596 2014-06-04 19:58:45 <sipa> up to you
1597 2014-06-04 19:59:02 <sipa> ideas that are implemented carry more weight :)
1598 2014-06-04 19:59:10 spinza has joined
1599 2014-06-04 19:59:45 Semi_Slav has joined
1600 2014-06-04 20:00:12 <ajweiss> ok i'm just gonna propose the behavior, and if no one complains i'll put a PR together
1601 2014-06-04 20:00:45 digitalmagus8 has quit (Ping timeout: 245 seconds)
1602 2014-06-04 20:01:10 erasmospunk has quit (Ping timeout: 245 seconds)
1603 2014-06-04 20:02:27 belcher has joined
1604 2014-06-04 20:02:27 belcher has quit (Changing host)
1605 2014-06-04 20:02:27 belcher has joined
1606 2014-06-04 20:02:36 Semi_Slav is now known as Gyps
1607 2014-06-04 20:03:52 Aido has quit (Quit: leaving)
1608 2014-06-04 20:04:08 xenog has quit (Ping timeout: 276 seconds)
1609 2014-06-04 20:04:18 Aido has joined
1610 2014-06-04 20:04:36 Aido has quit (Client Quit)
1611 2014-06-04 20:04:58 Aido has joined
1612 2014-06-04 20:05:52 drawingthesun has quit (Quit: Leaving)
1613 2014-06-04 20:05:54 erasmospunk has joined
1614 2014-06-04 20:06:01 xdotcommer has joined
1615 2014-06-04 20:06:16 hanti is now known as HANTI
1616 2014-06-04 20:06:57 MolokoBot has joined
1617 2014-06-04 20:08:00 ShawnLeary has quit (Ping timeout: 240 seconds)
1618 2014-06-04 20:08:13 Aido has quit (Client Quit)
1619 2014-06-04 20:08:36 Aido has joined
1620 2014-06-04 20:08:38 Aido has quit (Client Quit)
1621 2014-06-04 20:09:26 Aido has joined
1622 2014-06-04 20:09:36 Grouver has joined
1623 2014-06-04 20:09:43 weilu has joined
1624 2014-06-04 20:09:56 MolokoDeck has quit (Ping timeout: 240 seconds)
1625 2014-06-04 20:12:47 cagedwisdom has joined
1626 2014-06-04 20:14:28 weilu has quit (Ping timeout: 264 seconds)
1627 2014-06-04 20:14:36 erasmospunk has quit (Ping timeout: 252 seconds)
1628 2014-06-04 20:14:53 skinnkavaj has quit (Ping timeout: 255 seconds)
1629 2014-06-04 20:16:22 lclc has quit (Quit: Konversation terminated!)
1630 2014-06-04 20:16:22 OneMiner has quit (Read error: Connection reset by peer)
1631 2014-06-04 20:16:22 OneMiner has joined
1632 2014-06-04 20:16:29 christophe has quit (Ping timeout: 276 seconds)
1633 2014-06-04 20:17:44 christophe has joined
1634 2014-06-04 20:19:09 ShawnLeary has joined
1635 2014-06-04 20:20:03 hotsyk has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
1636 2014-06-04 20:22:07 erasmosp_ has joined
1637 2014-06-04 20:22:46 jMyles has quit (Read error: Connection reset by peer)
1638 2014-06-04 20:23:42 roconnor has quit (Ping timeout: 260 seconds)
1639 2014-06-04 20:24:03 <sipa> does anyone understand accounting_tests?
1640 2014-06-04 20:24:14 <sipa> BOOST_CHECK(results.size() == 4);
1641 2014-06-04 20:24:31 ericmuyser has quit (Remote host closed the connection)
1642 2014-06-04 20:24:39 <sipa> oh, never mind
1643 2014-06-04 20:24:44 <sipa> results is a map and not a vector
1644 2014-06-04 20:24:45 Adlai has quit (Ping timeout: 272 seconds)
1645 2014-06-04 20:24:53 leofidus is now known as afk!~quassel@lionservers.de|leofidus-ger
1646 2014-06-04 20:24:54 hotsyk has joined
1647 2014-06-04 20:25:11 Adlai has joined
1648 2014-06-04 20:26:34 Grouver has quit (Ping timeout: 255 seconds)
1649 2014-06-04 20:27:03 HANTI is now known as hanti
1650 2014-06-04 20:29:43 mr_burdell has quit (Ping timeout: 255 seconds)
1651 2014-06-04 20:29:43 Grouver has joined
1652 2014-06-04 20:29:49 george_p has quit (Ping timeout: 272 seconds)
1653 2014-06-04 20:30:04 paul0 has joined
1654 2014-06-04 20:32:21 KuDeTa_ has joined
1655 2014-06-04 20:33:03 chichov has quit (Ping timeout: 264 seconds)
1656 2014-06-04 20:33:40 KuDeTa has quit (Ping timeout: 252 seconds)
1657 2014-06-04 20:33:40 KuDeTa_ is now known as KuDeTa
1658 2014-06-04 20:38:41 kadoban has joined
1659 2014-06-04 20:38:47 sabfer has quit (Quit: Leaving...)
1660 2014-06-04 20:42:46 justanotheruser has joined
1661 2014-06-04 20:44:42 erasmosp_ has quit (Ping timeout: 260 seconds)
1662 2014-06-04 20:44:53 edcba has joined
1663 2014-06-04 20:46:13 erasmospunk has joined
1664 2014-06-04 20:46:18 cheetah2 has joined
1665 2014-06-04 20:48:30 da2ce7 has quit (Ping timeout: 260 seconds)
1666 2014-06-04 20:48:34 chichov has joined
1667 2014-06-04 20:48:59 da2ce7 has joined
1668 2014-06-04 20:49:18 Grouver has quit (Quit:  HydraIRC -> http://www.hydrairc.com <- IRC with a difference)
1669 2014-06-04 20:51:17 wallet42 has joined
1670 2014-06-04 20:52:29 da2ce7_laptop has joined
1671 2014-06-04 20:52:53 mcaizgk2 has joined
1672 2014-06-04 20:53:07 mcaizgk2 has left ()
1673 2014-06-04 20:53:17 wallet42 has quit (Read error: Connection reset by peer)
1674 2014-06-04 20:55:43 wallet42 has joined
1675 2014-06-04 20:55:44 da2ce7 has quit (Ping timeout: 240 seconds)
1676 2014-06-04 20:56:48 santoscork has joined
1677 2014-06-04 20:57:05 da2ce7 has joined
1678 2014-06-04 20:57:08 chichov has quit (Ping timeout: 252 seconds)
1679 2014-06-04 20:58:14 erasmospunk has quit (Ping timeout: 240 seconds)
1680 2014-06-04 20:58:20 zcopley_ has joined
1681 2014-06-04 20:58:38 zcopley_ has quit (Client Quit)
1682 2014-06-04 21:00:48 da2ce7_laptop has quit (Ping timeout: 252 seconds)
1683 2014-06-04 21:01:53 erasmospunk has joined
1684 2014-06-04 21:03:20 derbumi has joined
1685 2014-06-04 21:05:17 paveljanik has quit (Quit: This computer has gone to sleep)
1686 2014-06-04 21:05:19 derbumi has quit (Client Quit)
1687 2014-06-04 21:06:17 Vitalik_ has joined
1688 2014-06-04 21:08:12 Coincidental has quit (Remote host closed the connection)
1689 2014-06-04 21:08:53 ThomasV has joined
1690 2014-06-04 21:09:08 derbumi has joined
1691 2014-06-04 21:09:37 hotsyk has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
1692 2014-06-04 21:09:57 Vitalik__ has quit (Ping timeout: 265 seconds)
1693 2014-06-04 21:10:26 weilu has joined
1694 2014-06-04 21:12:10 chichov has joined
1695 2014-06-04 21:12:29 hotsyk has joined
1696 2014-06-04 21:12:42 da2ce7 has quit (Quit: Textual IRC Client: www.textualapp.com)
1697 2014-06-04 21:14:44 paxtoncamaro91 has quit (Ping timeout: 252 seconds)
1698 2014-06-04 21:14:53 maraoz has quit (Remote host closed the connection)
1699 2014-06-04 21:15:10 weilu has quit (Ping timeout: 255 seconds)
1700 2014-06-04 21:15:47 wallet421 has joined
1701 2014-06-04 21:15:47 wallet42 is now known as Guest20922
1702 2014-06-04 21:15:47 Guest20922 has quit (Killed (card.freenode.net (Nickname regained by services)))
1703 2014-06-04 21:15:47 wallet421 is now known as wallet42
1704 2014-06-04 21:17:07 derbumi has quit (Quit: derbumi)
1705 2014-06-04 21:17:32 ahbritto has quit (Read error: Connection reset by peer)
1706 2014-06-04 21:17:32 ahbritto_ has quit (Read error: Connection reset by peer)
1707 2014-06-04 21:18:05 ahbritto has joined
1708 2014-06-04 21:18:18 ThomasV has quit (Remote host closed the connection)
1709 2014-06-04 21:18:25 wallet421 has joined
1710 2014-06-04 21:18:26 wallet42 has quit (Killed (asimov.freenode.net (Nickname regained by services)))
1711 2014-06-04 21:18:26 wallet421 is now known as wallet42
1712 2014-06-04 21:18:48 CoalPowerGorilla has quit (Remote host closed the connection)
1713 2014-06-04 21:19:31 AnoAnon has joined
1714 2014-06-04 21:19:33 ahbritto_ has joined
1715 2014-06-04 21:20:02 hotsyk has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
1716 2014-06-04 21:20:14 crunk-juice has quit (Ping timeout: 260 seconds)
1717 2014-06-04 21:21:34 paxtoncamaro91 has joined
1718 2014-06-04 21:22:59 SoftwareMechanic has quit (Ping timeout: 260 seconds)
1719 2014-06-04 21:24:08 CoalPowerGorilla has joined
1720 2014-06-04 21:25:35 yubrew has quit (Remote host closed the connection)
1721 2014-06-04 21:25:44 GM0127 has quit (Ping timeout: 252 seconds)
1722 2014-06-04 21:26:44 ryanxcharles has joined
1723 2014-06-04 21:28:11 brianhoffman has joined
1724 2014-06-04 21:28:21 erasmospunk has quit (Ping timeout: 240 seconds)
1725 2014-06-04 21:28:25 dgenr8 has quit (Quit: dgenr8)
1726 2014-06-04 21:28:43 dgenr8 has joined
1727 2014-06-04 21:30:35 ahbritto_ has quit (Read error: Connection reset by peer)
1728 2014-06-04 21:31:36 digitalmagus2 has quit (Ping timeout: 252 seconds)
1729 2014-06-04 21:31:46 ahbritto_ has joined
1730 2014-06-04 21:32:52 Coincidental has joined
1731 2014-06-04 21:33:57 adam3us has joined
1732 2014-06-04 21:34:05 erasmospunk has joined
1733 2014-06-04 21:34:22 adam3us has quit (Remote host closed the connection)
1734 2014-06-04 21:35:05 ahbritto has quit (Ping timeout: 265 seconds)
1735 2014-06-04 21:36:59 skinnkavaj has joined
1736 2014-06-04 21:37:01 plaprade has quit (Ping timeout: 240 seconds)
1737 2014-06-04 21:38:30 Soligor has quit (Quit: Soligor)
1738 2014-06-04 21:40:40 Malakai33 has joined
1739 2014-06-04 21:41:03 brianhoffman has quit (Quit: Colloquy for iPhone - http://colloquy.mobi)
1740 2014-06-04 21:43:18 neozaru has quit (Remote host closed the connection)
1741 2014-06-04 21:43:41 datagutt has quit (Ping timeout: 245 seconds)
1742 2014-06-04 21:44:51 Soligor has joined
1743 2014-06-04 21:45:51 Burrito has joined
1744 2014-06-04 21:46:33 Vitalik_ is now known as Vitalik__
1745 2014-06-04 21:47:12 grunz has joined
1746 2014-06-04 21:47:17 tm4 has joined
1747 2014-06-04 21:47:20 ahbritto has joined
1748 2014-06-04 21:47:41 christophe has quit (Ping timeout: 240 seconds)
1749 2014-06-04 21:49:15 lolstate has joined
1750 2014-06-04 21:49:53 christophe has joined
1751 2014-06-04 21:54:14 <grunz> I've just installed pre-compiled binary Bitcoin Core for Mac(Bitcoin-Qt) and can't find command line tools like bitcoind to run headless with no GUI
1752 2014-06-04 21:54:27 <grunz> I know it's newbie question
1753 2014-06-04 21:54:38 <sipa> up to 0.9.1, no bitcoind was distributed for osx
1754 2014-06-04 21:54:48 <grunz> I see
1755 2014-06-04 21:54:57 <grunz> Thank you
1756 2014-06-04 21:55:11 <sipa> i believe it will change for 0.9.2, and if not, for 0.10.0
1757 2014-06-04 21:56:34 Starduster_ has joined
1758 2014-06-04 21:56:43 <grunz> Ok. I can build myself from the source, it just says it's not safe to build from master branch. Do you know if branch 0.9.2 is stable?
1759 2014-06-04 21:58:02 yubrew has joined
1760 2014-06-04 21:58:22 Starduster has quit (Ping timeout: 252 seconds)
1761 2014-06-04 21:58:28 leofidus-ger is now known as leofidus|afk
1762 2014-06-04 21:59:03 <sipa> 0.9.2rc1 was tagged yesterday i believe
1763 2014-06-04 21:59:22 <warren> I don't think 0.9.2 has it
1764 2014-06-04 21:59:41 <sipa> 0.9.2 uses gitian osx, no?
1765 2014-06-04 21:59:52 <warren> yes, it includes the other binaries?
1766 2014-06-04 22:00:03 <sipa> i assumed so :)
1767 2014-06-04 22:00:07 <sipa> i haven't checked
1768 2014-06-04 22:00:20 <Dizzle> grunz: if you're ok with it opening the UI, but you just want it to act like bitcoind, most of the same command line parameters are accepted. e.g.:
1769 2014-06-04 22:00:25 damethos has joined
1770 2014-06-04 22:00:25 <Dizzle>  /Applications/Bitcoin-Qt.app/Contents/MacOS/Bitcoin-Qt -server
1771 2014-06-04 22:00:43 <grunz> Dizzle: thank you.
1772 2014-06-04 22:00:55 <warren> that doesn't give him the RPC client though
1773 2014-06-04 22:00:58 damethos has quit (Client Quit)
1774 2014-06-04 22:00:58 <grunz> YAGNI :-)
1775 2014-06-04 22:01:03 <sipa> you still nedd an rpc client indeed
1776 2014-06-04 22:01:29 <grunz> I can bring up linux box vagrant or virtualbox
1777 2014-06-04 22:01:40 MolokoBot has quit (Ping timeout: 252 seconds)
1778 2014-06-04 22:01:43 <grunz> I mean vagrant that uses virtualbox
1779 2014-06-04 22:02:52 yubrew has quit (Ping timeout: 255 seconds)
1780 2014-06-04 22:04:11 <grunz>  -server                Accept command line and JSON-RPC commands from docs
1781 2014-06-04 22:04:14 Starduster_ has quit (Ping timeout: 252 seconds)
1782 2014-06-04 22:04:51 Logicwax has quit (Ping timeout: 264 seconds)
1783 2014-06-04 22:05:44 bbrian has quit (Ping timeout: 240 seconds)
1784 2014-06-04 22:05:55 crunk-juice has joined
1785 2014-06-04 22:07:14 wallet42 has quit (Quit: Leaving.)
1786 2014-06-04 22:07:46 <Dizzle> I could be wrong, but I think "command line" in that doc line refers to the command line RPC client in that case (not included in the 0.9.1- OS X package).
1787 2014-06-04 22:08:05 <sipa> indeed
1788 2014-06-04 22:08:06 <grunz> Dizzle: I think you are right
1789 2014-06-04 22:08:12 Logicwax has joined
1790 2014-06-04 22:08:22 hanti is now known as HANTI
1791 2014-06-04 22:08:33 <sipa> bitfoin-qt can run as gui with or without rpc server
1792 2014-06-04 22:08:45 <sipa> bitcoind cam run as either rpc server or rpc client
1793 2014-06-04 22:09:04 <sipa> since 0.9, there is also bitcoin-cli which is only rpc client
1794 2014-06-04 22:09:24 <sipa> but bitfoin-qt cannot be used as rpc client
1795 2014-06-04 22:15:11 <grunz> in GUI help there is console that says.  15:06:59  Welcome to the Bitcoin RPC console. Use up and down arrows to navigate history, and Ctrl-L to clear screen. Type help for an overview of available commands.
1796 2014-06-04 22:15:11 weilu has joined
1797 2014-06-04 22:15:41 weilu has quit (Ping timeout: 240 seconds)
1798 2014-06-04 22:15:45 <sipa> yes, you can type rpc commands there
1799 2014-06-04 22:15:45 Michail1 has quit (Excess Flood)
1800 2014-06-04 22:16:04 <sipa> but theybare processed directly
1801 2014-06-04 22:16:06 <sipa> not.iver rpc
1802 2014-06-04 22:16:14 Michail1 has joined
1803 2014-06-04 22:16:25 <sipa> (the r stands for remote...)
1804 2014-06-04 22:16:48 wallet42 has joined
1805 2014-06-04 22:17:18 [EddyF] has joined
1806 2014-06-04 22:17:26 <grunz> I think i just can bring up some linux box via vagrant and install rpc client there to access server on my local Mac machine
1807 2014-06-04 22:18:03 cheetah2 has quit (Ping timeout: 264 seconds)
1808 2014-06-04 22:18:07 dignork has quit (Ping timeout: 272 seconds)
1809 2014-06-04 22:18:20 dignork has joined
1810 2014-06-04 22:18:31 pierreatwork has quit (Ping timeout: 260 seconds)
1811 2014-06-04 22:19:43 mr_burdell has joined
1812 2014-06-04 22:23:35 Guyver2 has quit (Quit: :))
1813 2014-06-04 22:23:41 crunk-juice has quit (Remote host closed the connection)
1814 2014-06-04 22:23:53 AnoAnon has quit (Ping timeout: 276 seconds)
1815 2014-06-04 22:24:34 HANTI is now known as hanti
1816 2014-06-04 22:24:39 AnoAnon has joined
1817 2014-06-04 22:25:05 eristisk has quit (Ping timeout: 272 seconds)
1818 2014-06-04 22:26:44 skinnkavaj has quit (Ping timeout: 240 seconds)
1819 2014-06-04 22:27:03 skinnkavaj has joined
1820 2014-06-04 22:27:44 eristisk has joined
1821 2014-06-04 22:31:31 skizzor has quit (Quit: skizzor)
1822 2014-06-04 22:31:53 SoftwareMechanic has joined
1823 2014-06-04 22:32:25 jtimon has joined
1824 2014-06-04 22:32:41 llllllllll has quit (Ping timeout: 240 seconds)
1825 2014-06-04 22:33:10 mpmcswee_ has quit (Remote host closed the connection)
1826 2014-06-04 22:33:20 tombtc has quit (Quit: Wychodzi)
1827 2014-06-04 22:33:49 Emzy has quit (Quit: Textual IRC Client: www.textualapp.com)
1828 2014-06-04 22:35:56 kermit has quit (Quit: Leaving.)
1829 2014-06-04 22:36:22 MolokoBot has joined
1830 2014-06-04 22:37:02 solomint has joined
1831 2014-06-04 22:37:02 solomint has quit (Changing host)
1832 2014-06-04 22:37:02 solomint has joined
1833 2014-06-04 22:37:55 kermit has joined
1834 2014-06-04 22:39:12 stuntkite has joined
1835 2014-06-04 22:39:59 chichov has quit (Ping timeout: 260 seconds)
1836 2014-06-04 22:41:34 stuntkit_ has quit (Ping timeout: 255 seconds)
1837 2014-06-04 22:43:12 saulimus has quit (Quit: saulimus)
1838 2014-06-04 22:43:16 stuntkite has quit (Remote host closed the connection)
1839 2014-06-04 22:43:52 santoscork has quit (Quit: santoscork)
1840 2014-06-04 22:45:10 mr_burdell has quit (Ping timeout: 255 seconds)
1841 2014-06-04 22:45:27 <skinnkavaj> At 19:15, Andreas says that, within a couple years, it will be too difficult to modify the bitcoin protocol, because of network effects. He likens this to the difficultly faced upgrading from IPv4 to IPv6. Andreas thinks we need to address some core issues before that happens- anonymity, fungibility of coins, etc.
1842 2014-06-04 22:45:27 <skinnkavaj> If the core development team doesn't implement solutions to these problems before it's "too late," is everything lost? Are we resigned to decades of a second-rate cryptocurrency?
1843 2014-06-04 22:45:40 <skinnkavaj> https://www.youtube.com/watch?v=2Vrm0EWUpds&feature=youtu.be
1844 2014-06-04 22:46:58 mr_burdell has joined
1845 2014-06-04 22:47:33 jMyles has joined
1846 2014-06-04 22:49:58 brson has quit (Quit: Lost terminal)
1847 2014-06-04 22:50:21 brson has joined
1848 2014-06-04 22:52:00 <justanotheruser> skinnkavaj: what changes need to be made?
1849 2014-06-04 22:52:16 TheSeven has quit (Ping timeout: 252 seconds)
1850 2014-06-04 22:52:21 [EddyF] has quit (Quit: coding,sleeping or doing something better than chatting to you.)
1851 2014-06-04 22:52:26 yubrew has joined
1852 2014-06-04 22:52:57 <justanotheruser> you can already be anonymous within bitcoin using coinjoins and something like I2P
1853 2014-06-04 22:53:32 Dizzle has quit (Quit: Leaving...)
1854 2014-06-04 22:53:32 mr_burde_ has joined
1855 2014-06-04 22:53:54 cyamaguchi_ has quit (Quit: cyamaguchi_)
1856 2014-06-04 22:53:56 TheSeven has joined
1857 2014-06-04 22:54:16 <belcher> apparently the max block size of 1mb is a problem
1858 2014-06-04 22:54:26 dims_ has quit (Ping timeout: 276 seconds)
1859 2014-06-04 22:54:28 <belcher> though some people disagree, saying a removal will cause more miner centralization
1860 2014-06-04 22:55:18 ValicekB has quit (Ping timeout: 240 seconds)
1861 2014-06-04 22:55:19 brson has quit (Client Quit)
1862 2014-06-04 22:55:31 mr_burdell has quit (Ping timeout: 255 seconds)
1863 2014-06-04 22:56:44 yubrew has quit (Ping timeout: 240 seconds)
1864 2014-06-04 22:58:28 hmmma has joined
1865 2014-06-04 22:59:33 xdotcommer has quit ()
1866 2014-06-04 22:59:40 jtimon has quit (Ping timeout: 265 seconds)
1867 2014-06-04 23:00:50 napedia has joined
1868 2014-06-04 23:00:58 digitalmagus8 has joined
1869 2014-06-04 23:01:06 ValicekB has joined
1870 2014-06-04 23:02:24 brson has joined
1871 2014-06-04 23:02:54 hmmma has quit (Ping timeout: 260 seconds)
1872 2014-06-04 23:03:05 eristisk has quit (Ping timeout: 272 seconds)
1873 2014-06-04 23:03:35 solomint has quit (Quit: Leaving)
1874 2014-06-04 23:03:48 hmmma has joined
1875 2014-06-04 23:04:52 akstunt600 has joined
1876 2014-06-04 23:06:05 wallet421 has joined
1877 2014-06-04 23:06:05 wallet42 has quit (Killed (verne.freenode.net (Nickname regained by services)))
1878 2014-06-04 23:06:05 wallet421 is now known as wallet42
1879 2014-06-04 23:06:15 Coincidental has quit (Remote host closed the connection)
1880 2014-06-04 23:07:46 eristisk has joined
1881 2014-06-04 23:08:37 brson has quit (Quit: leaving)
1882 2014-06-04 23:08:46 Belxjander has joined
1883 2014-06-04 23:09:17 Coincidental has joined
1884 2014-06-04 23:09:49 agricocb has quit (Ping timeout: 265 seconds)
1885 2014-06-04 23:10:05 daybyter has quit (Quit: Konversation terminated!)
1886 2014-06-04 23:10:53 A has joined
1887 2014-06-04 23:11:20 SittingBull has quit (Ping timeout: 252 seconds)
1888 2014-06-04 23:11:29 brandondahler has joined
1889 2014-06-04 23:11:46 A has left (an!~Alan@173.216.122.5|)
1890 2014-06-04 23:11:59 weilu has joined
1891 2014-06-04 23:12:19 dims_ has joined
1892 2014-06-04 23:14:05 AnoAnon has quit (Quit: Leaving)
1893 2014-06-04 23:16:16 SittingBull has joined
1894 2014-06-04 23:16:20 mpmcsweeney has joined
1895 2014-06-04 23:16:21 weilu has quit (Ping timeout: 240 seconds)
1896 2014-06-04 23:22:04 nonick has joined
1897 2014-06-04 23:22:22 darkee_ has quit (Remote host closed the connection)
1898 2014-06-04 23:22:56 nonick is now known as darkee
1899 2014-06-04 23:23:56 christophe has quit (Ping timeout: 240 seconds)
1900 2014-06-04 23:24:18 stuntkite has joined
1901 2014-06-04 23:24:18 stuntkite has quit (Remote host closed the connection)
1902 2014-06-04 23:24:53 stuntkite has joined
1903 2014-06-04 23:26:00 christophe has joined
1904 2014-06-04 23:26:41 grunz has quit (Ping timeout: 240 seconds)
1905 2014-06-04 23:27:47 stuntkite has quit (Read error: No route to host)
1906 2014-06-04 23:28:01 stuntkite has joined
1907 2014-06-04 23:29:14 <maaku> skinnkavaj: would be nice if andreas offered up actual solutions
1908 2014-06-04 23:29:17 <maaku> or better yet, code
1909 2014-06-04 23:32:26 stuntkite has quit (Ping timeout: 245 seconds)
1910 2014-06-04 23:34:23 <Luke-Jr> skinnkavaj: yet we're all using IPv6 today, no?
1911 2014-06-04 23:34:57 Malakai33 has quit (Ping timeout: 265 seconds)
1912 2014-06-04 23:35:16 Zarutian has joined
1913 2014-06-04 23:35:28 arthurb has joined
1914 2014-06-04 23:36:24 <Luke-Jr> anyhow, anonymity isn't a goal, fungibility is mainly a legal issue (not protocol); I'd be more concerned about scalability, but he's wrong on changes being impossible anyway
1915 2014-06-04 23:38:13 brson has joined
1916 2014-06-04 23:39:56 BlueMattBot has joined
1917 2014-06-04 23:39:56 BlueMattBot has quit (Changing host)
1918 2014-06-04 23:39:56 BlueMattBot has joined
1919 2014-06-04 23:40:53 arthurb has quit (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
1920 2014-06-04 23:41:12 Coincidental has quit (Read error: Connection reset by peer)
1921 2014-06-04 23:41:41 beachandbytes has joined
1922 2014-06-04 23:43:37 richcollins has joined
1923 2014-06-04 23:45:12 Coincidental has joined
1924 2014-06-04 23:45:41 stuntkite has joined
1925 2014-06-04 23:46:43 yubrew has joined
1926 2014-06-04 23:48:22 akstunt600 has quit (Ping timeout: 252 seconds)
1927 2014-06-04 23:48:29 Krellan_ has quit (Remote host closed the connection)
1928 2014-06-04 23:48:32 akstunt600 has joined
1929 2014-06-04 23:50:14 Aido has quit (Ping timeout: 240 seconds)
1930 2014-06-04 23:50:28 stuntkite has quit (Ping timeout: 264 seconds)
1931 2014-06-04 23:50:44 yubrew has quit (Ping timeout: 240 seconds)
1932 2014-06-04 23:51:14 Aido has joined
1933 2014-06-04 23:51:51 Lexa has quit (Ping timeout: 272 seconds)
1934 2014-06-04 23:52:44 digitalmagus8 has quit (Ping timeout: 240 seconds)
1935 2014-06-04 23:53:42 digitalmagus8 has joined
1936 2014-06-04 23:54:49 Lexa has joined
1937 2014-06-04 23:57:49 sahlhoff has quit (Quit: sahlhoff)