Tell me more ×
Bitcoin Stack Exchange is a question and answer site for Bitcoin crypto-currency enthusiasts. It's 100% free, no registration required.

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?

share|improve this question
What do you mean with "access multiple wallets at the same time"? – Lohoris Mar 15 at 17:33
PS: are you sure the "accounts" feature isn't what you need? – Lohoris Mar 15 at 17:34

1 Answer

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.