Im looking for a way to create many wallets think about 1k to 100k for my customers but with one main wallet as target.
This way i wanna give every login user a own bitcoin wallet adress (no withdraw function just the adress ) , so i can record
inside a database what every user sends to this adress.
Do any of you know anyway to make this possible or a way to look into ?
Kind Regards,
Nick
Blockchain's API would work perfectly for you.
https://blockchain.info/api/api_receive
Just call their API to get a new address, give that address to your costumer and every time they send a payment your server gets notified (so you can update the DB) and the payment is forwarded to your wallet.
I've implement this before, let me know if you need help.
OP, unless you want to write the functionality from scratch, this provides exactly the service you need.
Except that it adds a single point of failure, when bcdi goes down all business stops. "To many requests..."