Advertisement
HostFat

Bitcoin support

Jun 14th, 2012
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. There are many ways to accept Bitcoin:
  2. - Direct connection with the client API
  3. You should give a look at the official wiki "bitcoin.it"
  4. Example:
  5. https://en.bitcoin.it/wiki/PHP_developer_intro
  6.  
  7. This service offer also the same apis of the official client ( http://bitcoin.org ):
  8. http://blockchain.info/json_rpc_api
  9. ( so you can test them without installing the client )
  10.  
  11. - Or you can use other external services:
  12. https://bit-pay.com/
  13. https://mtgox.com/merchant
  14. https://walletbit.com/
  15. http://www.bitcoinpayflow.com/
  16. http://paysius.com/
  17.  
  18. Other informations:
  19. https://en.bitcoin.it/wiki/Category:Shopping_Cart_Interfaces
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement