Author

Topic: dynamic Bitcoin address generation (Read 779 times)

sr. member
Activity: 528
Merit: 368
January 09, 2017, 09:41:04 AM
#10
Trying to implement a node server that does this. Is it possible to do it with node js?

Certainly! For example, BitcoinJS and Bitcore are popular choices for JavaScript.
full member
Activity: 121
Merit: 100
January 09, 2017, 08:56:13 AM
#9
Are there are some libraries and/or repositories that allow generation of bitcoin addresses?
There are libraries like that. I mean, depends on what language you want. There are libraries for javascript/php/java/python, actually any language there is. Google it, if u fail that, someone will help you or even PM me.

Trying to implement a node server that does this. Is it possible to do it with node js?
legendary
Activity: 2296
Merit: 1014
January 03, 2017, 05:21:24 PM
#8
Are there are some libraries and/or repositories that allow generation of bitcoin addresses?
There are libraries like that. I mean, depends on what language you want. There are libraries for javascript/php/java/python, actually any language there is. Google it, if u fail that, someone will help you or even PM me.
sr. member
Activity: 247
Merit: 250
January 03, 2017, 02:10:39 PM
#7
Are there are some libraries and/or repositories that allow generation of bitcoin addresses?
yes of the time you using the service for your wallets they provide you opportunities to generate a dynamic bitcoin address, as if you are using URDU BIT  there you have to use a new generated bitcoin address for every transaction as one address can be use for one time only.
staff
Activity: 3458
Merit: 6793
Just writing some code
January 03, 2017, 10:29:06 AM
#6
Are there are some libraries and/or repositories that allow generation of bitcoin addresses?
There are Bitcoin libraries for nearly every used programming language. These libraries allow you to create addresses and transactions.

If you don't want to use a library, some wallet software (e.g. Bitcoin Core or Electrum) have a JSON-RPC interface which you can send commands to from your application. I recommend going this route as it actually gives you control over the private keys of the addresses that you are giving out for deposits. If you use either Bitcoin Core or Electrum, you can setup a watch-only wallet on the server so that your application can easily get addresses for deposits and secure the private keys locally so that if your server is hacked not all the Bitcoin is stolen. This has the downside that you cannot spend from the wallet on the server though without manual intervention.
full member
Activity: 121
Merit: 100
January 03, 2017, 02:50:57 AM
#5
There would probably be, because we can always see that happening on websites where every new user gets another bitcoin address for depositing and the funds are received directly to the website which means the wallet is the same but the addresses are changing.

That's exactly what i'm intending to do. I shall check out the services board. Thanks for the help Smiley
sr. member
Activity: 672
Merit: 250
January 03, 2017, 02:34:31 AM
#4
Are there are some libraries and/or repositories that allow generation of bitcoin addresses?

There would probably be, because we can always see that happening on websites where every new user gets another bitcoin address for depositing and the funds are received directly to the website which means the wallet is the same but the addresses are changing.
I'm not a coder or else i would have told you how that can be done. There is a section called Services, here is the link for that: Services.
You should go there and see if someone has posted their services and tell them to help you out with it, you may need to pay a small price for it.
full member
Activity: 121
Merit: 100
January 03, 2017, 02:23:16 AM
#3
Are there are some libraries and/or repositories that allow generation of bitcoin addresses?
sr. member
Activity: 672
Merit: 250
January 03, 2017, 02:21:30 AM
#2
That is probably possible, but that is a service that you will have to pay someone for i guess, you should move your thread to Services section and ask someone there stating a small price for the job so that you can get the help early.
full member
Activity: 121
Merit: 100
January 03, 2017, 02:10:34 AM
#1
Hi,
I need to generate a new bitcoin address for my website every time a user clicks a button. Problem is I need a unique address for each user. Is it possible to generate a new address such that the funds are directed to my bitcoin wallet? if so can someone please explain the procedure to implement/code this?
Jump to: