Prepare:
- 10 customers
- Each client has their own wallet in my secure system.
- An API service manages these portfolios.
Main questions:
- Should each wallet be run as a separate "bitcoind" process?
- If so, can each "bitcoind" use the same blockchain files?
- Is there a recommended practice of executing several portfolios in the same system?