5
2
I was wondering if anyone had advice for running bitcoind for multiple users. I obviously don't want users to get into other users transactions. As far as I can tell I'll need to run multiple instances of Bitcoind, but this is a terrible waste of bandwidth. Can I at least share the blockchain across users?
Is it possible to separate access to accounts for different Unix/Linux/Windows users? One daemon bitcoind, with many accounts? – None – 2013-08-05T23:40:22.213
This question doesn't make sense, but I will try to answer. You need some sort of user account app on top of bitcoind to manage user authentication, account management, send/receive transactions. This app needs to communicate with bitcoind. – John – 2013-08-06T13:45:27.630
Depreciated there is really no other way now other then running your own db and listening for wallet changes. – scott – 2018-03-10T18:48:17.473