Bitcoin Forum

Bitcoin => Project Development => Topic started by: barhoumti on January 21, 2015, 09:04:45 AM



Title: bitcoin integration in my website
Post by: barhoumti on January 21, 2015, 09:04:45 AM
Hello
I have created a website and i want to have a button when a user click on iyt he get certain amount of bitcoins here is what i found https://blockchain.info/api/api_receive

http://www.youtube.com/watch?v=5ROp9Ac3UqE

https://github.com/bitpay/insight

https://github.com/cryptoapi/Payment-Gateway

 please help me because i am newbie
and thanks in advance


Title: Re: bitcoin integration in my website
Post by: finnile on January 21, 2015, 09:13:30 AM
Hello
I have created a website and i want to have a button when a user click on iyt he get certain amount of bitcoins here is what i found https://blockchain.info/api/api_receive

http://www.youtube.com/watch?v=5ROp9Ac3UqE

https://github.com/bitpay/insight

https://github.com/cryptoapi/Payment-Gateway

 please help me because i am newbie
and thanks in advance

Looks like the guide is self explanatory. Which part of the process did you have problems in ?


Title: Re: bitcoin integration in my website
Post by: barhoumti on January 21, 2015, 11:41:25 AM
Hello
I have created a website and i want to have a button when a user click on iyt he get certain amount of bitcoins here is what i found https://blockchain.info/api/api_receive

http://www.youtube.com/watch?v=5ROp9Ac3UqE

https://github.com/bitpay/insight

https://github.com/cryptoapi/Payment-Gateway

 please help me because i am newbie
and thanks in advance

Looks like the guide is self explanatory. Which part of the process did you have problems in ?
i am newbie i didn't know how to put this code to the button do i need just to copy and paste the code and create a function onclick activate the code and only change the user bitcoin adress


Title: Re: bitcoin integration in my website
Post by: amacar on January 24, 2015, 03:51:27 PM
So you want to send or get bitcoin when onclick on button?


Title: Re: bitcoin integration in my website
Post by: Madness on January 24, 2015, 04:47:30 PM
Hello
I have created a website and i want to have a button when a user click on iyt he get certain amount of bitcoins here is what i found https://blockchain.info/api/api_receive

http://www.youtube.com/watch?v=5ROp9Ac3UqE

https://github.com/bitpay/insight

https://github.com/cryptoapi/Payment-Gateway

 please help me because i am newbie
and thanks in advance

BitPay should be helpful and it's really easy to use even if you are a Newbie like you said .
Just follow the instructions there and all should be clear for you :) Feel free to ask any informations
=> https://bitpay.com/bitcoin-payment-gateway-api

https://bitpay.com/img/embeddednewinvoice.png


Title: Re: bitcoin integration in my website
Post by: coinableS on January 24, 2015, 04:49:33 PM
Can't tell if your asking about building a faucet, sending a payment or creating a payment gateway based on your post.



Title: Re: bitcoin integration in my website
Post by: AwesomeTRADER on January 25, 2015, 06:47:43 AM
I recommend bitpay, ts simple and easy to use


Title: Re: bitcoin integration in my website
Post by: coinpr0n on January 25, 2015, 04:14:40 PM
If what you're trying to create is a faucet, and you're sending small amounts of bitcoin, it's probably better to delay payments somehow (storing balances in a database?) so you can send out payments in bulk and save on fees.