Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191] helo=mx.sourceforge.net) by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1Tm74F-00043r-6d for bitcoin-development@lists.sourceforge.net; Fri, 21 Dec 2012 18:11:31 +0000 Received-SPF: pass (sog-mx-1.v43.ch3.sourceforge.com: domain of gmail.com designates 209.85.210.41 as permitted sender) client-ip=209.85.210.41; envelope-from=elombrozo@gmail.com; helo=mail-da0-f41.google.com; Received: from mail-da0-f41.google.com ([209.85.210.41]) by sog-mx-1.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1Tm74E-0006As-61 for bitcoin-development@lists.sourceforge.net; Fri, 21 Dec 2012 18:11:31 +0000 Received: by mail-da0-f41.google.com with SMTP id e20so2223254dak.28 for ; Fri, 21 Dec 2012 10:11:24 -0800 (PST) X-Received: by 10.66.73.138 with SMTP id l10mr39232848pav.44.1356113484398; Fri, 21 Dec 2012 10:11:24 -0800 (PST) Received: from [192.168.1.100] (cpe-72-130-140-12.san.res.rr.com. [72.130.140.12]) by mx.google.com with ESMTPS id ug6sm7365933pbc.4.2012.12.21.10.11.22 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 21 Dec 2012 10:11:23 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) From: Eric Lombrozo In-Reply-To: Date: Fri, 21 Dec 2012 10:11:21 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <2F31D463-26FA-4EC1-8571-4BAF1C4EE941@gmail.com> References: To: Gregory Maxwell X-Mailer: Apple Mail (2.1499) X-Spam-Score: -1.6 (-) 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 (elombrozo[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature X-Headers-End: 1Tm74E-0006As-61 Cc: Bitcoin Dev Subject: Re: [Bitcoin-development] Multiwallet support 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: Fri, 21 Dec 2012 18:11:31 -0000 I like that idea. I'm close to having something working along those = lines. Hopefully I'll be able to push something by tonight. >=20 > How about a rpc like "usewallet " that simply > generalizes all the rpcs? >=20 > And instead of explicitly deactivating rpcs that don't make sense, > simply have them return an error. Or, for example, sendtoaddress on > a watching wallet should actually return an unsigned raw transaction > and a wallet specific message that tells you where to find the private > key. >=20 > I think it's desirable to not break compatibility but for this kind of > feature compatibility should not get in the way of doing it right.