>> (p.1)
    Author Topic: Preventing the exposure of public addresses on a website  (Read 1191 times)
    kenCode (OP)
    Newbie
    *
    Offline Offline

    Activity: 23
    Merit: 0


    View Profile
    October 23, 2014, 12:31:44 PM
     #1

    My Clients are demanding more anonymity and security in their web apps, those that use btc and ltc, etc. They are not comfortable with Exchanges and central points of possible failure.

    Let's ANONYMOUSLY offer btc and ltc payments on our websites without the use of an Exchange.

    Using npm/bitcoinjs or another pkg I want to ONLY show the ROTATING key and qr code once, and only if the website user requests it through a form submit or something.

    This way, google and the like will never have a chance to index one of your public keys, not even once. Hence, no domain owner <> public keys can ever be indexed/referenced.

    Maybe I could get the wallet to pre-generate say, 10,000 public multisig public keys and store them in a mongodb or something, then privately "show" them on screen somehow (no clear text, high rez gif or jpg? (svg is crawlable)) for only 60 seconds when they are requested by a customer who wants to pay my Client on their website.

    Is this even possible yet? If so, is there a nodejs pkg or other javascript api that can be used to accomplish this, even remotely?
Page 1
Viewing Page: 1