Many daemon and wallet

0

Can you please tell me if I launch a few actively working daemons bitcoin and point them to different -wallet, but the same -datadir will I have problems?

user2741881

Posted 2017-07-20T06:11:58.243

Reputation: 11

Answers

1

Yes, you will have problems. You cannot have multiple instances of Bitcoin Core (bitcoind) using the same datadir. That is not allowed and the software will prevent you from doing so. If you want to use multiwallet though bitcoind, wait for 0.15 to be released (it contains multiwallet support for RPCs, although experimentally) or compile it yourself.

Andrew Chow

Posted 2017-07-20T06:11:58.243

Reputation: 40 910