bitcoin - Blockchain receive API with same address -


i need accept bitcoins on website (php). i'm using blockchain , have read api: https://blockchain.info/api/api_receive quite simple have questions, first try explain need.

  • client send bitcoins wallet (any amount want)
  • server notified confirmations until gets ok.
  • gets sent amount , client wallet callback , store in db.

now questions:

  1. "you provide bitcoin address generate unique addresses forwards payments address instantly notifying callback url." q: can reuse address , clients use same address send bitcoins? or address deleted? address have lifetime?

  2. instead create address pay possible clients pay directly wallet , server got notified? don't need params tokens.

i end in website use same wallet/address each odd: http://bitzillions.com/satoshibones

i have pay system that, 1 address per game.

also should use blockchain/blockchain (https://github.com/blockchain/api-v1-client-php) library or simple library (https://github.com/blockchain/receive_payment_php_demo)?

also if have suggestion or alternative hear.

i think can help. disclaimer work blocktrail.

it not use same address because people can view historical transactions associated address. recommended use new address every transaction. these can under same wallet or different wallets. may sound complicated possibilities long universe old can make new address per transactions. wallets automatically. called hd wallets or hierarchical deterministic wallets. can use have clients pay same wallet.

you can use api create these wallets. if interested in using blocktrail's here link: https://www.blocktrail.com/

we have webhooks send notifications confirmations etc... if want learn more our platform, here blog describes it. btw free! https://blog.blocktrail.com/2015/06/blocktrails-developer-platform/


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -