How to make a "Donate" function with bitcoins?

0

I understand my bitcoin wallet generates a new receiving adress everytime i received a transaction. I would like to add an adress to my website for donations. How can i get an adress that doesnt change?

TMOTTM

Posted 2017-08-20T08:05:55.260

Reputation: 123

Answers

1

You can just take any existing receiving address or create new one. Any address can accept unlimited transactions count.

Bitcoin clients generate new address every time you want to receive for anonymity reasons. In case with donations you don't need this.

Zergatul

Posted 2017-08-20T08:05:55.260

Reputation: 948