Why do websites such as satoshimines and bustabit generate new addresses every time?

1

Why a single address for each user not enough? Can't they just verify the incoming transactions?

If I want to mimic this practice, how can I generate unlimited addresses, from which transactions can be sent and received?

I am searching for an alternative to the Blockchain APIs...

Jaaaaa

Posted 2016-05-28T16:12:09.157

Reputation: 11

That's the way it's supposed to be in Bitcoin. Address reuse is very bad for privacy and security.Jannes 2016-05-31T00:16:39.847

Answers

1

There are privacy advantages of always generating a new address.

You can easily accomplish this with the use of HD wallets.

Amadour Bernard

Posted 2016-05-28T16:12:09.157

Reputation: 111