How can I programmatically use several different (isolated) wallets?

1

I want to use several different wallets (as if one wallet = one account), and want to make sure the spending and receiving activities are exclusive to one wallet at a time.

  • How can I interface with multiple wallets? (through a program or script)

  • How can I access multiple wallets at the same time?

goodguys_activate

Posted 2013-02-27T14:31:24.577

Reputation: 11 898

What do you mean with "access multiple wallets at the same time"?o0'. 2013-03-15T17:33:56.120

PS: are you sure the "accounts" feature isn't what you need?o0'. 2013-03-15T17:34:13.017

Answers

1

Currently bitcoind is designed to only run one wallet at a time. You would have to run multiple daemons on different ports and connect to each separately.

That said, it looks like multiple wallet support is being actively developed and will be available possibly in 0.9, based on this pull request.

Derek Dahmer

Posted 2013-02-27T14:31:24.577

Reputation: 111

Is it there now ? I checked but didn't found any API call or related command-line argument.coding_idiot 2014-02-25T06:43:05.720