Re: [Bitcoin-development] Multiwallet support

2012-12-21 Thread Eric Lombrozo
I like that idea. I'm close to having something working along those lines. Hopefully I'll be able to push something by tonight. > > How about a rpc like "usewallet " that simply > generalizes all the rpcs? > > And instead of explicitly deactivating rpcs that don't make sense, > simply have th

Re: [Bitcoin-development] Multiwallet support

2012-12-21 Thread Gregory Maxwell
On Fri, Dec 21, 2012 at 3:53 AM, Eric Lombrozo wrote: > I started working on a new feature to allow for watch-only addresses in > wallets. https://github.com/bitcoin/bitcoin/pull/2121 > > In order to integrate this feature nicely into bitcoin / bitcoin, it will be > necessary to disable signing an

[Bitcoin-development] Multiwallet support

2012-12-21 Thread Eric Lombrozo
I started working on a new feature to allow for watch-only addresses in wallets. https://github.com/bitcoin/bitcoin/pull/2121 In order to integrate this feature nicely into bitcoin / bitcoin, it will be necessary to disable signing and privkey export operations for watch-only addresses. Since d