Author

Topic: Bitcoin address (Read 649 times)

legendary
Activity: 1512
Merit: 1012
July 22, 2016, 04:16:54 PM
#6
You can use Electrum.
hero member
Activity: 686
Merit: 500
July 22, 2016, 09:58:10 AM
#5
Thanks for the advices you gave to me, currently we are still in the process to fix all things about the deposit addresses and maybe we will try first to use blockchain api Smiley
hero member
Activity: 675
Merit: 504
July 22, 2016, 09:01:02 AM
#4
Depends on your technical knowledge, however, for a quick start, i'd take knightdk's suggestion and go for a payment processor.

I have tried coinpayments.net in the past because they offered plugins for several open source shopping carts and accepted multiple altcoins.
sr. member
Activity: 434
Merit: 250
July 22, 2016, 08:55:11 AM
#3
There are some examples on
https://blockchain.info/api/blockchain_wallet_api

You should be able to work with your web developer and use some sort of API with PHP etc to generate new addresses for each user.
staff
Activity: 3458
Merit: 6793
Just writing some code
July 21, 2016, 10:31:11 PM
#2
Many services offer an API for receiving payments. These APIs give you an address to give to the buyer and then the service forwards the payment to an address that you set earlier.

Or you can use a local software such as Bitcoin Core or Electrum and use RPC calls to get the addresses.

Most API services, Bitcoin Core, and Electrum have documentation on the API or RPC that will help you with implementation. Sometimes they also have examples.
hero member
Activity: 686
Merit: 500
July 21, 2016, 10:19:22 PM
#1
how can i accept bitcoin payment on my website? i like to set unique address for each user that is registered to my site. any help will be appreciated Smiley
Jump to: