Post
Topic
Board Project Development
Topic OP
Accept payment on website WITHOUT 3rd party
by
blackowl11
on 10/05/2017, 15:47:45 UTC
Hi,

What is the best way to accept payments from users in the following scenario:
>Give permanent deposit addresses to 30K users so they can deposit whenever they want.
>Use xpub key to generate the deposit addresses so no private key is on server.
>Easily manage the deposits using a wallet on system

I tried using electrum but it seems it has sync issues with so many addresses.
With core it seems it does not support xpub without the private key.

Any other option?