ruimarinho / bitcoin-core

A modern Bitcoin Core REST and RPC client.
480 stars 188 forks source link

Add support for multiwallet #45

Closed ruimarinho closed 5 years ago

ruimarinho commented 6 years ago

Since Bitcoin Core v0.15.0, it's possible to manage multiple wallets using a single daemon. This enables use-cases such as managing a personal and a business wallet simultaneously in order to simplify accounting and accidental misuse of funds.

Historically, the accounts feature was supposed to offer similar functionality, but it has now been replaced by this more powerful feature.

This PR add support for multiple wallets and closes https://github.com/ruimarinho/bitcoin-core/issues/40.

juscamarena commented 6 years ago

Any reason this hasn't been merged yet?

I can help test if needed.

ruimarinho commented 6 years ago

@juscamarena none really, just missing a peer review from either @pedrobranco or @joaopaulofonseca. If you can help testing, that would be great help as well.

pedrobranco commented 6 years ago

@juscamarena Any feedback from this PR?

pedrobranco commented 6 years ago

utACK. Will test it soon.

pedrobranco commented 6 years ago

@ruimarinho Please solve the conflict.

kerematam commented 6 years ago

Merging anytime soon?

pedrobranco commented 5 years ago

Rebased and applied some fixes: