Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194] helo=mx.sourceforge.net) by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1UykQH-0006Mt-G6 for bitcoin-development@lists.sourceforge.net; Mon, 15 Jul 2013 15:10:45 +0000 X-ACL-Warn: Received: from mail-bk0-f41.google.com ([209.85.214.41]) by sog-mx-4.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1UykQF-0002ZS-JW for bitcoin-development@lists.sourceforge.net; Mon, 15 Jul 2013 15:10:45 +0000 Received: by mail-bk0-f41.google.com with SMTP id jc3so4741305bkc.28 for ; Mon, 15 Jul 2013 08:10:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=733TH98kVt2eGU71TCD563iyflwR/j/HY7rHZnBVZ+M=; b=GIFsJr5PvbvvJ6L3UG4KtQekFCa7J/yRq5URCIFHwi/1BsuRKCSvMrRG65DBZHhbUg o0lsWccBLGQVKmDCOAlsS4IKOv0qzffQEUoHnIskYUjkO4ymgVcD5l+ULaUy13SDDD2l jpI0Kf1NWWrV8+5yp/n+6lNdyBZ8jURpKpzwu+PFbMy4F5wH7IH+A/4lBgeCUNam5Ubl ODmHJBXfqPfA1gSC8eXKu8y6A4oFktHB3YRV4VJZVGpMMcAM4oVEaFJSGqWsGyyLb/oT eZDf+hRV+livxH80+rrbBD9rDuIGXtR4YjJl7Gc/vDNm7BpxbtlvFoiOQwHrK8khNWb8 O0dg== X-Received: by 10.204.228.139 with SMTP id je11mr7971573bkb.83.1373899438534; Mon, 15 Jul 2013 07:43:58 -0700 (PDT) Received: from [127.0.0.1] (spftor5e1.privacyfoundation.ch. [77.109.139.26]) by mx.google.com with ESMTPSA id eu16sm12338150bkc.0.2013.07.15.07.43.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Jul 2013 07:43:57 -0700 (PDT) Sender: w grabhive Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=us-ascii From: Wendell In-Reply-To: Date: Mon, 15 Jul 2013 16:39:30 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Bitcoin Dev X-Mailer: Apple Mail (2.1283) X-Gm-Message-State: ALoCoQk1JY54mmRmjhWX8tuo+op37jUS0bZDc6Bx/h4afcuv3l6crYrRmw2/TB6y4HLH49MguDYi X-Spam-Score: 0.0 (/) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. X-Headers-End: 1UykQF-0002ZS-JW Subject: Re: [Bitcoin-development] Introducing BitcoinKit.framework X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jul 2013 15:10:45 -0000 Hi Mike, You are absolutely right about the synchronize time, it's one of our = main frustration points right now and we clearly won't deliver the kind = of user experience we want, without fixing this. Actually we were = thinking of extending Jeff Garzik's picocoin as time permits, but the = plan is far from concrete at the moment. What you say about trans-piling bitcoinj is _really_ appealing. We = discounted Java simply because an OS X JVM is no longer guaranteed, but = otherwise bitcoinj is ideal for our purposes. How can we assist or = otherwise accelerate such an effort? -w On Jul 15, 2013, at 3:19 PM, Mike Hearn wrote: > That's great! I'm all for more wallets, especially user friendly UIs. >=20 > However being based on bitcoind means it will take a very long time to = synchronize for new users. We know a lot of users drop out. The best fix = for this is SPV mode. Do you have any plans in this direction? >=20 > So far, the only SPV mode implementation I know about is bitcoinj. I = am experimenting with trans-piling bitcoinj to C++ to make it usable = from Objective-C++ exactly with your use case in mind.