I am trying to set up 2 clients with both using the same block directory is this possible?
Asked
Active
Viewed 56 times
1 Answers
1
bitcoin-cli
simply acts as a convenience interface to the JSON-RPC api of bitcoind
- as long as you only have one instance of bitcoind
using a given datadir, you can safely use multiple bitcoin-cli
calls at the same time.

Raghav Sood
- 17,027
- 3
- 22
- 43
-rpcthreads
).bitcoind
will ignore any calls made above this limit. – Antoine Poinsot May 14 '20 at 10:05