Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191] helo=mx.sourceforge.net) by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1V1YEK-0004qB-Jz for bitcoin-development@lists.sourceforge.net; Tue, 23 Jul 2013 08:46:00 +0000 Received-SPF: pass (sog-mx-1.v43.ch3.sourceforge.com: domain of mac.com designates 17.158.236.237 as permitted sender) client-ip=17.158.236.237; envelope-from=gronager@mac.com; helo=nk11p04mm-asmtp002.mac.com; Received: from nk11p04mm-asmtpout002.mac.com ([17.158.236.237] helo=nk11p04mm-asmtp002.mac.com) by sog-mx-1.v43.ch3.sourceforge.com with esmtp (Exim 4.76) id 1V1YEJ-0002gd-I0 for bitcoin-development@lists.sourceforge.net; Tue, 23 Jul 2013 08:46:00 +0000 Received: from [10.6.0.99] (cpe.xe-3-1-0-415.bynqe10.dk.customer.tdc.net [188.180.67.254]) by nk11p04mm-asmtp002.mac.com (Oracle Communications Messaging Server 7u4-26.01(7.0.4.26.0) 64bit (built Jul 13 2012)) with ESMTPSA id <0MQD00EIDSCF5H60@nk11p04mm-asmtp002.mac.com> for bitcoin-development@lists.sourceforge.net; Tue, 23 Jul 2013 08:45:54 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.10.8794,1.0.431,0.0.0000 definitions=2013-07-23_03:2013-07-22, 2013-07-23, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1305010000 definitions=main-1307230020 Content-type: text/plain; charset=us-ascii MIME-version: 1.0 (Mac OS X Mail 6.5 \(1508\)) From: Michael Gronager In-reply-to: Date: Tue, 23 Jul 2013 10:45:51 +0200 Content-transfer-encoding: quoted-printable Message-id: <7745E7A9-4247-4090-9689-DBC77040A75C@mac.com> References: To: Andreas Schildbach X-Mailer: Apple Mail (2.1508) X-Spam-Score: -1.5 (-) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for sender-domain 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (gronager[at]mac.com) -0.0 SPF_PASS SPF: sender matches SPF record 0.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain X-Headers-End: 1V1YEJ-0002gd-I0 Cc: bitcoin-development@lists.sourceforge.net Subject: Re: [Bitcoin-development] HTTP REST API for bitcoind 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: Tue, 23 Jul 2013 08:46:00 -0000 Hi Andreas / Jeff, Access to the UTXO set can be done using libcoin (see the coinexplorer = example), which also has a rest interface. Access to the UTXO set pr = address/script requires indexing of all scripts, which was easy in = libcoin as the blockchain is stored in a sqlite database. Integrating = this in bitcoind would require setting up and maintaining such an index = ad hoc. Michael On Jul 23, 2013, at 10:27 , Andreas Schildbach = wrote: > On 07/22/2013 09:42 PM, Jeff Garzik wrote: >=20 >> The general goal of the HTTP REST interface is to access >> unauthenticated, public blockchain information. There is no plan to >> add wallet interfacing/manipulation via this API. >=20 > Is it planned to expose the UXTO set of a given address? That would be > useful for SPV wallets to be able to swipe a previously unknown = private > key (e.g. paper wallet). >=20 >=20 >=20 > = --------------------------------------------------------------------------= ---- > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > = http://pubads.g.doubleclick.net/gampad/clk?id=3D48808831&iu=3D/4140/ostg.c= lktrk > _______________________________________________ > Bitcoin-development mailing list > Bitcoin-development@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bitcoin-development