Post
Topic
Board Bitcoin Technical Support
Topic OP
BitcoinD with an alternate database
by
MrKain
on 28/04/2013, 03:28:47 UTC


 Hello,

 If someone could help with this question, I would be very appreciative.

I'm running bitcoinD on a windows dedicated server, but am finding the
internal database engine that comes with bitcoind to be unsuitable for
my needs.

 Is there a way to use an external database , for example redis - to
hold all my users private_key, and bitcoin addresses..

 And if so, how can I use this , with bitcoinD..

I know how to::

sendfrom account bitcoinaddress amount

But ofcourse, this relies on 'account' which I don't want -

Thanks in advance