Bitcoin Forum
June 26, 2024, 06:19:13 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: dynamic Bitcoin address generation  (Read 767 times)
tbolt256 (OP)
Full Member
***
Offline Offline

Activity: 121
Merit: 100


View Profile WWW
January 03, 2017, 07: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?
Mastsetad
Sr. Member
****
Offline Offline

Activity: 672
Merit: 250



View Profile
January 03, 2017, 07: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.
tbolt256 (OP)
Full Member
***
Offline Offline

Activity: 121
Merit: 100


View Profile WWW
January 03, 2017, 07:23:16 AM
 #3

Are there are some libraries and/or repositories that allow generation of bitcoin addresses?
Mastsetad
Sr. Member
****
Offline Offline

Activity: 672
Merit: 250



View Profile
January 03, 2017, 07: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.
tbolt256 (OP)
Full Member
***
Offline Offline

Activity: 121
Merit: 100


View Profile WWW
January 03, 2017, 07: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
achow101
Staff
Legendary
*
Offline Offline

Activity: 3430
Merit: 6720


Just writing some code


View Profile WWW
January 03, 2017, 03:29:06 PM
 #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.

mrbigmugs
Sr. Member
****
Offline Offline

Activity: 247
Merit: 250



View Profile
January 03, 2017, 07: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.

Velkro
Legendary
*
Offline Offline

Activity: 2296
Merit: 1014



View Profile
January 03, 2017, 10: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.
tbolt256 (OP)
Full Member
***
Offline Offline

Activity: 121
Merit: 100


View Profile WWW
January 09, 2017, 01:56:13 PM
 #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?
devans
Sr. Member
****
Offline Offline

Activity: 528
Merit: 368


View Profile
January 09, 2017, 02:41:04 PM
 #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.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!