Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: janardan mishra on December 21, 2017, 11:30:33 AM



Title: bitcoin address Masking
Post by: janardan mishra on December 21, 2017, 11:30:33 AM

Hello All

How to Generate a new address for every payment I want to receive Bitcoin ?

please, send the link of source code .


Thanks


Title: Re: bitcoin address Masking
Post by: bitperson on December 21, 2017, 11:58:53 AM
How to Generate a new address for every payment I want to receive Bitcoin ?

please, send the link of source code .
Wallets will usually do this for you as not reusing addresses is vital for privacy. If you'd like to look at the source code for e.g. Bitcoin Core, it's available at https://github.com/bitcoin/bitcoin.


Title: Re: bitcoin address Masking
Post by: achow101 on December 21, 2017, 04:59:26 PM
It depends on the wallet software you are using. Most will have RPC commands so you can interact with them programmatically.


Title: Re: bitcoin address Masking
Post by: janardan mishra on December 22, 2017, 02:55:29 PM
Thanks for Reply
 Actually we are starting ICO . So for BTC deposition purpose, we need multiple public addresses for each user who registers with our ICO. We need help regarding generation of that public address and on what data needed for the new public address is generation. If there is any reference link you think would be helpful in this matter, please do share.