Hi,
I want to integrate bitcoin deposits in to my website. Such that each user has a unique address and their account can be credited with "tokens" after depositing BTC and clearing confirmation.
I would like each users account to transfer BTC automatically to a single hot wallet after it has been received by their unique wallet. OR something to that effect. Currently I know of creating a database, generating a batch of keys using
https://www.bitaddress.org/ or something and then using that file to populate user data.
Is there an easier way of doing this? Are there any APIs out there that don't require me to pay merchant fees?
Hope i'm in the right section. And hope someone can assist.
Thanks!