1 2013-01-24 00:36:45 <gavinandresen> Anybody still awake:  I cleaned out the pull-tester-machines disk, and reset it.  It will re-build and re-test every open pull, so expect extra github notification emails
 2 2013-01-24 00:42:15 <CodeShark> I'm still here :)
 3 2013-01-24 00:42:44 <CodeShark> yeah, the thing ran out of disk space again
 4 2013-01-24 00:47:05 <MobGod> CodeShark do you have a min that i can speak tol you about something in private
 5 2013-01-24 01:34:46 <phantomcircuit> sipa, you have any idea what happens if the first peer you connect to lies about it's block height?
 6 2013-01-24 01:34:53 <phantomcircuit> for example by saying it has block 1 billion
 7 2013-01-24 01:35:15 <phantomcircuit> im guessing you get stuck in a loop trying to get to the none existent 1 billionth block
 8 2013-01-24 01:54:11 <CodeShark> wumpus, you still here?
 9 2013-01-24 04:11:06 <gmaxwell> ;;ticker
10 2013-01-24 04:11:09 <gribble> BTCUSD ticker | Best bid: 18.46000, Best ask: 18.46999, Bid-ask spread: 0.00999, Last trade: 18.47000, 24 hour volume: 67750.03900945, 24 hour low: 16.80155, 24 hour high: 19.00000, 24 hour vwap: 17.58522
11 2013-01-24 04:20:01 <petertodd> anyone want to do a quick sanity check of my new dnsseed? testnet-seed.bitcoin.petertodd.org
12 2013-01-24 04:20:23 <petertodd> (it's for testnet as the name suggests)
13 2013-01-24 04:20:51 <CodeShark> the markets are too interesting to be programming right now :p
14 2013-01-24 04:21:05 <SomeoneWeird> lol
15 2013-01-24 04:21:17 <petertodd> wtf?!?!
16 2013-01-24 04:22:04 <petertodd> (recalculating net worth, ok, actually still small)
17 2013-01-24 04:24:36 <gmaxwell> :P
18 2013-01-24 04:33:06 <jgarzik> I <heart> Internet
19 2013-01-24 04:33:28 <jgarzik> miss 3 days of Internet, and the bitcoin market value shoots up even more
20 2013-01-24 04:47:40 <gmaxwell> jgarzik: Offline! now! you ! off!!!
21 2013-01-24 04:48:41 <SomeoneWeird> KICKKKKK
22 2013-01-24 05:08:00 <jgarzik> hehe
23 2013-01-24 05:55:03 <jgarzik> yum.  now available with bitcoin: http://www.gogreensolar.com/collections/solar-panels/watts-400-415
24 2013-01-24 06:34:13 <mariusursache> newbie question, if I copy the privkey (using dumpprivkey) shouldn
25 2013-01-24 06:34:39 <mariusursache> and import it in a different system, shouldn't the new system have the funds from the first one?
26 2013-01-24 06:34:49 <kuzetsa> mariusursache: yes
27 2013-01-24 06:35:35 <mariusursache> kuzetsa: any reason why this is not happening? (I'm doing it on testnet, using two different ubuntu users)
28 2013-01-24 06:37:26 <kuzetsa> I don't know how testnet works, sorry.
29 2013-01-24 06:37:57 <mariusursache> should work the same as main net. I'm using the same clients
30 2013-01-24 06:38:11 <kuzetsa> at least one bitcoin developer (the main dev of the armory bitcoin client) recommends against copying privkey between clients
31 2013-01-24 06:39:11 <kuzetsa> https://bitcointalk.org/index.php?topic=56424.msg1016866#msg1016866 <--- they don't like the idea because of how bitcoind / bitcoin-qt handles a privkey being used by a diff. client.
32 2013-01-24 06:41:35 <mariusursache> kuzetsa: it make sense what he says, I'm trying to figure how thing works, though
33 2013-01-24 06:41:37 <kuzetsa> wow that thread has anothre 40+ pages worth of posts since that topic last came up... just wow.
34 2013-01-24 06:42:15 <kuzetsa> mariusursache: I'm really not sure why or how it works or doesn't work or if it works
35 2013-01-24 06:42:40 <kuzetsa> it SHOULD work, assuming the dumpprivkey and import features aren't buggy
36 2013-01-24 06:43:22 <kuzetsa> it's basically the sort of thing that is useful for "cold storage / offline" wallets.
37 2013-01-24 06:43:59 <mariusursache> import gives no error message first time, then it says error: {"code":-4,"message":"Error adding key to wallet"}
38 2013-01-24 06:44:22 <kuzetsa> yeah, I dunno
39 2013-01-24 06:47:46 <mollison> I'm looking at the calculation of the probability of an attacker overcoming the honest chain from Satoshi's original paper
40 2013-01-24 06:48:02 <mollison> is that a mistake? i buy the case for p > q but not the case for p <= q
41 2013-01-24 07:04:20 <mollison> btw, i got my question answered elsewhere, so nobody here needs to think about it, thanks anyway though :P
42 2013-01-24 07:25:19 <sipa> mariusursache: adding fails because it's already there :)
43 2013-01-24 07:25:58 <mariusursache> sipa: I noticed that. then I found out that that a -rescan should help to get the funds back
44 2013-01-24 07:26:02 <mariusursache> but doesn't seem to help
45 2013-01-24 07:35:52 <sipa> phantomcircuit: the height announced in the version message is largely ignored
46 2013-01-24 07:47:56 <sipa> mariusursache: what funds are missing?
47 2013-01-24 07:49:33 <mariusursache> sipa: I was trying to see if exporting the private key from one account and importing it into another means that the coins will go with the key. I'm trying this on testnet, on ubuntu, using bitcoind
48 2013-01-24 07:49:45 <gmaxwell> BIP_34 appears to be at 50% of the last 1000.
49 2013-01-24 07:49:50 <gmaxwell> We should probably start tracking this.
50 2013-01-24 07:51:31 <gmaxwell> Since half the hashrate may soon shift to new owners it might trip over the threshold quite fast.
51 2013-01-24 07:52:14 <sipa> mariusursache: it should yes
52 2013-01-24 07:52:25 <sipa> mariusursache: but there are several pitfalls
53 2013-01-24 07:52:30 <mariusursache> shoot
54 2013-01-24 07:53:13 <gmaxwell> 18:35 < phantomcircuit> sipa, you have any idea what happens if the first peer you connect to lies about it's block height?
55 2013-01-24 07:53:19 <gmaxwell> "We're not idiots, thanks!"