1
How would one start creating a web wallet? What I have so far:
- Generate an address per user of the wallet using bitcoind
- How can I secure the private key?
- Tell user deposit address using bitcoind and php
- Get balance of address after a deposit using more php? (what RPC call must I use?)
- Here's where I am stuck - How can I allow the user to send to somewhere else?
Thank you
as I posted as a guest I cannot add a comment to your answer. As for securing private keys, all I need to do is keep them offline, correct? (Not on an internet-connected database) – None – 2013-12-30T18:28:28.840