1 2014-06-18 00:00:36 aschildbach has quit (Read error: Connection reset by peer)
   2 2014-06-18 00:02:53 micronxd has quit (Ping timeout: 255 seconds)
   3 2014-06-18 00:06:28 Cryo has quit (Ping timeout: 264 seconds)
   4 2014-06-18 00:06:40 brandondahler has quit (Ping timeout: 240 seconds)
   5 2014-06-18 00:07:06 <CoinFinder> the hashMerkleRoot in the blockheader - this would change if the transactions in the block change, right?
   6 2014-06-18 00:07:53 ericmuyser has joined
   7 2014-06-18 00:08:48 llllllllll has quit (Remote host closed the connection)
   8 2014-06-18 00:09:06 <arubi> the tx's themselves, also the order
   9 2014-06-18 00:09:40 <arubi> (afaik, unless they're being sorted before that)
  10 2014-06-18 00:10:42 Cryo has joined
  11 2014-06-18 00:10:42 Cryo has quit (Changing host)
  12 2014-06-18 00:10:42 Cryo has joined
  13 2014-06-18 00:11:30 <CoinFinder> but (unrelated directly to #bitcoin-dev) - the stratum mining protocol doesn't send this merkleRoot to the miner does it? It just sends the left side? any clue as to why they do this?
  14 2014-06-18 00:12:05 <arubi> I don't know, sorry
  15 2014-06-18 00:12:07 <CoinFinder> surely it has to be the entire merkle root, or the blockhash would be invalid?
  16 2014-06-18 00:12:47 ericmuyser has quit (Ping timeout: 255 seconds)
  17 2014-06-18 00:12:53 yubrew has joined
  18 2014-06-18 00:12:54 Burrito has quit (Quit: Leaving)
  19 2014-06-18 00:13:01 hmsimha has joined
  20 2014-06-18 00:16:21 sabfer has joined
  21 2014-06-18 00:17:21 yubrew has quit (Ping timeout: 240 seconds)
  22 2014-06-18 00:17:31 Starduster_ has joined
  23 2014-06-18 00:20:07 sahlhoff has quit (Quit: sahlhoff)
  24 2014-06-18 00:21:03 Starduster has quit (Ping timeout: 264 seconds)
  25 2014-06-18 00:21:40 23LAATARY is now known as Diablo-D3
  26 2014-06-18 00:30:16 weilu has joined
  27 2014-06-18 00:30:40 reipr_ has quit (Ping timeout: 240 seconds)
  28 2014-06-18 00:35:17 Eiii has joined
  29 2014-06-18 00:35:17 Eiii has quit (Changing host)
  30 2014-06-18 00:35:17 Eiii has joined
  31 2014-06-18 00:35:31 <Luke-Jr> CoinFinder: the miner has to calculate the entire merkle root
  32 2014-06-18 00:35:40 akstunt600 has quit (Read error: Connection reset by peer)
  33 2014-06-18 00:35:53 <Luke-Jr> CoinFinder: because the miner chooses what the bottom of the left side is
  34 2014-06-18 00:36:23 ninjashogun has quit (Quit: Leaving)
  35 2014-06-18 00:36:38 akstunt600 has joined
  36 2014-06-18 00:36:40 <CoinFinder> thanks for the clarification :)
  37 2014-06-18 00:36:56 <CoinFinder> so my solution would work with stratum then, without modification.
  38 2014-06-18 00:37:17 <Luke-Jr> CoinFinder: solution to?
  39 2014-06-18 00:38:16 Eiii has quit (!~NA@unaffiliated/eiii|Ping timeout: 244 seconds)
  40 2014-06-18 00:39:33 <CoinFinder> >51% control of the blockchain adding in a layer between the block template and the pool, where the block template is genereated by a third party, with a hash to prove the source in the coinbase extra, and a check in the mining software to prevent pools tampering.
  41 2014-06-18 00:40:58 sabfer has quit (Remote host closed the connection)
  42 2014-06-18 00:41:06 <maaku> CoinFinder: not relaly possible with stratum
  43 2014-06-18 00:41:10 <maaku> that's what GBT is for though
  44 2014-06-18 00:41:26 sabfer has joined
  45 2014-06-18 00:41:30 <CoinFinder> maaku: stratum seems to send all the required information to confirm this. merkle hashes and so forth
  46 2014-06-18 00:41:56 <maaku> CoinFinder: stratum tells you what to include in the block. you don't have decentralized control over this
  47 2014-06-18 00:41:57 <gmaxwell> CoinFinder pulled me into PM two hours ago and I haven't been able to convince him.
  48 2014-06-18 00:42:48 <CoinFinder> maaku: no you don't.. but you have the checks In the data then to not mine the block if it doesn't verify with the third party that generaeted the block.
  49 2014-06-18 00:43:08 <maaku> CoinFinder: no, you don't have the data necessary to know what is in the block even
  50 2014-06-18 00:43:23 bbrian has joined
  51 2014-06-18 00:43:28 <maaku> and not being able to control that is the whole point -- that's all that is sufficient to carry out bad attacks
  52 2014-06-18 00:43:36 <CoinFinder> maaku: you dont need to know what is in the block, merely that the block is unmodified.
  53 2014-06-18 00:43:46 <maaku> but why does it matter? GBT solves this, and is already implemented
  54 2014-06-18 00:44:05 <maaku> CoinFinder: that makes absolute no sense. you have to know what is in the block, period.
  55 2014-06-18 00:45:08 <CoinFinder> maaku: if i give you the block template, and miners then can check the block you send out is the same as the one i sent you.. they need not know.
  56 2014-06-18 00:45:15 debianto1user has joined
  57 2014-06-18 00:45:51 debiantoruser has quit (Ping timeout: 240 seconds)
  58 2014-06-18 00:46:10 <CoinFinder> because then they know you haven't got control over the block. and they know that i wont have control over the next block (because your pool will round-robin to another valid source)
  59 2014-06-18 00:46:16 Vinnie_win has joined
  60 2014-06-18 00:55:27 melvster has quit (Ping timeout: 272 seconds)
  61 2014-06-18 00:57:46 justanotheruser has quit (Changing host)
  62 2014-06-18 00:57:46 justanotheruser has joined
  63 2014-06-18 00:58:51 viajero has quit (Ping timeout: 240 seconds)
  64 2014-06-18 00:59:43 uiop has quit (Ping timeout: 240 seconds)
  65 2014-06-18 01:02:13 <Luke-Jr> CoinFinder: it might be possible to *extend* stratum to do this, but there's no need since we already have GBT
  66 2014-06-18 01:02:33 belcher_ has quit (Quit: Leaving)
  67 2014-06-18 01:02:39 non2 has quit (Remote host closed the connection)
  68 2014-06-18 01:02:49 <Luke-Jr> CoinFinder: wait what? that makes no sense
  69 2014-06-18 01:03:04 <CoinFinder> What doesn't?
  70 2014-06-18 01:03:04 <Luke-Jr> CoinFinder: the end miner *should* have control over the block
  71 2014-06-18 01:03:23 <CoinFinder> My solution isn't about giving the miner control over the block. Its about taking it away from the controlling pool.
  72 2014-06-18 01:03:44 <Luke-Jr> then it isn't a solution
  73 2014-06-18 01:04:00 uiop has joined
  74 2014-06-18 01:04:37 <CoinFinder> It is a solution. If you can get everyone to use GBT then great... someone was saying thought that its very hard for pools GBT blocks? honestly i have no clue about the pros/cons of GBT. I know its not well utilised currently.
  75 2014-06-18 01:05:07 <Luke-Jr> CoinFinder: so help out
  76 2014-06-18 01:05:14 <CoinFinder> Anyway, feel free to comment in the thread :)
  77 2014-06-18 01:05:18 <Luke-Jr> someone was saying … absolute nonsense?
  78 2014-06-18 01:05:22 <Luke-Jr> what thread?
  79 2014-06-18 01:05:57 <Luke-Jr> using bitcointroll for anything serious is dumb…
  80 2014-06-18 01:06:07 <CoinFinder> ist better than reddit lol
  81 2014-06-18 01:07:05 fanquake has joined
  82 2014-06-18 01:07:05 yubrew has joined
  83 2014-06-18 01:08:26 <fanquake> ;;blocks
  84 2014-06-18 01:08:26 <gribble> 306411
  85 2014-06-18 01:08:38 ericmuyser has joined
  86 2014-06-18 01:11:40 yubrew has quit (Ping timeout: 240 seconds)
  87 2014-06-18 01:13:43 ericmuyser has quit (Ping timeout: 240 seconds)
  88 2014-06-18 01:14:42 <CoinFinder> anyway im off to bed :)
  89 2014-06-18 01:15:09 CoinFinder has left ("Once you know what it is you want to be true, instinct is a very useful device for enabling you to know that it is")
  90 2014-06-18 01:15:14 sabfer has quit (Remote host closed the connection)
  91 2014-06-18 01:22:29 sabfer has joined
  92 2014-06-18 01:26:42 sahlhoff has joined
  93 2014-06-18 01:29:03 akstunt600 has quit (Read error: Connection reset by peer)
  94 2014-06-18 01:30:15 akstunt600 has joined
  95 2014-06-18 01:31:07 sabfer has quit (Remote host closed the connection)
  96 2014-06-18 01:33:05 Belkaar has quit (Ping timeout: 252 seconds)
  97 2014-06-18 01:37:01 Belkaar has joined
  98 2014-06-18 01:38:43 bbrian has quit (Ping timeout: 244 seconds)
  99 2014-06-18 01:39:29 bbrian has joined
 100 2014-06-18 01:42:51 <Luke-Jr> wtf, coinfinder's idea is even more insane than I expected
 101 2014-06-18 01:43:07 Benjamin_ has joined
 102 2014-06-18 01:44:14 <andytoshi> oh? i just skimmed until i found the part where the pools had to voluntarily act
 103 2014-06-18 01:45:14 <gmaxwell> I thought he was redescribing coinbase only mining at first, but no, he expects pools to round robbin other pools as block template sources.
 104 2014-06-18 01:48:10 Eiii has quit (Ping timeout: 240 seconds)
 105 2014-06-18 01:48:57 Eiii has joined
 106 2014-06-18 01:50:17 roconnor has joined
 107 2014-06-18 01:50:43 A has joined
 108 2014-06-18 01:53:02 Krellan__ has joined
 109 2014-06-18 01:53:23 pdrayton has joined
 110 2014-06-18 01:53:35 bbrian has quit (Ping timeout: 245 seconds)
 111 2014-06-18 01:53:48 sahlhoff has quit (Quit: sahlhoff)
 112 2014-06-18 01:55:25 Coinality has joined
 113 2014-06-18 01:55:38 sabfer has joined
 114 2014-06-18 01:56:17 Benjamin_ has quit (Remote host closed the connection)
 115 2014-06-18 01:56:19 wallet42 has quit (Quit: Leaving.)
 116 2014-06-18 01:56:25 brandondahler has joined
 117 2014-06-18 01:57:03 Krellan_ has quit (Ping timeout: 264 seconds)
 118 2014-06-18 01:57:17 sahlhoff has joined
 119 2014-06-18 01:57:40 Krellan__ has quit (Ping timeout: 240 seconds)
 120 2014-06-18 01:57:53 Benjamin_ has joined
 121 2014-06-18 01:59:12 Coinality has quit (Client Quit)
 122 2014-06-18 02:01:08 yubrew has joined
 123 2014-06-18 02:01:51 dims has quit (Ping timeout: 260 seconds)
 124 2014-06-18 02:02:59 gonedrk has quit (Quit: Leaving)
 125 2014-06-18 02:05:15 brson has quit (Ping timeout: 245 seconds)
 126 2014-06-18 02:05:19 yubrew has quit (Ping timeout: 240 seconds)
 127 2014-06-18 02:08:10 sabfer has quit (Remote host closed the connection)
 128 2014-06-18 02:09:25 ericmuyser has joined
 129 2014-06-18 02:10:07 viic has quit (Ping timeout: 240 seconds)
 130 2014-06-18 02:10:58 viic has joined
 131 2014-06-18 02:14:25 ericmuyser has quit (Ping timeout: 245 seconds)
 132 2014-06-18 02:15:54 tm4 has joined
 133 2014-06-18 02:16:26 theorbtwo has quit (Ping timeout: 252 seconds)
 134 2014-06-18 02:17:09 justusranvier has quit (Ping timeout: 272 seconds)
 135 2014-06-18 02:17:47 brandondahler has quit ()
 136 2014-06-18 02:20:22 <maaku> that's optimistic
 137 2014-06-18 02:22:23 akstunt600 has quit (Read error: Connection reset by peer)
 138 2014-06-18 02:23:19 akstunt600 has joined
 139 2014-06-18 02:23:45 sabfer has joined
 140 2014-06-18 02:24:07 sabfer has quit (Client Quit)
 141 2014-06-18 02:25:39 Zarutian has quit (Quit: Zarutian)
 142 2014-06-18 02:28:11 dims has joined
 143 2014-06-18 02:28:19 Benjamin_ has quit (Remote host closed the connection)
 144 2014-06-18 02:28:20 justusranvier has joined
 145 2014-06-18 02:28:35 justusranvier has quit (Remote host closed the connection)
 146 2014-06-18 02:28:49 micronxd has joined
 147 2014-06-18 02:31:12 richcollins has joined
 148 2014-06-18 02:31:23 akstunt600 has quit (Ping timeout: 255 seconds)
 149 2014-06-18 02:32:45 dims has quit (Ping timeout: 245 seconds)
 150 2014-06-18 02:36:31 richcollins has quit (Quit: richcollins)
 151 2014-06-18 02:40:28 pierreatwork has joined
 152 2014-06-18 02:42:12 Benjamin_ has joined
 153 2014-06-18 02:43:03 micronxd has quit (Quit: micronxd)
 154 2014-06-18 02:46:15 pierreatwork has quit (Ping timeout: 264 seconds)
 155 2014-06-18 02:48:06 HaltingState has quit (Quit: Leaving)
 156 2014-06-18 02:48:32 ubuntuDoubts has joined
 157 2014-06-18 02:48:43 <ubuntuDoubts> Hello
 158 2014-06-18 02:48:46 <ubuntuDoubts> Good night.
 159 2014-06-18 02:49:16 <ubuntuDoubts> I would like to know if anyone here is able to help me with github.
 160 2014-06-18 02:50:21 pierreatwork has joined
 161 2014-06-18 02:52:46 micronxd has joined
 162 2014-06-18 02:53:43 ubuntuDoubts has quit (Ping timeout: 246 seconds)
 163 2014-06-18 02:55:15 yubrew has joined
 164 2014-06-18 02:55:47 weilu has quit (Remote host closed the connection)
 165 2014-06-18 02:56:07 weilu has joined
 166 2014-06-18 02:56:51 uiop has quit (Ping timeout: 240 seconds)
 167 2014-06-18 02:58:48 pierreatwork has quit (Ping timeout: 244 seconds)
 168 2014-06-18 02:59:35 sahlhoff has quit (Quit: sahlhoff)
 169 2014-06-18 02:59:44 uiop has joined
 170 2014-06-18 02:59:50 yubrew has quit (Ping timeout: 245 seconds)
 171 2014-06-18 03:00:10 Benjamin_ has quit (Remote host closed the connection)
 172 2014-06-18 03:00:16 micronxd has quit (Quit: micronxd)
 173 2014-06-18 03:00:33 Subo1977_ has joined
 174 2014-06-18 03:01:07 bbrian has joined
 175 2014-06-18 03:01:08 Subo1977 has quit (Remote host closed the connection)
 176 2014-06-18 03:01:33 RazielXYZ is now known as Raziel
 177 2014-06-18 03:04:07 micronxd has joined
 178 2014-06-18 03:05:56 <fanquake> ubuntuDoubts It's easier if your just ask your question
 179 2014-06-18 03:06:54 karc has quit (Remote host closed the connection)
 180 2014-06-18 03:07:18 karc has joined
 181 2014-06-18 03:08:42 genericpersona has joined
 182 2014-06-18 03:10:10 ericmuyser has joined
 183 2014-06-18 03:15:00 eoss has joined
 184 2014-06-18 03:15:10 ericmuyser has quit (Ping timeout: 240 seconds)
 185 2014-06-18 03:17:16 TheSeven has quit (Ping timeout: 264 seconds)
 186 2014-06-18 03:18:30 TheSeven has joined
 187 2014-06-18 03:19:34 johsketch has joined
 188 2014-06-18 03:19:51 johnsoft has quit (Ping timeout: 272 seconds)
 189 2014-06-18 03:20:16 johnsoft has joined
 190 2014-06-18 03:21:00 genericpersona has left ("WeeChat 0.4.3")
 191 2014-06-18 03:22:26 Application has joined
 192 2014-06-18 03:28:18 ionstorm has joined
 193 2014-06-18 03:34:42 dgenr8 has quit (Quit: dgenr8)
 194 2014-06-18 03:35:19 Gyps has quit (Ping timeout: 240 seconds)
 195 2014-06-18 03:37:09 johsketch has quit (Quit: Leaving)
 196 2014-06-18 03:39:23 Raziel has quit (Read error: Connection reset by peer)
 197 2014-06-18 03:40:51 Benjamin_ has joined
 198 2014-06-18 03:41:31 Gyps has joined
 199 2014-06-18 03:42:27 Raziel has joined
 200 2014-06-18 03:45:11 Gyps has quit (Client Quit)
 201 2014-06-18 03:47:02 crunk-juice has quit (Remote host closed the connection)
 202 2014-06-18 03:47:23 digitalmagus8 has joined
 203 2014-06-18 03:47:48 Dizzle has joined
 204 2014-06-18 03:51:13 ericmuyser has joined
 205 2014-06-18 03:53:50 RazielZ has joined
 206 2014-06-18 03:55:57 ionstorm has quit (Ping timeout: 272 seconds)
 207 2014-06-18 03:57:18 RazielZ has quit (Read error: Connection reset by peer)
 208 2014-06-18 03:57:21 Raziel has quit (Ping timeout: 240 seconds)
 209 2014-06-18 03:58:18 cadaver has joined
 210 2014-06-18 04:03:30 Raziel has joined
 211 2014-06-18 04:04:43 MoALTz_ has joined
 212 2014-06-18 04:06:21 debianto1user has quit (Ping timeout: 240 seconds)
 213 2014-06-18 04:06:39 ArthurNumbanumba has quit (Ping timeout: 264 seconds)
 214 2014-06-18 04:08:27 MoALTz has quit (Ping timeout: 264 seconds)
 215 2014-06-18 04:08:56 debiantoruser has joined
 216 2014-06-18 04:11:58 G_Qu has joined
 217 2014-06-18 04:12:49 <G_Qu> Hi there everyone. I've encountered an odd error in bitcoind while creating a raw transaction. Does anyone have any idea what could have caused this or what it means? http://paste.ubuntu.com/7661757/
 218 2014-06-18 04:15:39 kermit has quit (Ping timeout: 264 seconds)
 219 2014-06-18 04:18:31 crunk-juice has joined
 220 2014-06-18 04:19:40 maraoz has quit (Ping timeout: 240 seconds)
 221 2014-06-18 04:23:27 jtimon_ has quit (Ping timeout: 264 seconds)
 222 2014-06-18 04:25:06 Zoop_ has quit (Ping timeout: 244 seconds)
 223 2014-06-18 04:27:40 crunk-juice has quit (Ping timeout: 240 seconds)
 224 2014-06-18 04:30:32 wallet42 has joined
 225 2014-06-18 04:31:22 Zoop_ has joined
 226 2014-06-18 04:31:30 dims has joined
 227 2014-06-18 04:31:55 wallet42 has quit (Client Quit)
 228 2014-06-18 04:31:57 williamcotton has quit (Quit: quit)
 229 2014-06-18 04:32:16 ArthurNumbanumba has joined
 230 2014-06-18 04:35:01 c0rw1n has joined
 231 2014-06-18 04:35:51 dims has quit (Ping timeout: 240 seconds)
 232 2014-06-18 04:36:30 ArthurNumbanumba has quit (Ping timeout: 245 seconds)
 233 2014-06-18 04:36:40 maraoz has joined
 234 2014-06-18 04:36:48 maraoz has quit (Remote host closed the connection)
 235 2014-06-18 04:39:25 chainey has quit (Quit: Connection reset by beer)
 236 2014-06-18 04:41:25 ArthurNumbanumba has joined
 237 2014-06-18 04:42:49 digitalmagus8 has quit (Ping timeout: 272 seconds)
 238 2014-06-18 04:43:40 wallet42 has joined
 239 2014-06-18 04:44:32 wallet42 has quit (Client Quit)
 240 2014-06-18 04:48:25 roconnor has quit (Remote host closed the connection)
 241 2014-06-18 04:50:15 dims has joined
 242 2014-06-18 04:54:16 paveljanik has joined
 243 2014-06-18 04:54:59 dims has quit (Ping timeout: 260 seconds)
 244 2014-06-18 04:56:44 mrkent has joined
 245 2014-06-18 04:59:17 Zoop_ has quit (Ping timeout: 272 seconds)
 246 2014-06-18 05:03:55 Krellan_ has joined
 247 2014-06-18 05:03:59 Zoop_ has joined
 248 2014-06-18 05:07:20 micronxd has quit (Quit: micronxd)
 249 2014-06-18 05:07:52 Aido has quit (Ping timeout: 264 seconds)
 250 2014-06-18 05:07:55 kuzetsa has quit (Quit: Stop doing that it. You don't want it to fall off.)
 251 2014-06-18 05:09:23 Aido has joined
 252 2014-06-18 05:09:43 mrkent has quit (Ping timeout: 240 seconds)
 253 2014-06-18 05:09:47 kuzetsa has joined
 254 2014-06-18 05:09:47 kuzetsa has quit (Changing host)
 255 2014-06-18 05:09:47 kuzetsa has joined
 256 2014-06-18 05:18:03 debiantoruser has quit (Ping timeout: 264 seconds)
 257 2014-06-18 05:19:34 abossard has joined
 258 2014-06-18 05:19:37 sahlhoff has joined
 259 2014-06-18 05:19:52 debiantoruser has joined
 260 2014-06-18 05:21:55 coeus has quit (Ping timeout: 245 seconds)
 261 2014-06-18 05:26:47 n0n0 has joined
 262 2014-06-18 05:40:15 donpillou has quit (Ping timeout: 245 seconds)
 263 2014-06-18 05:40:40 Dizzle has quit (Ping timeout: 264 seconds)
 264 2014-06-18 05:41:23 Krellan_ has quit (Remote host closed the connection)
 265 2014-06-18 05:43:41 skinnkavaj has quit (Ping timeout: 240 seconds)
 266 2014-06-18 05:45:40 Zoop_ has quit (Ping timeout: 245 seconds)
 267 2014-06-18 05:47:00 ThomasV has joined
 268 2014-06-18 05:49:21 Gyps has joined
 269 2014-06-18 05:50:31 donpillou has joined
 270 2014-06-18 05:51:02 dims has joined
 271 2014-06-18 05:52:28 Zoop_ has joined
 272 2014-06-18 05:54:21 Dizzle has joined
 273 2014-06-18 05:55:37 dims has quit (Ping timeout: 252 seconds)
 274 2014-06-18 05:57:20 <Dizzle> sipa: if you don't mind me asking, what feeds the addresses in your DNS record used in Bitcoin Core's discovery process?
 275 2014-06-18 05:58:39 easye has quit (Read error: Connection reset by peer)
 276 2014-06-18 05:58:52 easye has joined
 277 2014-06-18 06:02:14 HaltingState has joined
 278 2014-06-18 06:03:06 <Luke-Jr> Dizzle: github.com/sipa/bitcoin-seeder
 279 2014-06-18 06:03:17 <Dizzle> ty, Luke-Jr
 280 2014-06-18 06:05:09 raignarok has quit (Ping timeout: 272 seconds)
 281 2014-06-18 06:05:12 Guest36422 has joined
 282 2014-06-18 06:06:57 <wumpus> Luke-Jr: let's not confuse the guy in #4361, his English understanding is pretty bad, so if you start discusiing he thinks you agree with his change :p
 283 2014-06-18 06:07:54 <Luke-Jr> XD
 284 2014-06-18 06:10:50 papa2 has joined
 285 2014-06-18 06:11:06 HaltingState has quit (Quit: Leaving)
 286 2014-06-18 06:11:30 papa3 has quit (Remote host closed the connection)
 287 2014-06-18 06:16:51 neozaru has joined
 288 2014-06-18 06:20:27 zone117x has quit (Ping timeout: 264 seconds)
 289 2014-06-18 06:21:16 zone117x has joined
 290 2014-06-18 06:25:56 sahlhoff has quit (Quit: sahlhoff)
 291 2014-06-18 06:25:57 moarrr has joined
 292 2014-06-18 06:26:41 zone117x has quit (Ping timeout: 272 seconds)
 293 2014-06-18 06:27:40 zone117x has joined
 294 2014-06-18 06:31:47 MoALTz_ has quit (Quit: Leaving)
 295 2014-06-18 06:31:53 yubrew has joined
 296 2014-06-18 06:35:28 moarrr has quit ()
 297 2014-06-18 06:36:11 yubrew has quit (Ping timeout: 240 seconds)
 298 2014-06-18 06:39:56 Vitalik_ has joined
 299 2014-06-18 06:40:45 GM0127 has joined
 300 2014-06-18 06:41:38 <Dizzle> How does bitcoind determine what unconfirmed transactions from its mempool to put in getwork or getblocktemplate request?
 301 2014-06-18 06:43:34 Vitalik__ has quit (Ping timeout: 244 seconds)
 302 2014-06-18 06:44:43 <wumpus> Dizzle: see CreateNewBlock in src/miner.cpp
 303 2014-06-18 06:45:02 <Dizzle> Thanks! Code is actually really readable, hah
 304 2014-06-18 06:45:41 Einewton has quit (Ping timeout: 240 seconds)
 305 2014-06-18 06:47:42 ThomasV has quit (Ping timeout: 244 seconds)
 306 2014-06-18 06:50:08 <Luke-Jr> Dizzle: note this is policy, and intended to be modified by miners
 307 2014-06-18 06:50:29 Benjamin_ has quit (Remote host closed the connection)
 308 2014-06-18 06:50:53 erska has quit (Ping timeout: 252 seconds)
 309 2014-06-18 06:51:46 dims_ has joined
 310 2014-06-18 06:51:59 erska has joined
 311 2014-06-18 06:52:19 <Dizzle> Luke-Jr: does bitcoind provide a way for a miner to simply grab the node's valid mempool transactions so that the miner can decide for itself how to prioritize them (i.e. its own CreateNewBlock)?
 312 2014-06-18 06:52:32 Guest86646 is now known as Sabbie
 313 2014-06-18 06:52:38 Sabbie has quit (Changing host)
 314 2014-06-18 06:52:38 Sabbie has joined
 315 2014-06-18 06:52:41 <Luke-Jr> Dizzle: getrawmempool? but then you need to order them too
 316 2014-06-18 06:52:59 <Luke-Jr> Dizzle: the usual recommendation at the moment would be to modify the CreateNewBlock function
 317 2014-06-18 06:53:10 YoY has quit (Read error: Connection timed out)
 318 2014-06-18 06:53:36 <Dizzle> Cool. Thanks!
 319 2014-06-18 06:54:08 lclc has joined
 320 2014-06-18 06:54:16 Benjamin_ has joined
 321 2014-06-18 06:54:58 YoY has joined
 322 2014-06-18 06:57:05 dims_ has quit (Ping timeout: 272 seconds)
 323 2014-06-18 06:57:21 <dsnrk> wow, #4343 is a nasty DOS bug
 324 2014-06-18 06:58:07 <wumpus> Dizzle: making it possible to do transaction selection policy outside of the process  would be a worthwhile goal, no one is working on that AFAIK
 325 2014-06-18 06:58:20 <dsnrk> should be good for when people suggest leaving RPC open to the world is alright :)
 326 2014-06-18 07:00:08 Gyps has quit (Quit: Gyps)
 327 2014-06-18 07:01:30 <wumpus> dsnrk: but only the nodes that you specify as rpcallowip can attack you, others are disconnected before even getting there
 328 2014-06-18 07:02:15 <wumpus> that has turned out to be a very good policy, preventing everything from heartbleed leaks to DoS vulnerabilities
 329 2014-06-18 07:02:18 <dsnrk> wumpus: I've seen people post their configs that have rpcallowip=* in them
 330 2014-06-18 07:02:38 hearn has joined
 331 2014-06-18 07:04:18 <dsnrk> http://pastebin.com/t8hvpZmT http://pastebin.com/Y3zbY9nG http://pastebin.com/bX8fJHG9 http://pastebin.com/MgiCRzkh http://pastebin.com/SfXLY6B1
 332 2014-06-18 07:04:33 <dsnrk> if there's that many on pastebin, you can assume there's going to be even more of them in real life
 333 2014-06-18 07:05:37 <wumpus> dsnrk:  well if you have wallet disabled it *should* at most open you up to DoS attacks
 334 2014-06-18 07:07:15 debiantoruser has quit (Ping timeout: 255 seconds)
 335 2014-06-18 07:07:42 <wumpus> though it's absolutely not recommended to allowip everyone, the RPC API has been much less audited than the P2P API, and there may of course be a code execution vulnerability somewhere in there
 336 2014-06-18 07:08:17 * dsnrk mutters about people running bitcoind as root 
 337 2014-06-18 07:09:25 Luke-Jr has quit (Ping timeout: 245 seconds)
 338 2014-06-18 07:09:31 debiantoruser has joined
 339 2014-06-18 07:09:51 <gmaxwell> dsnrk: really local code execution, at least outside of a sandbox, ~= root anyways.
 340 2014-06-18 07:11:26 <wumpus> gmaxwell: well in a way a local code execution can always lead to compromising root when combined with another exploit, but I hope you're not using that as an argument for people to run all services as root :)
 341 2014-06-18 07:11:31 <dsnrk> gmaxwell: unnecessary though. why throw somebody root when you can make them work for it?
 342 2014-06-18 07:13:14 <gmaxwell> no no, indeed, I'm not, but I wouldn't put it on even the same ranking as having rpc open to the internet on a machine that isn't a throwaway. :)
 343 2014-06-18 07:15:08 Luke-Jr has joined
 344 2014-06-18 07:15:22 Sabbie is now known as sabbie
 345 2014-06-18 07:15:48 <dsnrk> it's madness! if you need to get to your RPC port that's not local, just tunnel the port through ssh.
 346 2014-06-18 07:15:51 <wumpus> it's the combination that makes it extra strong, run bitcoind as root AND have RPC open to the internet
 347 2014-06-18 07:16:36 <wumpus> it's about as scary as the combination of people that are clueless about security and bitcoin
 348 2014-06-18 07:16:53 <Apocalyptic> oh wait
 349 2014-06-18 07:16:57 <Apocalyptic> is that guy back again ?
 350 2014-06-18 07:17:05 <dsnrk> no, don't worry :)
 351 2014-06-18 07:17:21 paveljanik has quit (Ping timeout: 272 seconds)
 352 2014-06-18 07:17:25 MolokoDeck has joined
 353 2014-06-18 07:18:10 Grouver has joined
 354 2014-06-18 07:20:20 jaekwon has quit (Quit: Leaving.)
 355 2014-06-18 07:21:14 <dsnrk> gmaxwell: I do have those orphan blocks for you too, I just need to sort out which ones involve ghash.io.
 356 2014-06-18 07:22:43 plaprade has joined
 357 2014-06-18 07:24:48 jaekwon has joined
 358 2014-06-18 07:25:22 sustrik has joined
 359 2014-06-18 07:25:38 wallet42 has joined
 360 2014-06-18 07:25:42 wallet42 has quit (Changing host)
 361 2014-06-18 07:25:42 wallet42 has joined
 362 2014-06-18 07:27:21 melvster has joined
 363 2014-06-18 07:28:02 ThomasV has joined
 364 2014-06-18 07:37:09 <wumpus> CodeShark: I've managed to compile CoinVault, but can't find any documentation on running it -- can I run it in testnet/regtest mode?
 365 2014-06-18 07:38:52 <wumpus> hearn: thanks for adding the service bit, it's ok with me now
 366 2014-06-18 07:39:21 <hearn> cool. i will look at extending the pull tester to unit test the message. also updating it so peter's stack clearing patch works
 367 2014-06-18 07:39:57 <hearn> wumpus: would you like it to be NODE_GETUTXOS or NODE_FULL_UTXO?
 368 2014-06-18 07:40:07 Chief_Panda has joined
 369 2014-06-18 07:40:41 <wumpus> hearn: well -- in my opinion the focus of service bits should be what they offer to the network, not what the node is
 370 2014-06-18 07:40:57 <hearn> ok, then i'll keep it as is
 371 2014-06-18 07:42:33 eoss has quit (Read error: Connection reset by peer)
 372 2014-06-18 07:42:42 cadaver has quit (Remote host closed the connection)
 373 2014-06-18 07:43:09 <wumpus> hearn: basically you are adding an API that adds semi-trusted queries, so the name of the node bit should focus around that... NODE_GETUTXOS sounds fine to me, although it is very specific to this call, not sure if the intent is to extend this later
 374 2014-06-18 07:44:05 <hearn> yes, not sure either. i don't have any other messages i want to add at the moment. maaku mentioned a getutxo2 message that includes proofs in future, but that could also be just regular NODE_GETUTXO + regular getutxo message + higher version number. not sure.
 375 2014-06-18 07:44:27 <wumpus> right
 376 2014-06-18 07:45:03 ThomasV has quit (Ping timeout: 244 seconds)
 377 2014-06-18 07:45:13 seven has quit (Ping timeout: 272 seconds)
 378 2014-06-18 07:55:07 Guest36422 has quit ()
 379 2014-06-18 07:56:32 haigent has joined
 380 2014-06-18 07:57:40 ericmuyser has quit (Remote host closed the connection)
 381 2014-06-18 07:58:13 ericmuyser has joined
 382 2014-06-18 08:00:03 analogmind_work has joined
 383 2014-06-18 08:00:13 Dizzle has quit (Quit: Leaving...)
 384 2014-06-18 08:00:21 Benjamin_ has quit (Ping timeout: 255 seconds)
 385 2014-06-18 08:00:28 paveljanik has joined
 386 2014-06-18 08:01:11 Apexseals has quit (Ping timeout: 240 seconds)
 387 2014-06-18 08:01:15 t7 has joined
 388 2014-06-18 08:01:30 JZavala has quit (Ping timeout: 252 seconds)
 389 2014-06-18 08:01:41 debiantoruser has quit (Ping timeout: 272 seconds)
 390 2014-06-18 08:03:16 debiantoruser has joined
 391 2014-06-18 08:03:37 Emzy has joined
 392 2014-06-18 08:03:40 ericmuyser has quit (Ping timeout: 264 seconds)
 393 2014-06-18 08:03:53 tarantillo_ has quit (Remote host closed the connection)
 394 2014-06-18 08:04:12 tarantillo_ has joined
 395 2014-06-18 08:06:25 seven has joined
 396 2014-06-18 08:07:07 LowFructose has joined
 397 2014-06-18 08:07:25 <LowFructose> anyone around?
 398 2014-06-18 08:11:28 johnsoft has quit (Ping timeout: 264 seconds)
 399 2014-06-18 08:11:35 johnsoft has joined
 400 2014-06-18 08:15:30 LowFructose has quit (Quit: Page closed)
 401 2014-06-18 08:16:11 aquarat has joined
 402 2014-06-18 08:18:45 <maaku> hearn: "that could also be just regular NODE_GETUTXO + regular getutxo message + higher version number" <-- right
 403 2014-06-18 08:19:55 <maaku> hearn: wumpus: NODE_NETWORK (ugh on the name) means the node has the full block chain history, e.g. so you can fetch blocks or do bloom filter queries
 404 2014-06-18 08:19:57 <uiop> there are two kinds of people on irc; those that insert quoted message before reply, and those that after
 405 2014-06-18 08:20:28 <uiop> :)
 406 2014-06-18 08:20:49 <maaku> my point is that this is really 100% orthogonal to having the UTXO set, so we should have a separate service bit indicating that the node maintains the UTXO set and can answer UTXO-related queries
 407 2014-06-18 08:20:54 <wumpus> maaku: yes, and as I said, I think it makes more sense to define service bits around which services a node provides, not so much what it is
 408 2014-06-18 08:20:55 n0n0 has quit (Ping timeout: 240 seconds)
 409 2014-06-18 08:22:11 <wumpus> as that is much more useful information to peers; someone could be storing all history but not want to serve it to others
 410 2014-06-18 08:22:14 <maaku> right, so we need a new NODE_UTXOSET or somesuch, indicating support for answering UTXO queries (using getutxos now, getutxos2 with proofs later)
 411 2014-06-18 08:22:17 <wumpus> but I agree they should have been separate
 412 2014-06-18 08:22:58 sustrik has quit (Quit: Leaving)
 413 2014-06-18 08:23:18 sustrik has joined
 414 2014-06-18 08:24:48 <uiop> wumpus: good point. lack of capability is indistinguishable from unexposed
 415 2014-06-18 08:26:20 <uiop> (from the pov under discussion)
 416 2014-06-18 08:26:26 n0n0 has joined
 417 2014-06-18 08:26:55 <maaku> actually we don't need to go as far as utxo commitments either -- block chain pruning will result in nodes that can serve utxo queries but not block chain history
 418 2014-06-18 08:26:55 davout has joined
 419 2014-06-18 08:26:58 beachandbytes has joined
 420 2014-06-18 08:27:51 <maaku> well, in practice nodes will keep some blocks around if for no other reason than reorg support, and they will support retrieval of those, but the conceptual point stands :P
 421 2014-06-18 08:29:03 graingert_ has joined
 422 2014-06-18 08:33:54 WishBoy has joined
 423 2014-06-18 08:34:37 hmsimha has quit (Ping timeout: 272 seconds)
 424 2014-06-18 08:35:57 Krellan_ has joined
 425 2014-06-18 08:37:08 papa3 has joined
 426 2014-06-18 08:39:46 WishBoy has quit ()
 427 2014-06-18 08:40:03 papa2 has quit (Ping timeout: 264 seconds)
 428 2014-06-18 08:40:07 n0n0 has quit (Ping timeout: 240 seconds)
 429 2014-06-18 08:41:44 W0rmDr1nk has joined
 430 2014-06-18 08:47:03 go1111111 has quit (Ping timeout: 244 seconds)
 431 2014-06-18 08:48:01 JackH has joined
 432 2014-06-18 08:50:07 jaekwon has quit (Quit: Leaving.)
 433 2014-06-18 08:53:44 Clown has joined
 434 2014-06-18 08:53:45  is now known as Clown|!~clown@unaffiliated/clown/x-0272709|Guest71513
 435 2014-06-18 08:53:45 Guest71513 has quit (Killed (dickson.freenode.net (Nickname regained by services)))
 436 2014-06-18 08:53:45 Clown is now known as |Clown|
 437 2014-06-18 08:54:51 dims_ has joined
 438 2014-06-18 08:55:05 kermit has joined
 439 2014-06-18 08:55:41 n0n0 has joined
 440 2014-06-18 08:55:51 MolokoDeck has quit (Ping timeout: 240 seconds)
 441 2014-06-18 08:56:19 crunk-juice has joined
 442 2014-06-18 08:56:47 <gdm85> is there a comprehensive wiki page about notification features of bitcoind? I have seen walletnotify and blocknotify so far
 443 2014-06-18 08:58:03 <gdm85> also, I would like to inquiry if patches to support keypool extension notification would be welcome or not
 444 2014-06-18 08:58:29 s0le has joined
 445 2014-06-18 08:59:57 dims_ has quit (Ping timeout: 272 seconds)
 446 2014-06-18 09:01:06 fpx has joined
 447 2014-06-18 09:05:36 JackH has quit (Ping timeout: 255 seconds)
 448 2014-06-18 09:07:41 roconnor_ has quit (Ping timeout: 240 seconds)
 449 2014-06-18 09:11:21 crunk-juice has quit (Ping timeout: 272 seconds)
 450 2014-06-18 09:12:08 robonerd has quit (Ping timeout: 240 seconds)
 451 2014-06-18 09:14:25 yubrew has joined
 452 2014-06-18 09:14:40 robonerd has joined
 453 2014-06-18 09:15:09 guntha has joined
 454 2014-06-18 09:18:34 yubrew has quit (Ping timeout: 244 seconds)
 455 2014-06-18 09:25:24 <wumpus> gdm85: no objections, although that would be akin to a notification after each new address generated
 456 2014-06-18 09:25:29 YoY has quit (Quit: Leaving...)
 457 2014-06-18 09:27:18 <gdm85> wumpus: right. that's because there is currently no way to force generation only in units of X addresses, correct?
 458 2014-06-18 09:27:35 <wumpus> wumpus: no, although you could call keypoolrefill manually
 459 2014-06-18 09:28:02 <wumpus> there was a patch at some point that added an option to disable automatic keypool refill
 460 2014-06-18 09:28:07 <wumpus> I liked it , but no one else did :/
 461 2014-06-18 09:28:15 <gdm85> uhm, I think I would like it too now
 462 2014-06-18 09:29:02 <wumpus> anyhow, if you're smart you use another wallet instead of the bitcoind one :)
 463 2014-06-18 09:29:31 <gdm85> so if automatic keypool refill was there and enabled, one could extend keypoolrefill to send a notify when complete
 464 2014-06-18 09:29:34 <gdm85> wumpus: sure :)
 465 2014-06-18 09:29:46 <wumpus> it's really falling behind a lot; BIP32 would solve all keypool related issues
 466 2014-06-18 09:30:25 <wumpus> many other wallets do implement deterministic key generation, which is probably preferable to hacks-on-hacks on top of keypools
 467 2014-06-18 09:30:28 <gdm85> ah, deterministic wallets
 468 2014-06-18 09:30:43 <gdm85> makes sense
 469 2014-06-18 09:30:50 JackH has joined
 470 2014-06-18 09:30:57 <warren> gdm85: I assume you want such a notification because you need ot know when it backup the wallet?
 471 2014-06-18 09:31:20 <warren> You may be better off not backing up that wallet directly because you technically need to take it down to do so.
 472 2014-06-18 09:31:49 <warren> This is for an automated service right?
 473 2014-06-18 09:32:10 <gdm85> warren: ideally I would have a wrapper over bitcoind that puts the wallet down during keypool extension, makes a backup and then puts it back online
 474 2014-06-18 09:32:16 <gdm85> to preserve atomicity of the operation
 475 2014-06-18 09:32:23 <warren> quite messy
 476 2014-06-18 09:32:46 <gdm85> ?
 477 2014-06-18 09:32:46 <warren> Prior to deterministic wallet, you might do well to use the watchonly wallet that's coming soon.
 478 2014-06-18 09:33:19 <warren> Generate addresses and privkeys offline, importaddress without rescan for each new address.
 479 2014-06-18 09:33:25 <warren> no need to backup that wallet
 480 2014-06-18 09:33:43 <gdm85> with a keypoolrefill notification it'd be doable, and the RPC does not need to change (except for the fact that it would delay certain operations)
 481 2014-06-18 09:33:47 <gdm85> warren: I'll look into that
 482 2014-06-18 09:33:50 <warren> Go test the watch only PR
 483 2014-06-18 09:34:15 <warren> This has the benefit of keeping the private keys entirely offline, and you don't need to take it down to make backups.
 484 2014-06-18 09:34:42 <t7> building boost, brb 2 hours
 485 2014-06-18 09:35:07 <gdm85> warren: one thing is for sure: if taking down the wallet is the safe way, it's not messy for me. it's the only option available now
 486 2014-06-18 09:35:44 <warren> gdm85: seriously, go test the watchonly PR, it's much safer and better for the future.
 487 2014-06-18 09:35:58 <warren> gdm85: if that server is hacked they can't steal any money
 488 2014-06-18 09:36:11 <gdm85> warren: I am not denying that. I am just looking at currently released bitcoind, the one that I have to use
 489 2014-06-18 09:36:44 <gdm85> I will check what that PR does, and keep an eye
 490 2014-06-18 09:36:48 <gdm85> this is indeed interesting development
 491 2014-06-18 09:39:25 * gdm85 is reading https://github.com/bitcoin/bitcoin/pull/4045
 492 2014-06-18 09:40:01 t7 has quit (Quit: brb)
 493 2014-06-18 09:41:43 ThomasV has joined
 494 2014-06-18 09:42:16 Einewton has joined
 495 2014-06-18 09:45:07 lifty has joined
 496 2014-06-18 09:48:21 Einewton has quit (Ping timeout: 255 seconds)
 497 2014-06-18 09:50:34 t7 has joined
 498 2014-06-18 09:52:51 MolokoDeck has joined
 499 2014-06-18 09:55:11 <wumpus> warren: you don't need to take it down to do a wallet backup, there has been a RPC call for that for a logg time
 500 2014-06-18 09:55:17 haskoiner has joined
 501 2014-06-18 09:55:42 dims_ has joined
 502 2014-06-18 09:56:27 johnsoft has quit (Ping timeout: 255 seconds)
 503 2014-06-18 09:56:41 napedia has quit (Ping timeout: 240 seconds)
 504 2014-06-18 09:57:05 <warren> wumpus: oops, ok =)
 505 2014-06-18 09:57:25 wallet42 has quit (Quit: Leaving.)
 506 2014-06-18 09:57:36 MolokoDeck has quit (Ping timeout: 272 seconds)
 507 2014-06-18 09:58:20 Vitalik has joined
 508 2014-06-18 10:00:08 dims_ has quit (Ping timeout: 240 seconds)
 509 2014-06-18 10:01:11 Vitalik_ has quit (Ping timeout: 240 seconds)
 510 2014-06-18 10:02:25 AndersAA has joined
 511 2014-06-18 10:04:54 johnsoft has joined
 512 2014-06-18 10:04:54 wallet42 has joined
 513 2014-06-18 10:06:21 JackH has quit (Ping timeout: 255 seconds)
 514 2014-06-18 10:07:24 erasmospunk has joined
 515 2014-06-18 10:08:34 yubrew has joined
 516 2014-06-18 10:12:38 mappum has quit (Remote host closed the connection)
 517 2014-06-18 10:12:49 yubrew has quit (Ping timeout: 244 seconds)
 518 2014-06-18 10:13:51 Insty has quit (Ping timeout: 244 seconds)
 519 2014-06-18 10:18:20 jtimon has joined
 520 2014-06-18 10:19:20 JackH has joined
 521 2014-06-18 10:22:04 fpx has quit (Remote host closed the connection)
 522 2014-06-18 10:25:20 Insty has joined
 523 2014-06-18 10:27:28 <gdm85> it's more about being sure that a new generated address will not be used until its private key is backed up
 524 2014-06-18 10:28:51 <warren> gdm85: what I suggested works, you do importaddress instead of getnewaddress
 525 2014-06-18 10:28:57 <warren> so you know exactly which addresses were used
 526 2014-06-18 10:28:58 <Jouke> Why do you need to put the wallet down for a backup?
 527 2014-06-18 10:29:01 <wumpus> gdm85: that's not supported in bitcoind at the moment - the only way to guarantee that is to disable automatic keypool refill, and refill the keypool manually when you run out and the immediately do a backup before you do any transactions
 528 2014-06-18 10:29:12 <wumpus> Jouke: you don't, that was a misunderstanding by warren
 529 2014-06-18 10:29:26 <warren> that doesn't make what gdm85 asked for a good way to do it
 530 2014-06-18 10:29:42 <gdm85> wumpus: yep, automatic keypool refill would be the obstacle
 531 2014-06-18 10:30:13 <wumpus> warren: please don't suggest using importkey -- change addresses will still come from the keypool, for example, it's a very brittle solution
 532 2014-06-18 10:30:49 wallet42 has quit (Quit: Leaving.)
 533 2014-06-18 10:30:56 <wumpus> if you ask me just use a wallet with deterministic key generation and forget about the keypool thing, but if you insist on doing it with keypools, you need to somehow disable the automatic keypool refill... I'll see if I can find the pull for that
 534 2014-06-18 10:30:57 <hearn> a basic HD wallets in bitcoin core wouldn't be very complicated
 535 2014-06-18 10:31:17 <wumpus> hearn: it wouldn't, but no one cares enough to do it
 536 2014-06-18 10:31:25 * gdm85 nods
 537 2014-06-18 10:31:31 <wumpus> everyone either uses iron-fisted backup policies or uses another wallet
 538 2014-06-18 10:32:13 <wumpus> gdm85: https://github.com/bitcoin/bitcoin/pull/2841
 539 2014-06-18 10:32:24 <warren> wumpus: I wasn't suggesting importprivkey
 540 2014-06-18 10:32:49 <warren> wumpus: I was suggesting importaddress and watchonly is excellent for receivers
 541 2014-06-18 10:32:57 <warren> I did forget to ask if this wallet sends.
 542 2014-06-18 10:32:59 <wumpus> gdm85: although it seems very much out of date now, rebasing will take some work
 543 2014-06-18 10:33:04 <wumpus> warren: OK, good then
 544 2014-06-18 10:33:09 <wumpus> gtg
 545 2014-06-18 10:33:22 analogmind_work has quit (Ping timeout: 240 seconds)
 546 2014-06-18 10:33:27 analogmind_work_ has joined
 547 2014-06-18 10:34:34 StarenseN has joined
 548 2014-06-18 10:34:46 <gdm85> wumpus: ah, I understand
 549 2014-06-18 10:36:04 johnsoft has quit (Ping timeout: 264 seconds)
 550 2014-06-18 10:36:12 llllllllll has joined
 551 2014-06-18 10:36:57 johnsoft has joined
 552 2014-06-18 10:42:52 beachandbytes has quit (Ping timeout: 240 seconds)
 553 2014-06-18 10:47:46 dims_ has joined
 554 2014-06-18 10:48:02 skinnkavaj has joined
 555 2014-06-18 10:48:23 Burrito has joined
 556 2014-06-18 10:49:27 n0n0 has quit (Quit: Leaving)
 557 2014-06-18 10:49:36 Diablo-D3 has quit (Quit: This computer has gone to sleep)
 558 2014-06-18 10:52:22 wallet42 has joined
 559 2014-06-18 10:59:54 Eiii has quit ()
 560 2014-06-18 11:03:48 micronxd has joined
 561 2014-06-18 11:06:00 posita1 has joined
 562 2014-06-18 11:06:25 gonedrk has joined
 563 2014-06-18 11:09:07 <dsnrk> is it intentional that the 0.9.2 release doesn't have static builds like 0.9.1?
 564 2014-06-18 11:12:42 peper has quit (Ping timeout: 252 seconds)
 565 2014-06-18 11:12:42 jiffe98 has quit (Ping timeout: 252 seconds)
 566 2014-06-18 11:12:56 micronxd has quit (Quit: micronxd)
 567 2014-06-18 11:14:18 JackH has quit (Ping timeout: 255 seconds)
 568 2014-06-18 11:14:54 peper has joined
 569 2014-06-18 11:15:37 ProfMac has quit (Ping timeout: 246 seconds)
 570 2014-06-18 11:18:12 special_K has quit (Ping timeout: 252 seconds)
 571 2014-06-18 11:19:59 dims_ has quit (Ping timeout: 244 seconds)
 572 2014-06-18 11:20:20 special_K has joined
 573 2014-06-18 11:20:39 analogmind_work has joined
 574 2014-06-18 11:20:59 haskoiner has quit (Quit: haskoiner)
 575 2014-06-18 11:21:02 JackH has joined
 576 2014-06-18 11:21:20 analogmind_work_ has quit (Ping timeout: 240 seconds)
 577 2014-06-18 11:21:31 viajero has joined
 578 2014-06-18 11:23:16 terve has joined
 579 2014-06-18 11:23:28 <terve> :)
 580 2014-06-18 11:23:42 <terve> usually forks last max 4 blocks? reorgs
 581 2014-06-18 11:24:01 analogmind_work_ has joined
 582 2014-06-18 11:24:10 analogmind_work_ has quit (Remote host closed the connection)
 583 2014-06-18 11:24:42 analogmind_work has quit (Ping timeout: 240 seconds)
 584 2014-06-18 11:25:16 ArthurNumbanumba has quit (Ping timeout: 264 seconds)
 585 2014-06-18 11:26:54 <dsnrk> terve: there's no real limit on the length. more a question for #bitcoin though, lets take it there.
 586 2014-06-18 11:26:59 sveta has joined
 587 2014-06-18 11:27:27 theorbtwo has joined
 588 2014-06-18 11:27:28 <terve> cool
 589 2014-06-18 11:27:39 jiffe98 has joined
 590 2014-06-18 11:28:48 Diablo-D3 has joined
 591 2014-06-18 11:29:46 longfloat has joined
 592 2014-06-18 11:30:07 <longfloat> bitcoin.org is not clear enough on this: which sources version is recommended to use now?  the newest tag? so 0.9.2 now?
 593 2014-06-18 11:35:15 <SomeoneWeird> 0.9.2 has been tagged, but not officially released, afaik
 594 2014-06-18 11:35:41 <SomeoneWeird> wait nevermind, it has
 595 2014-06-18 11:35:45 <SomeoneWeird> at least, the website links to it
 596 2014-06-18 11:35:51 <SomeoneWeird> longfloat: what is unclear?
 597 2014-06-18 11:39:34 phoenix54 has quit (Ping timeout: 272 seconds)
 598 2014-06-18 11:40:46 ArthurNumbanumba has joined
 599 2014-06-18 11:42:12 ThomasV has quit (Ping timeout: 255 seconds)
 600 2014-06-18 11:42:34 jaromil_ is now known as jaromil
 601 2014-06-18 11:43:54 maraoz has joined
 602 2014-06-18 11:46:58 crunk-juice has joined
 603 2014-06-18 11:48:42 ArthurNumbanumba has quit (Ping timeout: 240 seconds)
 604 2014-06-18 11:48:46 mappum has joined
 605 2014-06-18 11:49:17 wallet42 has quit (Quit: Leaving.)
 606 2014-06-18 11:49:26 <longfloat> SomeoneWeird: the link should be to that tag, not to head
 607 2014-06-18 11:49:36 <SomeoneWeird> where?
 608 2014-06-18 11:49:44 <SomeoneWeird> https://bitcoin.org/en/download
 609 2014-06-18 11:49:45 <longfloat> https://github.com/bitcoin/bitcoin  takes people to location of current head, right? from https://bitcoin.org/en/download
 610 2014-06-18 11:49:47 <SomeoneWeird> links to 0.9.2
 611 2014-06-18 11:49:59 <SomeoneWeird> eh?
 612 2014-06-18 11:51:08 ArthurNumbanumba has joined
 613 2014-06-18 11:51:20 crunk-juice has quit (Ping timeout: 240 seconds)
 614 2014-06-18 11:51:34 davout has quit (Quit: kthxbye)
 615 2014-06-18 11:53:03 mappum has quit (Ping timeout: 244 seconds)
 616 2014-06-18 11:53:36 <longfloat> SomeoneWeird: using links from bitcoin.org to github, people will checkout by default (or download zip) of current head, instead of current stable tag 0.9.2, right?
 617 2014-06-18 11:53:56 <SomeoneWeird> oh, you mean the actual github link
 618 2014-06-18 11:54:02 justusranvier has joined
 619 2014-06-18 11:54:02 <longfloat> to fix it, the link on https://bitcoin.org/en/download under sources should link to tag 0.9.2
 620 2014-06-18 11:54:23 <SomeoneWeird> i see how it may be slightly confusing
 621 2014-06-18 11:54:45 <SomeoneWeird> longfloat: the site is open source, make a pull req :)
 622 2014-06-18 11:54:49 <longfloat> another concern:  also, this link is too deeply burried.  the Download should be clearly visible on top of bitcoin.org as one of first things
 623 2014-06-18 11:55:13 <SomeoneWeird> how? it's one or two clicks
 624 2014-06-18 11:55:21 <longfloat> SomeoneWeird: I don't have github configured; but ok friend should commit later
 625 2014-06-18 11:55:34 <SomeoneWeird> and the pages before it should defs be read before people download
 626 2014-06-18 11:55:38 <longfloat> SomeoneWeird: 2 clicks > 0 clicks
 627 2014-06-18 11:55:55 <SomeoneWeird> informed people > misinformed people
 628 2014-06-18 11:57:03 ArthurNumbanumba has quit (Ping timeout: 255 seconds)
 629 2014-06-18 11:57:46 <longfloat> SomeoneWeird: put big warning "This is the CORE WALLET, you might want to check out the easier wallets first".  Also, it is in network interest to attract more people to run full node
 630 2014-06-18 11:58:05 <SomeoneWeird> not just that
 631 2014-06-18 11:58:14 <SomeoneWeird> https://bitcoin.org/en/getting-started
 632 2014-06-18 11:58:22 <SomeoneWeird> this page is invaluable
 633 2014-06-18 11:58:28 <SomeoneWeird> for noobs, trying to understand how things work
 634 2014-06-18 11:58:33 <SomeoneWeird> this is offtopic for in here, now
 635 2014-06-18 11:58:37 jordandotdev has quit (Quit: Connection closed for inactivity)
 636 2014-06-18 12:02:35 <longfloat> on debian stable can I just use the system provided libdb or is custome one needed?  System provides libdb5.1++
 637 2014-06-18 12:03:21 JackH has quit (Ping timeout: 255 seconds)
 638 2014-06-18 12:07:18 <longfloat> how you actually build bitcoin now?
 639 2014-06-18 12:07:48 <longfloat> oh.  it's in the other readme.. the main README.md should link to that probbly
 640 2014-06-18 12:12:54 haskoiner has joined
 641 2014-06-18 12:16:16 ArthurNumbanumba has joined
 642 2014-06-18 12:16:59 micronxd has joined
 643 2014-06-18 12:17:36 JackH has joined
 644 2014-06-18 12:18:36 paveljanik has quit (Quit: This computer has gone to sleep)
 645 2014-06-18 12:18:44 ThomasV has joined
 646 2014-06-18 12:22:50 [nsh] has joined
 647 2014-06-18 12:29:40 pierreatwork has joined
 648 2014-06-18 12:36:00 wallet42 has joined
 649 2014-06-18 12:37:09 cris has joined
 650 2014-06-18 12:39:59 micronxd has quit (Quit: micronxd)
 651 2014-06-18 12:40:49 crunk-juice has joined
 652 2014-06-18 12:43:44 HANTI is now known as hanti
 653 2014-06-18 12:44:08 pdrayton has quit (Ping timeout: 240 seconds)
 654 2014-06-18 12:45:21 davout has joined
 655 2014-06-18 12:45:21 hearn has quit (Read error: Connection reset by peer)
 656 2014-06-18 12:47:52 mmatthew_43 has joined
 657 2014-06-18 12:50:34 Vitalik has quit (Read error: Connection reset by peer)
 658 2014-06-18 12:51:00 yubrew has joined
 659 2014-06-18 12:51:14 mr_burdell has quit (Remote host closed the connection)
 660 2014-06-18 12:55:22 yubrew has quit (Ping timeout: 240 seconds)
 661 2014-06-18 12:55:35 <wumpus> dsnrk: yes, the static builds are not necessary anymore
 662 2014-06-18 12:56:07 agricocb has quit (Quit: Leaving.)
 663 2014-06-18 12:58:36 <dsnrk> wumpus: primo.
 664 2014-06-18 13:00:04 erasmospunk has quit (Remote host closed the connection)
 665 2014-06-18 13:01:10 erasmospunk has joined
 666 2014-06-18 13:01:44 [nsh] has quit (Ping timeout: 240 seconds)
 667 2014-06-18 13:04:27 mmatthew_43 has quit (Quit: Leaving...)
 668 2014-06-18 13:04:33 JackH has quit (Ping timeout: 255 seconds)
 669 2014-06-18 13:07:10 daybyter has joined
 670 2014-06-18 13:07:27 fanquake has left ()
 671 2014-06-18 13:08:40 dims_ has joined
 672 2014-06-18 13:09:39 WormDr1nk has joined
 673 2014-06-18 13:09:44 W0rmDr1nk has quit (Remote host closed the connection)
 674 2014-06-18 13:11:20 Alina-malina has quit (Ping timeout: 240 seconds)
 675 2014-06-18 13:11:40 Einewton has joined
 676 2014-06-18 13:11:53 erasmospunk has quit (Remote host closed the connection)
 677 2014-06-18 13:12:22 skinnkavaj has quit (Ping timeout: 240 seconds)
 678 2014-06-18 13:13:29 Zarutian has joined
 679 2014-06-18 13:13:42 ThomasV has quit (Ping timeout: 240 seconds)
 680 2014-06-18 13:16:31 JackH has joined
 681 2014-06-18 13:17:44 dims_ has quit (Ping timeout: 240 seconds)
 682 2014-06-18 13:18:27 ionstorm has joined
 683 2014-06-18 13:20:51 agricocb has joined
 684 2014-06-18 13:21:16 dims_ has joined
 685 2014-06-18 13:23:08 lorenzo_ has joined
 686 2014-06-18 13:23:44 pierreatwork has quit (Ping timeout: 240 seconds)
 687 2014-06-18 13:24:11 <lorenzo_> hello
 688 2014-06-18 13:24:15 lorenzo_ is now known as lorenzoasr
 689 2014-06-18 13:24:49 ThomasV has joined
 690 2014-06-18 13:25:18 hearn has joined
 691 2014-06-18 13:25:19 <lorenzoasr> does anyone know if there is a way to sign offline a p2sh transaction with BitcoinJ
 692 2014-06-18 13:25:20 <lorenzoasr> ?
 693 2014-06-18 13:25:31 <hearn> yes, of course
 694 2014-06-18 13:25:35 <hearn> btw there is a #bitcoinj channel
 695 2014-06-18 13:25:53 <hearn> this document may answer your question: http://bitcoinj.github.io/working-with-contracts
 696 2014-06-18 13:26:07 crunk-juice has quit (Remote host closed the connection)
 697 2014-06-18 13:27:40 crunk-juice has joined
 698 2014-06-18 13:27:57 <wumpus> cfields: people are reporting font issues with the 0.9.2 macosx build :/ https://bitcointalk.org/index.php?topic=655359.msg7380054
 699 2014-06-18 13:28:31 <dsnrk> wumpus: one second, I'll see if I can replicate in a VM.
 700 2014-06-18 13:30:13 Alina-malina has joined
 701 2014-06-18 13:30:13 Alina-malina has quit (Changing host)
 702 2014-06-18 13:30:13 Alina-malina has joined
 703 2014-06-18 13:30:48 shesek has joined
 704 2014-06-18 13:32:46 dims_ has quit (Ping timeout: 244 seconds)
 705 2014-06-18 13:33:12 Einewton has quit (Ping timeout: 240 seconds)
 706 2014-06-18 13:33:13 <dsnrk> wumpus: replicated. https://i.imgur.com/bUvZbxh.png
 707 2014-06-18 13:33:22 Namworld has quit ()
 708 2014-06-18 13:33:23 Einewton has joined
 709 2014-06-18 13:34:50 <wumpus> ok so the fixed-width font is broken
 710 2014-06-18 13:35:09 <dsnrk> only affects the "pay to" field of that panel, nothing more.
 711 2014-06-18 13:35:36 <wumpus> probably it also affects "command line options" in the help menu, it uses the same font
 712 2014-06-18 13:36:29 <wumpus> anyhow this pretty much means that the macosx build of 0.9.2 is useless, why didn't anyone see this with the rc?
 713 2014-06-18 13:36:36 <dsnrk> wumpus: replicated. https://i.imgur.com/hbJSLat.jpg
 714 2014-06-18 13:37:21 <wumpus> squares, lots of squares, this is not just fixed-width this is fixed-character :p
 715 2014-06-18 13:38:24 <wumpus> hearn: oh no https://bitcointalk.org/index.php?topic=656704.0
 716 2014-06-18 13:38:39 <hearn> wonderful
 717 2014-06-18 13:38:49 <hearn> anyway, i think we have a decision by gavin
 718 2014-06-18 13:38:57 <dsnrk> wumpus: what is a sending address anyway? https://i.imgur.com/xHNtDz4.jpg
 719 2014-06-18 13:38:59 <wumpus> the crazy cook brigade is on the loose again
 720 2014-06-18 13:39:10 <wumpus> kook*
 721 2014-06-18 13:39:20 <dsnrk> I've never used the GUI before so I'm not sure what a "sending" address is.
 722 2014-06-18 13:39:22 <wumpus> dsnrk: something very square
 723 2014-06-18 13:39:37 <hearn> it's not crazy to disagree, but trying to rabble-rouse is annoying
 724 2014-06-18 13:39:58 <michagogo> gdm85: you can set keypool=1 and then use the rpc "keypoolrefill 1000", for example
 725 2014-06-18 13:40:05 <wumpus> no, it's not crazy to disagree, it's about the way that it's done
 726 2014-06-18 13:40:30 <gdm85> michagogo: keypool could still enlarge itself automatically by 1 address
 727 2014-06-18 13:40:34 <wumpus> I wonder if you couuld set keypool=0
 728 2014-06-18 13:40:37 <dsnrk> wumpus: my point was more that transactiond don't have a from address, so what is a "sending" address in the GUI?
 729 2014-06-18 13:40:59 <wumpus> dsnrk: it's an address that you send to
 730 2014-06-18 13:41:00 JackH has quit (Ping timeout: 255 seconds)
 731 2014-06-18 13:41:07 <michagogo> gdm85: well, easy -- just tail debug.log
 732 2014-06-18 13:41:07 <wumpus> receiving addresses are addresses that you receive with
 733 2014-06-18 13:41:13 <gdm85> wumpus: yes but doesn't mean disabled AFAIR
 734 2014-06-18 13:41:21 <michagogo> And then alert on the "added key" warning
 735 2014-06-18 13:41:34 <dsnrk> wumpus: oh like an address book for external things? that makes more sense.
 736 2014-06-18 13:41:36 <gdm85> michagogo: hence -> keypoolrefill notification patch
 737 2014-06-18 13:41:37 <michagogo> s/warning/message/
 738 2014-06-18 13:41:40 cbeams has joined
 739 2014-06-18 13:41:40 cbeams has quit (Changing host)
 740 2014-06-18 13:41:40 cbeams has joined
 741 2014-06-18 13:41:48 <wumpus> gdm85: I think it would be  natural to have keypool=0 mean 'no automatic keypool'
 742 2014-06-18 13:41:56 * gdm85 nods
 743 2014-06-18 13:42:00 <michagogo> gdm85: my point is, you don't necessarily need a patch for it, just monitor the log
 744 2014-06-18 13:42:02 <wumpus> I don't think it works that way at the moment, but still
 745 2014-06-18 13:42:12 <gdm85> yep
 746 2014-06-18 13:42:26 mr_burdell has joined
 747 2014-06-18 13:42:26 <michagogo> Also, there's the fact that it can't generate keys with a locked wallet
 748 2014-06-18 13:42:38 <wumpus> a keypool refill notication may be too late, or get lost, it's not an option for reliable backups IMO
 749 2014-06-18 13:42:55 <michagogo> So you don't even need to monitor the log 24/7 -- just whenever you unlock the wallet
 750 2014-06-18 13:43:10 <gdm85> wumpus: useful in case you have already keypool=0 and you command a refill manually
 751 2014-06-18 13:43:15 <wumpus> michagogo: yep, you can also use the wallet encryption to avoid the keypool from being refilled automatically, but you need to unlock it to send a transaction so it's not terribly useful
 752 2014-06-18 13:43:20 <gdm85> (keypool=0 meaning disabled)
 753 2014-06-18 13:43:25 <wumpus> gdm85: sure but if you refill manually .. .you don't need the notification
 754 2014-06-18 13:43:34 <gdm85> wumpus: is it synchronous?
 755 2014-06-18 13:43:41 <wumpus> gdm85: yes
 756 2014-06-18 13:43:44 <gdm85> ah, cool
 757 2014-06-18 13:43:50 <gdm85> one less problem :)
 758 2014-06-18 13:44:03 <michagogo> wumpus: right, just watch the log when you do that
 759 2014-06-18 13:44:06 <gdm85> Jouke: ^
 760 2014-06-18 13:44:06 <michagogo> Also, you can monitor the log for keypool reserve/keep messages
 761 2014-06-18 13:44:57 <wumpus> the log should never be used as a critical interface
 762 2014-06-18 13:45:21 <wumpus> it's fine to tail the log for debugging or troubleshooting, but please don't make services rely on it
 763 2014-06-18 13:45:22 <michagogo> Oh, also, important to note: at the moment, I think if the keypool runs out, getting a new address doesn't fail
 764 2014-06-18 13:45:28 <michagogo> It gives you one specific address
 765 2014-06-18 13:45:36 Chief_Panda has quit (Ping timeout: 252 seconds)
 766 2014-06-18 13:45:37 <michagogo> I don't remember how it picks it
 767 2014-06-18 13:45:39 <wumpus> michagogo: it does fail, *unless* you use the raw change address call
 768 2014-06-18 13:45:47 <michagogo> wumpus: aha
 769 2014-06-18 13:45:57 <michagogo> Interesting
 770 2014-06-18 13:46:06 <wumpus> michagogo: I have a pull to test and fix that
 771 2014-06-18 13:46:12 <michagogo> (How come?)
 772 2014-06-18 13:46:36 <wumpus> michagogo: https://github.com/bitcoin/bitcoin/pull/4347
 773 2014-06-18 13:46:54 <gdm85> wumpus: exactly. michagogo you are underestimating the case where the log is partially flushed
 774 2014-06-18 13:46:58 <gdm85> tailing the log is just a very dirty hack
 775 2014-06-18 13:47:02 <wumpus> michagogo: well imo it's a bug/inconsistency
 776 2014-06-18 13:47:21 <wumpus> getting a new address when the keypool is drained should be an error, period
 777 2014-06-18 13:47:30 * gdm85 agrees
 778 2014-06-18 13:48:16 haskoiner has quit (Read error: Connection reset by peer)
 779 2014-06-18 13:51:20 posita1 has left ()
 780 2014-06-18 13:51:43 JackH has joined
 781 2014-06-18 13:51:44 johnsoft has quit (Ping timeout: 240 seconds)
 782 2014-06-18 13:52:39 johnsoft has joined
 783 2014-06-18 13:53:43 Zarutian_ has joined
 784 2014-06-18 13:54:52 Zarutian has quit (Ping timeout: 240 seconds)
 785 2014-06-18 13:54:52 Zarutian_ is now known as Zarutian
 786 2014-06-18 13:56:58 haskoiner has joined
 787 2014-06-18 13:57:11 crunk-juice has quit (Remote host closed the connection)
 788 2014-06-18 13:57:58 crunk-juice has joined
 789 2014-06-18 13:58:06 JackH has quit (Ping timeout: 255 seconds)
 790 2014-06-18 13:59:05 cbeams has quit ()
 791 2014-06-18 14:00:32 roconnor_ has joined
 792 2014-06-18 14:01:49 neotap has quit (Remote host closed the connection)
 793 2014-06-18 14:01:49 dansmith_btc has quit (Remote host closed the connection)
 794 2014-06-18 14:03:23 StarenseN has quit (Quit: StarenseN)
 795 2014-06-18 14:04:54 JackH has joined
 796 2014-06-18 14:07:29 [nsh] has joined
 797 2014-06-18 14:09:48 Zarutian has quit (Ping timeout: 255 seconds)
 798 2014-06-18 14:10:51 xenog has joined
 799 2014-06-18 14:13:07 paveljanik has joined
 800 2014-06-18 14:15:25 Grouver has quit (Remote host closed the connection)
 801 2014-06-18 14:16:18 Zarutian has joined
 802 2014-06-18 14:16:27 Pullphinger has joined
 803 2014-06-18 14:16:52 Someguy123 has quit (Ping timeout: 264 seconds)
 804 2014-06-18 14:19:22 studybot has joined
 805 2014-06-18 14:21:47 mrkent has joined
 806 2014-06-18 14:22:58 [nsh] has quit (Ping timeout: 272 seconds)
 807 2014-06-18 14:24:46 gavinandresen has joined
 808 2014-06-18 14:29:47 DougieBot5000 has joined
 809 2014-06-18 14:30:53 dims_ has joined
 810 2014-06-18 14:35:28 ThomasV has quit (Ping timeout: 264 seconds)
 811 2014-06-18 14:35:59 yubrew has joined
 812 2014-06-18 14:38:35 seven has quit (Ping timeout: 245 seconds)
 813 2014-06-18 14:40:24 JackH has quit (Ping timeout: 255 seconds)
 814 2014-06-18 14:43:03 AndersAA has quit (Remote host closed the connection)
 815 2014-06-18 14:43:52 mr_burdell has quit (Ping timeout: 240 seconds)
 816 2014-06-18 14:44:42 mr_burdell has joined
 817 2014-06-18 14:46:08 Grouver has joined
 818 2014-06-18 14:46:11 Pullphinger has quit ()
 819 2014-06-18 14:46:52 pierreatwork has joined
 820 2014-06-18 14:47:20 AndersAA has joined
 821 2014-06-18 14:49:25 segy has quit (Ping timeout: 245 seconds)
 822 2014-06-18 14:50:30 sabfer has joined
 823 2014-06-18 14:51:28 mappum has joined
 824 2014-06-18 14:51:30 JackH has joined
 825 2014-06-18 14:52:06 pierreatwork has quit (Ping timeout: 272 seconds)
 826 2014-06-18 14:52:52 bbrian has quit (Ping timeout: 264 seconds)
 827 2014-06-18 14:53:31 segy has joined
 828 2014-06-18 14:53:42 mrkent has quit (Ping timeout: 240 seconds)
 829 2014-06-18 14:54:22 xenog has quit (Ping timeout: 240 seconds)
 830 2014-06-18 14:55:11 ender42 has quit (Quit: Konversation terminated!)
 831 2014-06-18 14:55:40 bbrian has joined
 832 2014-06-18 14:56:28 mappum has quit (Ping timeout: 264 seconds)
 833 2014-06-18 15:00:12 btiefert has quit (Read error: Connection reset by peer)
 834 2014-06-18 15:00:35 kermit has quit (Quit: Leaving.)
 835 2014-06-18 15:03:04 Grouver has quit (Quit: Leaving)
 836 2014-06-18 15:05:31 abossard has quit (Quit: abossard)
 837 2014-06-18 15:08:06 xenog has joined
 838 2014-06-18 15:08:25 <michagogo> wumpus: right.
 839 2014-06-18 15:08:50 kermit has joined
 840 2014-06-18 15:09:59 seven has joined
 841 2014-06-18 15:11:27 dims_ has quit (Ping timeout: 255 seconds)
 842 2014-06-18 15:11:58 sustrik has quit (Quit: Leaving)
 843 2014-06-18 15:16:16 grandmaster has joined
 844 2014-06-18 15:17:47 grandmaster has left ()
 845 2014-06-18 15:20:16 terve has quit (Quit: Page closed)
 846 2014-06-18 15:21:29 [BNC]dansmith has joined
 847 2014-06-18 15:21:29 [BNC]dansmith has quit (Changing host)
 848 2014-06-18 15:21:29 [BNC]dansmith has joined
 849 2014-06-18 15:21:45 davout has quit (Quit: kthxbye)
 850 2014-06-18 15:22:28 Forex has joined
 851 2014-06-18 15:22:30 Pelk has joined
 852 2014-06-18 15:23:04 Pelk has left ("Leaving")
 853 2014-06-18 15:23:07 weilu has quit (Remote host closed the connection)
 854 2014-06-18 15:28:39 lorenzoasr has quit (Quit: Ex-Chat)
 855 2014-06-18 15:29:40 jMyles has joined
 856 2014-06-18 15:30:03 weilu has joined
 857 2014-06-18 15:31:21 micronxd has joined
 858 2014-06-18 15:32:11 daybyter has quit (Quit: Konversation terminated!)
 859 2014-06-18 15:33:04 JackH has quit (Ping timeout: 255 seconds)
 860 2014-06-18 15:35:18 <michagogo> Hm, apparently the $j extban is now available on free use
 861 2014-06-18 15:35:21 <michagogo> Freenode*
 862 2014-06-18 15:36:26 <michagogo> So you can mirror one channel's ban list onto another, AIUI
 863 2014-06-18 15:36:40 dims_ has joined
 864 2014-06-18 15:36:57 <michagogo> So if you, for example, set /mode #bitcoin-dev +b $j:#bitcoin
 865 2014-06-18 15:37:20 <michagogo> That will mean that anyone banned there will be autobanned here
 866 2014-06-18 15:39:42 sabbie is now known as Sabbie
 867 2014-06-18 15:40:50 weilu has quit (Remote host closed the connection)
 868 2014-06-18 15:46:42 dims_ has quit (Ping timeout: 240 seconds)
 869 2014-06-18 15:47:40 <phantomcircuit> michagogo, do they count the bans in the other channel against the banlist limit for your channel?
 870 2014-06-18 15:47:50 <phantomcircuit> if not then well
 871 2014-06-18 15:47:51 <phantomcircuit> unlimited ban list
 872 2014-06-18 15:48:00 dims_ has joined
 873 2014-06-18 15:48:11 <michagogo> phantomcircuit: hm, good question. I have no idea.
 874 2014-06-18 15:49:34 Subo1977 has joined
 875 2014-06-18 15:50:52 bbrian has quit (Ping timeout: 240 seconds)
 876 2014-06-18 15:52:00 viajero has quit (Quit: viajero)
 877 2014-06-18 15:53:16 Subo1977_ has quit (Ping timeout: 264 seconds)
 878 2014-06-18 15:55:32 <michagogo> phantomcircuit: not unlimited
 879 2014-06-18 15:55:40 <michagogo> But x^2
 880 2014-06-18 15:56:23 <michagogo> #freenode seems to think that it doesn't count the target channel bans against your limit
 881 2014-06-18 15:56:30 <michagogo> But it doesn't recurse either
 882 2014-06-18 15:57:25 phantomcircuit has quit (Quit: quit)
 883 2014-06-18 15:57:48 phantomcircuit has joined
 884 2014-06-18 15:59:11 ericmuyser has joined
 885 2014-06-18 15:59:17 papa2 has joined
 886 2014-06-18 15:59:54 Blackreign has joined
 887 2014-06-18 16:00:06 <phantomcircuit> michagogo, isn't the channel limit like 1024 bans or something?
 888 2014-06-18 16:00:11 skinnkavaj has joined
 889 2014-06-18 16:01:46 dims_ has quit (Ping timeout: 272 seconds)
 890 2014-06-18 16:02:28 ArthurNumbanumba has quit (Ping timeout: 264 seconds)
 891 2014-06-18 16:02:45 Einewton has quit (Ping timeout: 255 seconds)
 892 2014-06-18 16:02:52 papa3 has quit (Ping timeout: 264 seconds)
 893 2014-06-18 16:03:01 graingert has joined
 894 2014-06-18 16:03:01 graingert has quit (Changing host)
 895 2014-06-18 16:03:01 graingert has joined
 896 2014-06-18 16:03:07 Zarutian has quit (Ping timeout: 244 seconds)
 897 2014-06-18 16:03:15 Einewton has joined
 898 2014-06-18 16:03:18 kermit has quit (Quit: Leaving.)
 899 2014-06-18 16:04:03 <michagogo> phantomcircuit: idk
 900 2014-06-18 16:04:26 <michagogo> If it is, this increases it to a M-ban
 901 2014-06-18 16:04:31 <phantomcircuit> it's large enough that n^2 is pretty close to unlimited
 902 2014-06-18 16:05:02 t7 has quit (Quit: home)
 903 2014-06-18 16:05:52 graingert_ has quit (Ping timeout: 240 seconds)
 904 2014-06-18 16:05:54 Zarutian has joined
 905 2014-06-18 16:07:48 kermit has joined
 906 2014-06-18 16:08:42 gonedrk has quit (Ping timeout: 240 seconds)
 907 2014-06-18 16:09:11 sahlhoff has joined
 908 2014-06-18 16:11:32 bbrian has joined
 909 2014-06-18 16:11:54 Zarutian has quit (Ping timeout: 272 seconds)
 910 2014-06-18 16:16:32 Zarutian has joined
 911 2014-06-18 16:16:34 ArthurNumbanumba has joined
 912 2014-06-18 16:18:51 sabfer has quit (Remote host closed the connection)
 913 2014-06-18 16:20:47 <lifty> hi gents. I have a confusion regarding transactions. Is there any difference between multisig transactions and p2sh transactions?
 914 2014-06-18 16:20:52 Gyps has joined
 915 2014-06-18 16:21:24 prepost has quit (Ping timeout: 272 seconds)
 916 2014-06-18 16:21:55 sabfer has joined
 917 2014-06-18 16:25:38 hmsimha has joined
 918 2014-06-18 16:25:39 <poutine> bitcoin script question, if the scriptSig in the txin does a OP_1 OP_TOALTSTACK, why would that not work with a txout's scriptPubKey that is "OP_FALSE OP_FROMALTSTACK"?
 919 2014-06-18 16:26:28 bbrian has quit (Ping timeout: 272 seconds)
 920 2014-06-18 16:26:40 rdymac has quit (Excess Flood)
 921 2014-06-18 16:27:04 lclc has quit (Quit: Konversation terminated!)
 922 2014-06-18 16:28:54 bbrian has joined
 923 2014-06-18 16:30:36 sahlhoff has quit (Quit: sahlhoff)
 924 2014-06-18 16:31:26 rdymac has joined
 925 2014-06-18 16:33:11 Gyps has quit (Ping timeout: 245 seconds)
 926 2014-06-18 16:33:20 mpmcsweeney has joined
 927 2014-06-18 16:33:33 abossard has joined
 928 2014-06-18 16:34:52 ArthurNumbanumba has quit (Ping timeout: 240 seconds)
 929 2014-06-18 16:36:47 viajero has joined
 930 2014-06-18 16:36:58 gfinn has joined
 931 2014-06-18 16:37:39 sabfer has quit (Remote host closed the connection)
 932 2014-06-18 16:38:18 <gavinandresen> poutine : because the alt stack is cleared between executing the scriptSig and executing the scriptPubKey.
 933 2014-06-18 16:38:32 ionstorm has quit (Ping timeout: 240 seconds)
 934 2014-06-18 16:38:52 WormDr1nk has quit (Ping timeout: 240 seconds)
 935 2014-06-18 16:40:09 ArthurNumbanumba has joined
 936 2014-06-18 16:44:13 ThomasV has joined
 937 2014-06-18 16:44:14 p8m has joined
 938 2014-06-18 16:44:55 <poutine> Interesting, did not know that, thanks gavinandresen
 939 2014-06-18 16:45:11 JackH has joined
 940 2014-06-18 16:45:37 prepost has joined
 941 2014-06-18 16:46:26 sabfer has joined
 942 2014-06-18 16:47:12 gavinandresen has quit (Quit: gavinandresen)
 943 2014-06-18 16:48:52 postpre has joined
 944 2014-06-18 16:49:44 prepost has quit (Ping timeout: 240 seconds)
 945 2014-06-18 16:50:41 sabfer has quit (Ping timeout: 245 seconds)
 946 2014-06-18 16:51:52 jaekwon has joined
 947 2014-06-18 16:51:52 erasmospunk has joined
 948 2014-06-18 16:52:36 sam__ has joined
 949 2014-06-18 16:54:55 WKNiGHT- is now known as WKNiGht
 950 2014-06-18 16:54:59 WKNiGht is now known as WKNiGHT
 951 2014-06-18 16:55:46 sabfer has joined
 952 2014-06-18 16:56:17 xenog has left ()
 953 2014-06-18 16:56:31 Gyps has joined
 954 2014-06-18 16:58:00 haskoiner has quit (Quit: haskoiner)
 955 2014-06-18 16:59:12 gonedrk has joined
 956 2014-06-18 17:00:40 sabfer has quit (Ping timeout: 264 seconds)
 957 2014-06-18 17:01:09 <hearn> poutine: there's no point putting anything but data into scriptSig as it runs with no input
 958 2014-06-18 17:03:27 dims_ has joined
 959 2014-06-18 17:04:47 sabfer has joined
 960 2014-06-18 17:06:40 jMyles has quit (Ping timeout: 255 seconds)
 961 2014-06-18 17:06:46 ubuntuDoubts has joined
 962 2014-06-18 17:06:52 <ubuntuDoubts> Hi all can somebody just help me out with 1 thing?
 963 2014-06-18 17:07:02 <ubuntuDoubts> when compiling without the genesis hash
 964 2014-06-18 17:07:07 <ubuntuDoubts> where i look to core dump?
 965 2014-06-18 17:07:11 <ubuntuDoubts> Where is it at ubuntu ?
 966 2014-06-18 17:07:31 <ubuntuDoubts> the folder that dump the debug.log
 967 2014-06-18 17:07:31 <ubuntuDoubts> ?
 968 2014-06-18 17:08:09 jMyles has joined
 969 2014-06-18 17:13:37 <ubuntuDoubts> how can i find the file that terminal dumped with the hash merkel and genesis
 970 2014-06-18 17:13:38 <ubuntuDoubts> pls..
 971 2014-06-18 17:14:41 brson has joined
 972 2014-06-18 17:15:22 Guest26750 is now known as bonks
 973 2014-06-18 17:15:27 bonks has quit (Changing host)
 974 2014-06-18 17:15:27 bonks has joined
 975 2014-06-18 17:15:28 maraoz has quit (Ping timeout: 244 seconds)
 976 2014-06-18 17:20:12 Eiii has joined
 977 2014-06-18 17:21:01 sahlhoff has joined
 978 2014-06-18 17:21:09 AnoAnon has joined
 979 2014-06-18 17:21:50 ninjashogun has joined
 980 2014-06-18 17:23:26 <ninjashogun> Hi.  I was banned by andytosh i from #bitcoin and I'd like this ban removed as it concerned simple disagreement over the nature of low-probability events and does not warranty this reaction.  I don't think a crypto network is stronger by banning discussion of its relationship with its design goals.
 981 2014-06-18 17:24:01 <ninjashogun> warrant*
 982 2014-06-18 17:24:40 graingert has quit (Ping timeout: 255 seconds)
 983 2014-06-18 17:26:38 ubuntuDoubts has quit (Ping timeout: 246 seconds)
 984 2014-06-18 17:26:59 williamcotton has joined
 985 2014-06-18 17:27:22 haskoiner has joined
 986 2014-06-18 17:28:28 micronxd has quit (Quit: micronxd)
 987 2014-06-18 17:29:58 Zarutian has quit (Quit: Zarutian)
 988 2014-06-18 17:30:15 <RBecker> ninjashogun: take it up with him directly, this isn't a deliberation channel
 989 2014-06-18 17:31:10 <ninjashogun> ok
 990 2014-06-18 17:31:35 ionstorm has joined
 991 2014-06-18 17:32:05 ninjashogun has quit ()
 992 2014-06-18 17:33:52 sahlhoff has quit (Quit: sahlhoff)
 993 2014-06-18 17:36:33 graingert has joined
 994 2014-06-18 17:36:33 graingert has quit (Changing host)
 995 2014-06-18 17:36:33 graingert has joined
 996 2014-06-18 17:38:23 akstunt600 has joined
 997 2014-06-18 17:39:44 OneMiner1 has joined
 998 2014-06-18 17:39:52 IGHOR has quit (Ping timeout: 240 seconds)
 999 2014-06-18 17:41:00 viajero has quit (Quit: viajero)
1000 2014-06-18 17:41:00 OneMiner has quit (Ping timeout: 252 seconds)
1001 2014-06-18 17:44:53 MaxSan has joined
1002 2014-06-18 17:45:37 Aido_ has joined
1003 2014-06-18 17:45:53 damethos has joined
1004 2014-06-18 17:45:59 damethos has quit (Client Quit)
1005 2014-06-18 17:47:18 tris has joined
1006 2014-06-18 17:48:04 zone117x has quit (Read error: Connection reset by peer)
1007 2014-06-18 17:48:19 zone117x has joined
1008 2014-06-18 17:48:22 Aido has quit (Ping timeout: 240 seconds)
1009 2014-06-18 17:53:37 postpre has quit (Read error: Connection reset by peer)
1010 2014-06-18 17:53:47 postpre has joined
1011 2014-06-18 17:54:01 MaxSan has quit (Ping timeout: 245 seconds)
1012 2014-06-18 17:55:07 yibgiugh has joined
1013 2014-06-18 17:55:17 MaxSan has joined
1014 2014-06-18 17:56:23 sam__ has quit (Ping timeout: 246 seconds)
1015 2014-06-18 17:57:31 dims_ has quit (Ping timeout: 255 seconds)
1016 2014-06-18 17:59:01 IGHOR has joined
1017 2014-06-18 17:59:56 theorbtwo has quit (Read error: Connection reset by peer)
1018 2014-06-18 18:02:21 Application has quit (Remote host closed the connection)
1019 2014-06-18 18:02:32 micronxd has joined
1020 2014-06-18 18:04:00 IGHOR has quit (Ping timeout: 272 seconds)
1021 2014-06-18 18:04:22 MaxSan has quit (Ping timeout: 240 seconds)
1022 2014-06-18 18:05:28 grsce has joined
1023 2014-06-18 18:05:33 dims_ has joined
1024 2014-06-18 18:05:40 t7 has joined
1025 2014-06-18 18:07:46 yibgiugh has quit (Ping timeout: 245 seconds)
1026 2014-06-18 18:09:10 Forex has left ()
1027 2014-06-18 18:11:59 ionstorm has quit (Remote host closed the connection)
1028 2014-06-18 18:12:04 ThomasV has quit (Ping timeout: 264 seconds)
1029 2014-06-18 18:13:02 slashroot_ has joined
1030 2014-06-18 18:13:03 slashroot_ has quit (Read error: Connection reset by peer)
1031 2014-06-18 18:14:36 ionstorm has joined
1032 2014-06-18 18:14:36 chainey has joined
1033 2014-06-18 18:15:01 damethos has joined
1034 2014-06-18 18:16:16 <michagogo> ;;blocks
1035 2014-06-18 18:16:17 <gribble> 306531
1036 2014-06-18 18:17:18 <michagogo> Hm, does 2014-06-18 18:02:00 ERROR: AcceptToMemoryPool : inputs already spent
1037 2014-06-18 18:17:23 <michagogo> only appear with txindex=1?
1038 2014-06-18 18:18:01 davout has joined
1039 2014-06-18 18:19:00 Zarutian has joined
1040 2014-06-18 18:19:18 JackH has quit (Quit: JackH)
1041 2014-06-18 18:20:01 ionstorm has quit (Ping timeout: 255 seconds)
1042 2014-06-18 18:21:14 agricocb has quit (Quit: Leaving.)
1043 2014-06-18 18:21:22 damethos_ has joined
1044 2014-06-18 18:22:12 asdf74 has joined
1045 2014-06-18 18:22:22 damethos has quit (Ping timeout: 272 seconds)
1046 2014-06-18 18:22:22 akstunt600 has quit (Read error: Connection reset by peer)
1047 2014-06-18 18:22:52 asdf74 has quit ()
1048 2014-06-18 18:23:19 Forex has joined
1049 2014-06-18 18:23:20 akstunt600 has joined
1050 2014-06-18 18:25:07 ionstorm has joined
1051 2014-06-18 18:25:26 agricocb has joined
1052 2014-06-18 18:25:28 agricocb has quit (Client Quit)
1053 2014-06-18 18:27:56 daybyter has joined
1054 2014-06-18 18:29:47 damethos_ has quit (Quit: Bye)
1055 2014-06-18 18:30:53 agricocb has joined
1056 2014-06-18 18:31:36 tombtc has joined
1057 2014-06-18 18:33:14 micronxd has quit (Quit: micronxd)
1058 2014-06-18 18:38:17 [BNC]dansmith is now known as dansmith_btc
1059 2014-06-18 18:39:37 MolokoDeck has joined
1060 2014-06-18 18:39:49 dims_ has quit (Ping timeout: 255 seconds)
1061 2014-06-18 18:40:12 bbrian has quit (Ping timeout: 244 seconds)
1062 2014-06-18 18:42:58 micronxd has joined
1063 2014-06-18 18:47:12 bbrian has joined
1064 2014-06-18 18:47:44 gonedrk has quit (Ping timeout: 240 seconds)
1065 2014-06-18 18:48:20 deego has quit (Remote host closed the connection)
1066 2014-06-18 18:48:58 coeus has joined
1067 2014-06-18 18:52:21 hearn has quit ()
1068 2014-06-18 18:54:16 <michagogo> Hm, what's the subver /Satoshi:0.8.2.2/ ?
1069 2014-06-18 18:54:17 lclc has joined
1070 2014-06-18 18:54:23 <michagogo> (what's 0.8.2.2?)
1071 2014-06-18 18:54:57 chmod755 has joined
1072 2014-06-18 18:56:48 phoenix54 has joined
1073 2014-06-18 18:58:25 phoenix54 has quit (Client Quit)
1074 2014-06-18 19:00:15 phoenix52 has joined
1075 2014-06-18 19:04:29 <dsnrk> michagogo: don't know, but there's ~60 of them running that version
1076 2014-06-18 19:04:41 dims_ has joined
1077 2014-06-18 19:04:48 Application has joined
1078 2014-06-18 19:05:17 <dsnrk> there's also 0.8.2.1 (5 nodes)
1079 2014-06-18 19:06:07 <dsnrk> 0.8.1.99 (6 nodes)
1080 2014-06-18 19:06:58 <dsnrk> https://getaddr.bitnodes.io/nodes/1403118000/?q=/Satoshi:0.8.2.2/ < that's handy
1081 2014-06-18 19:08:38 Malakai33 has quit (Quit: Leaving)
1082 2014-06-18 19:08:57 <michagogo> phantomcircuit: MAXLIST=bqeI:100
1083 2014-06-18 19:09:31 <michagogo> So the $j:#channel extban increases the ban list from 100 to 10,000 entries
1084 2014-06-18 19:10:48 Arnavion has quit (Remote host closed the connection)
1085 2014-06-18 19:10:56 <phantomcircuit> michagogo, i wonder how it's implemented
1086 2014-06-18 19:11:08 Arnavion has joined
1087 2014-06-18 19:11:09 <michagogo> It's opensource, go and see!
1088 2014-06-18 19:11:28 Zarutian has quit (Ping timeout: 264 seconds)
1089 2014-06-18 19:11:46 jcrubino2 has joined
1090 2014-06-18 19:12:00 grsce has quit (Read error: Connection reset by peer)
1091 2014-06-18 19:12:50 <jcorgan> i never checked before, but the 0.9.2 splashbox says 0.9.2-beta.  is that normal?
1092 2014-06-18 19:13:13 dims_ has quit (Ping timeout: 240 seconds)
1093 2014-06-18 19:13:26 go1111111 has joined
1094 2014-06-18 19:13:33 grsce has joined
1095 2014-06-18 19:15:41 <chmod755> jcorgan, bitcoin is beta, yes
1096 2014-06-18 19:16:00 <phantomcircuit> michagogo, is it?
1097 2014-06-18 19:16:02 <phantomcircuit> oh ok then
1098 2014-06-18 19:21:39 jMyles has quit (Read error: Connection reset by peer)
1099 2014-06-18 19:23:54 ionstorm has quit (Quit: Leaving)
1100 2014-06-18 19:27:11 deego has joined
1101 2014-06-18 19:29:17 Dizzle has joined
1102 2014-06-18 19:33:06 xenog has joined
1103 2014-06-18 19:34:08 Skirmant has joined
1104 2014-06-18 19:36:29 jMyles has joined
1105 2014-06-18 19:37:58 Pullphinger has joined
1106 2014-06-18 19:39:58 Guest82183 has joined
1107 2014-06-18 19:42:15 Guest82183 is now known as [EddyFerreira]
1108 2014-06-18 19:45:13 MaxSan has joined
1109 2014-06-18 19:48:56 xenog has quit (Ping timeout: 240 seconds)
1110 2014-06-18 19:54:02 Emzy has quit (Quit: Textual IRC Client: http://www.textualapp.com/)
1111 2014-06-18 19:56:42 bsm117532 has quit (Remote host closed the connection)
1112 2014-06-18 19:58:24 chainey has quit (Quit: Connection reset by beer)
1113 2014-06-18 19:59:52 sahlhoff has joined
1114 2014-06-18 20:01:25 brson has quit (Read error: Connection reset by peer)
1115 2014-06-18 20:01:31 brson has joined
1116 2014-06-18 20:06:27 Gyps has quit (Read error: No route to host)
1117 2014-06-18 20:08:00 econo has joined
1118 2014-06-18 20:08:03 <econo> hiya
1119 2014-06-18 20:08:29 JackH has joined
1120 2014-06-18 20:12:15 [EddyFerreira] has quit (Quit: coding,sleeping or doing something better than chatting to you.)
1121 2014-06-18 20:12:49 <Forex> :)
1122 2014-06-18 20:12:51 <Forex> hi
1123 2014-06-18 20:13:26 jcrubino2 has left ("Leaving")
1124 2014-06-18 20:13:38 gonedrk has joined
1125 2014-06-18 20:16:08 [EddyF] has joined
1126 2014-06-18 20:16:31 [EddyF] is now known as Guest28303
1127 2014-06-18 20:17:39 wallet42 has quit (Quit: Leaving.)
1128 2014-06-18 20:17:53 Pibs has joined
1129 2014-06-18 20:18:07 <Pibs> Any developers here?
1130 2014-06-18 20:18:44 Pibs has quit (Quit: Page closed)
1131 2014-06-18 20:20:53 lclc has quit (Quit: Konversation terminated!)
1132 2014-06-18 20:20:55 xenog has joined
1133 2014-06-18 20:21:27 <Forex> yes u
1134 2014-06-18 20:22:49 viajero has joined
1135 2014-06-18 20:24:35 Gyps has joined
1136 2014-06-18 20:26:44 erasmospunk has quit (Remote host closed the connection)
1137 2014-06-18 20:27:08 bbrian has quit (Ping timeout: 272 seconds)
1138 2014-06-18 20:27:13 AnoAnon has quit (Ping timeout: 240 seconds)
1139 2014-06-18 20:29:33 mpmcsweeney has quit ()
1140 2014-06-18 20:37:11 theorbtwo has joined
1141 2014-06-18 20:39:06 Guest28303 has quit (Quit: coding,sleeping or doing something better than chatting to you.)
1142 2014-06-18 20:39:43 MaxSan has quit (Ping timeout: 240 seconds)
1143 2014-06-18 20:42:21 MaxSan has joined
1144 2014-06-18 20:42:33 Emzy has joined
1145 2014-06-18 20:44:26 bbrian has joined
1146 2014-06-18 20:47:24 ThomasV has joined
1147 2014-06-18 20:52:18 jedunnigan has joined
1148 2014-06-18 20:52:44 viajero has quit (Read error: Connection reset by peer)
1149 2014-06-18 20:55:03 Tiraspol has quit (Ping timeout: 244 seconds)
1150 2014-06-18 20:55:24 viajero has joined
1151 2014-06-18 20:55:57 mappum has joined
1152 2014-06-18 20:56:36 paveljanik has quit (Ping timeout: 244 seconds)
1153 2014-06-18 20:56:59 Tiraspol has joined
1154 2014-06-18 20:57:20 micronxd has quit (Quit: micronxd)
1155 2014-06-18 20:58:25 micronxd has joined
1156 2014-06-18 20:59:50 Someguy123 has joined
1157 2014-06-18 20:59:55 Someguy123 has quit (Excess Flood)
1158 2014-06-18 21:00:13 mappum has quit (Ping timeout: 244 seconds)
1159 2014-06-18 21:01:11 Someguy123 has joined
1160 2014-06-18 21:01:43 bbrian has quit (Ping timeout: 240 seconds)
1161 2014-06-18 21:02:32 sabfer has quit (Remote host closed the connection)
1162 2014-06-18 21:03:52 seven has quit (Ping timeout: 272 seconds)
1163 2014-06-18 21:06:45 belcher has joined
1164 2014-06-18 21:07:25 Forex has quit (Ping timeout: 255 seconds)
1165 2014-06-18 21:09:02 Apexseals has joined
1166 2014-06-18 21:09:04 crunk-juice has quit (Remote host closed the connection)
1167 2014-06-18 21:09:17 tigereye has joined
1168 2014-06-18 21:09:52 dims_ has joined
1169 2014-06-18 21:10:28 <tigereye> So I'm looking for some info and am hoping someone in this channel can assist...
1170 2014-06-18 21:10:52 econo has quit (Ping timeout: 240 seconds)
1171 2014-06-18 21:10:53 <tigereye> Sipa created a patch last year for watch-only addresses... https://github.com/bitcoin/bitcoin/pull/2861
1172 2014-06-18 21:11:29 <tigereye> That pull request has been closed and it seems like the feature wasn't added. THere is talk in the discussion of that PR about making watch-only *wallets* rather than adding watch-only *addresses* to a wallet...
1173 2014-06-18 21:12:10 <tigereye> I'm wondering if watch-only wallet functionality was added to Bitcoin core instead? If so, does this feature give the user the ability to tell bitcoind to watch an address?
1174 2014-06-18 21:12:47 <tigereye> like... with the latest-greatest bitcoind code, can I set up a keyless bitcoind that will call txnotify whenever a transaction occurrs that involves one or more particular addresses?
1175 2014-06-18 21:12:59 <tigereye> Thanks for any insight you can give on this Q :)
1176 2014-06-18 21:15:07 userguy243 has joined
1177 2014-06-18 21:15:28 userguy243 is now known as econo
1178 2014-06-18 21:15:57 grsce has quit (Quit: Leaving)
1179 2014-06-18 21:16:06 sneak has quit (Ping timeout: 264 seconds)
1180 2014-06-18 21:16:42 sneak has joined
1181 2014-06-18 21:16:52 plaprade has quit (Ping timeout: 240 seconds)
1182 2014-06-18 21:17:56 seven has joined
1183 2014-06-18 21:18:27 micronxd has quit (Quit: micronxd)
1184 2014-06-18 21:18:32 Sabbie is now known as sabbie
1185 2014-06-18 21:18:51 viic has quit (Quit: Quitting)
1186 2014-06-18 21:19:12 Internet13 has quit (Read error: Connection reset by peer)
1187 2014-06-18 21:20:16 jMyles has quit (Ping timeout: 245 seconds)
1188 2014-06-18 21:22:37 sahlhoff has quit (Quit: sahlhoff)
1189 2014-06-18 21:24:12 jhtfcvf has joined
1190 2014-06-18 21:24:28 dims_ has quit (Read error: Connection reset by peer)
1191 2014-06-18 21:24:55 dims_ has joined
1192 2014-06-18 21:25:44 daybyter has quit (Quit: Konversation terminated!)
1193 2014-06-18 21:27:10 Pullphinger has quit ()
1194 2014-06-18 21:27:43 Burrito is now known as Burrito_
1195 2014-06-18 21:28:20 Burrito_ is now known as Burrito
1196 2014-06-18 21:28:29 chainey has joined
1197 2014-06-18 21:29:00 chainey has quit (Remote host closed the connection)
1198 2014-06-18 21:30:08 dims_ has quit (Ping timeout: 240 seconds)
1199 2014-06-18 21:30:35 jMyles has joined
1200 2014-06-18 21:31:06 samson_ has quit (Ping timeout: 272 seconds)
1201 2014-06-18 21:31:41 samson_ has joined
1202 2014-06-18 21:31:51 Guest26176 has joined
1203 2014-06-18 21:32:31 Internet13 has joined
1204 2014-06-18 21:32:35 Guest26176 has quit (Client Quit)
1205 2014-06-18 21:33:49 tombtc has quit (Quit: Wychodzi)
1206 2014-06-18 21:42:04 xenog has quit (Ping timeout: 244 seconds)
1207 2014-06-18 21:43:55 crunk-juice has joined
1208 2014-06-18 21:47:34 sabfer has joined
1209 2014-06-18 21:49:28 ThomasV has quit (Ping timeout: 272 seconds)
1210 2014-06-18 21:56:33 mappum has joined
1211 2014-06-18 21:57:14 skinnkavaj has quit (Ping timeout: 240 seconds)
1212 2014-06-18 22:00:58 mappum has quit (Ping timeout: 255 seconds)
1213 2014-06-18 22:02:46 johnsoft has quit (Ping timeout: 245 seconds)
1214 2014-06-18 22:04:40 mr_burdell has quit (Ping timeout: 272 seconds)
1215 2014-06-18 22:05:12 yubrew has quit (Remote host closed the connection)
1216 2014-06-18 22:06:14 neozaru has quit (Remote host closed the connection)
1217 2014-06-18 22:11:28 Emzy has quit (Quit: Textual IRC Client: www.textualapp.com)
1218 2014-06-18 22:12:07 Blackreign has quit ()
1219 2014-06-18 22:13:25 c0rw1n_ has joined
1220 2014-06-18 22:13:42 c0rw1n_ has quit (Remote host closed the connection)
1221 2014-06-18 22:14:11 c0rw1n_ has joined
1222 2014-06-18 22:14:28 drdo has quit (Quit: :O)
1223 2014-06-18 22:14:41 kermit has quit (Quit: Leaving.)
1224 2014-06-18 22:15:17 drdo has joined
1225 2014-06-18 22:15:21 c0rw1n has quit (Ping timeout: 240 seconds)
1226 2014-06-18 22:17:01 skizzor has joined
1227 2014-06-18 22:17:22 skizzor has quit (Client Quit)
1228 2014-06-18 22:17:39 skizzor has joined
1229 2014-06-18 22:19:50 dims_ has joined
1230 2014-06-18 22:21:44 drdo has quit (Quit: :O)
1231 2014-06-18 22:22:22 drdo has joined
1232 2014-06-18 22:23:38 dims_ has quit (Read error: Connection reset by peer)
1233 2014-06-18 22:24:04 dims_ has joined
1234 2014-06-18 22:26:24 skinnkavaj has joined
1235 2014-06-18 22:26:28 agricocb has quit (Ping timeout: 264 seconds)
1236 2014-06-18 22:28:03 agricocb has joined
1237 2014-06-18 22:28:03 agricocb has quit (Client Quit)
1238 2014-06-18 22:28:12 crunk-juice has quit (Remote host closed the connection)
1239 2014-06-18 22:29:46 jedunnig_ has joined
1240 2014-06-18 22:31:27 drdo has quit (Quit: :O)
1241 2014-06-18 22:31:58 drdo has joined
1242 2014-06-18 22:32:04 jedunnigan has quit (Read error: Connection reset by peer)
1243 2014-06-18 22:33:26 yubrew has joined
1244 2014-06-18 22:34:54 Namworld has joined
1245 2014-06-18 22:35:13 crunk-juice has joined
1246 2014-06-18 22:36:08 econo is now known as ninjashogun
1247 2014-06-18 22:36:44 viic has joined
1248 2014-06-18 22:37:52 yubrew has quit (Ping timeout: 244 seconds)
1249 2014-06-18 22:50:52 mjb504_ has joined
1250 2014-06-18 22:50:57 mjb504 has quit (Ping timeout: 240 seconds)
1251 2014-06-18 22:54:07 ninjashogun has quit (Quit: Leaving)
1252 2014-06-18 22:54:45 t7 has quit (Quit: sleepy time)
1253 2014-06-18 22:55:35 kermit has joined
1254 2014-06-18 23:00:47 GAit has joined
1255 2014-06-18 23:01:18 chmod755 has quit (Quit: Leaving)
1256 2014-06-18 23:06:00 brianhoffman has joined
1257 2014-06-18 23:07:20 jhtfcvf has quit (Quit: Leaving)
1258 2014-06-18 23:08:28 iutvfjyvgyj has joined
1259 2014-06-18 23:09:18 iutvfjyvgyj has quit (Remote host closed the connection)
1260 2014-06-18 23:11:38 wallet42 has joined
1261 2014-06-18 23:11:52 sahlhoff has joined
1262 2014-06-18 23:12:09 Guest55297 has joined
1263 2014-06-18 23:12:43 iutvfjyvgyj has joined
1264 2014-06-18 23:12:46 mr_burdell has joined
1265 2014-06-18 23:13:08 <GAit> banks are really changing their mind about btc
1266 2014-06-18 23:15:45 bbrian has joined
1267 2014-06-18 23:16:43 Zarutian has joined
1268 2014-06-18 23:16:53 Eiii has quit (Ping timeout: 240 seconds)
1269 2014-06-18 23:16:58 iutvfjyvgyj has quit (Read error: Connection reset by peer)
1270 2014-06-18 23:17:44 Burrito has quit (Quit: Leaving)
1271 2014-06-18 23:17:50 Eiii has joined
1272 2014-06-18 23:18:37 yyhfgytv has joined
1273 2014-06-18 23:19:25 <GAit> unrelated: JS is faster than Java for BIP32 ops + signing after profiling (tested on LG L5, 18 secs with java and 10 secs with JS) - then I found this http://www.stefankrause.net/wp/?p=144 that says "Once again: V8 is much faster than Dalvik and easily within a range of 2 to C!"
1274 2014-06-18 23:21:30 dims_ has quit (Ping timeout: 264 seconds)
1275 2014-06-18 23:22:29 hfcjh has joined
1276 2014-06-18 23:24:37 brianhoffman has quit (Remote host closed the connection)
1277 2014-06-18 23:25:07 yyhfgytv has quit (Ping timeout: 255 seconds)
1278 2014-06-18 23:25:51 twbt has quit (Ping timeout: 252 seconds)
1279 2014-06-18 23:25:54 Benjamin_ has joined
1280 2014-06-18 23:26:52 dignork has quit (Ping timeout: 264 seconds)
1281 2014-06-18 23:27:42 yubrew has joined
1282 2014-06-18 23:28:18 twbt has joined
1283 2014-06-18 23:28:29 agricocb has joined
1284 2014-06-18 23:28:52 dignork has joined
1285 2014-06-18 23:29:58 Dizzle has quit (Quit: Leaving...)
1286 2014-06-18 23:30:50 jedunnig_ has quit (Remote host closed the connection)
1287 2014-06-18 23:31:07 GAJon has joined
1288 2014-06-18 23:31:27 people has joined
1289 2014-06-18 23:31:29 DougieBot5000 has quit (Quit: Leaving)
1290 2014-06-18 23:31:33 xenog has joined
1291 2014-06-18 23:31:44 yubrew has quit (Ping timeout: 240 seconds)
1292 2014-06-18 23:34:27 roconnor has joined
1293 2014-06-18 23:35:04 wallet42 has quit (Quit: Leaving.)
1294 2014-06-18 23:35:38 GAJon has quit (Client Quit)
1295 2014-06-18 23:36:46 GA_jon has joined
1296 2014-06-18 23:37:02 wallet42 has joined
1297 2014-06-18 23:37:11 <people> hey, is there alredy pool soft that grant to the miners controll over if they are not a part of double spending attempt?
1298 2014-06-18 23:37:52 <GAit> people: not that i know of and if it exists is not in the wild
1299 2014-06-18 23:38:14 xenog has quit (Quit: Leaving.)
1300 2014-06-18 23:39:04 Skirmant has quit (Ping timeout: 255 seconds)
1301 2014-06-18 23:39:59 xabbix has joined
1302 2014-06-18 23:40:29 <people> you mean internet?
1303 2014-06-18 23:40:32 <gmaxwell> If there are no objections I'm going to set this channel to quiet anyone who is currently banned in #bitcoin or in #bitcoin-global-bans (a new freenode feature makes this possible). I intend to use global bans for crapflooding and such.
1304 2014-06-18 23:40:44 <gwillen> gmaxwell: +1
1305 2014-06-18 23:41:02 <gmaxwell> people: P2pool exists and is used by a non-trivial number of people, and gives miners complete control over their own work.
1306 2014-06-18 23:41:03 <xabbix> I'm getting the 'OpenSSL appears to lack support for elliptic curve cryptography.' message after building the bitcoind executable. I'm going to install OpenSSL from the source, but I don't know how to define the bitcoin ./configure file to take the openssl files from the compiled source.. any ideas?
1307 2014-06-18 23:44:49 <people> complete seems unlike because they may want to send fail hashes to the pool to participate in common sallary and at the same time send good hashes to the net by them selfs
1308 2014-06-18 23:45:20 GA_jon has quit (Ping timeout: 246 seconds)
1309 2014-06-18 23:45:24 <gmaxwell> people: no. No mining works in a way where that is possible.
1310 2014-06-18 23:45:36 <gmaxwell> This conversation should be in #bitcoin.
1311 2014-06-18 23:46:23 <GAit> gmaxwell: can I ask you out of curiosity what you are working on?
1312 2014-06-18 23:47:19 GA_jon has joined
1313 2014-06-18 23:50:53 sahlhoff has quit (Quit: sahlhoff)
1314 2014-06-18 23:51:18 <kazcw> xabbix: I think you just need to configure with --libdir and --includedir pointing to the compiled openssl. you on a redhad derivative?
1315 2014-06-18 23:52:42 <xabbix> kazcw, Yes, CentOS
1316 2014-06-18 23:56:29 llllllllll has quit (Remote host closed the connection)
1317 2014-06-18 23:57:36 GA_jon has quit (Quit: Konversation terminated!)
1318 2014-06-18 23:57:48 GA_jon has joined
1319 2014-06-18 23:57:55 GA_jon has quit (Client Quit)
1320 2014-06-18 23:58:11 mappum has joined
1321 2014-06-18 23:59:19 GA_jon has joined