Hi,
I want my users to deposit btc funds into their accounts on my website, am exploring 2 ways to do it:
- Embedding bitcoind into my server: most trustable, but needs 80Gb Disk and 2G of ram for it, and python libs are complex/undocumented
- Relying on blockchain.info wallet api: simple and quick time-to-market, but they are slow at reponding to my request for an api key access
What do you think guys ?
You could run a pruning node and not need the whole 80 GB of disk space, supposing that you don't care about having record of Satoshi giving Hal his first Bitcoins, and just want generate and monitor new addresses on the blockchain.