4
1
Rather than having a single, fixed address, I want to generate a new address on my website every time a user request comes in.
I'm concerned about google or another web crawler indexing my website and tying my Bitcoin address to my website address.
I've thought about pregenerating the addresses, storing them in a database, and only showing one to each user. I think there's probably a better way.
I use node.js, so a solution using bitcoinjs or another node.js package would be preferable.
I would prefer to use multisignature addresses.
I would rather not depend on blockchain.info or an exchange - it introduces a single point of failure.
PS: Are you OK with having the private keys to the addresses stored on your website? – Nick ODell – 2014-10-23T15:00:04.037
no. private keys bitaddress/bulkwallet) must be stored locally, the public addresses can be stored in mongodb on the server, hidden from google etc. we built a website for an old man that runs a novelty shop, he doesn't know doodly about tech so this has got to be dumbed down automated for him, yet as anon as possible. – ken Code – 2014-10-23T15:13:19.450