diff options
author | Eric Lombrozo <elombrozo@gmail.com> | 2012-12-21 10:11:21 -0800 |
---|---|---|
committer | bitcoindev <bitcoindev@gnusha.org> | 2012-12-21 18:11:31 +0000 |
commit | 002e0e0a6e4d3f6780065673b7857d408d458cf2 (patch) | |
tree | cc4a07b8a17a653090070904a199e33da57f8eb5 | |
parent | 36fe22d8f9c5749efa3f27da2db1925fc15e0f56 (diff) | |
download | pi-bitcoindev-002e0e0a6e4d3f6780065673b7857d408d458cf2.tar.gz pi-bitcoindev-002e0e0a6e4d3f6780065673b7857d408d458cf2.zip |
Re: [Bitcoin-development] Multiwallet support
-rw-r--r-- | d8/e1fa40130833bfff67eaff62c236486733ff07 | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/d8/e1fa40130833bfff67eaff62c236486733ff07 b/d8/e1fa40130833bfff67eaff62c236486733ff07 new file mode 100644 index 000000000..6d08f6bfe --- /dev/null +++ b/d8/e1fa40130833bfff67eaff62c236486733ff07 @@ -0,0 +1,83 @@ +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 <elombrozo@gmail.com>) 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 <bitcoin-development@lists.sourceforge.net>; + 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 <elombrozo@gmail.com> +In-Reply-To: <CAAS2fgRG6kY8ke4hTdUjVBB1dmCppmzwo7qmOM-ytKS1299Z1w@mail.gmail.com> +Date: Fri, 21 Dec 2012 10:11:21 -0800 +Content-Transfer-Encoding: quoted-printable +Message-Id: <2F31D463-26FA-4EC1-8571-4BAF1C4EE941@gmail.com> +References: <B03D534F-BAB6-4068-A8B4-AE28764F3D88@gmail.com> + <CAAS2fgRG6kY8ke4hTdUjVBB1dmCppmzwo7qmOM-ytKS1299Z1w@mail.gmail.com> +To: Gregory Maxwell <gmaxwell@gmail.com> +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 <bitcoin-development@lists.sourceforge.net> +Subject: Re: [Bitcoin-development] Multiwallet support +X-BeenThere: bitcoin-development@lists.sourceforge.net +X-Mailman-Version: 2.1.9 +Precedence: list +List-Id: <bitcoin-development.lists.sourceforge.net> +List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>, + <mailto:bitcoin-development-request@lists.sourceforge.net?subject=unsubscribe> +List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development> +List-Post: <mailto:bitcoin-development@lists.sourceforge.net> +List-Help: <mailto:bitcoin-development-request@lists.sourceforge.net?subject=help> +List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>, + <mailto:bitcoin-development-request@lists.sourceforge.net?subject=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 <foo> <normal RPC>" 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. + + + |