Bitcoin Forum

Economy => Service Discussion => Topic started by: 0xfff on November 22, 2016, 04:38:02 PM



Title: Accepting bitcoin on a website
Post by: 0xfff on November 22, 2016, 04:38:02 PM
I am looking to accept bitcoin on my website. Is there an alternative to running a full node? I want the security of not giving someone else access to my coins. I read about SPV clients but I have no idea if that would be appropriate for a payment processor to use. Please help me out. I am using nodejs on my web server.


Title: Re: Accepting bitcoin on a website
Post by: OmegaStarScream on November 22, 2016, 04:41:58 PM
Running a payment processor would be much better then running a full node (when It comes to resources etc... ) . Bitpay is probably the best choice but there is fees after reaching +30 transactions as mentioned here : https://bitpay.com/pricing then there is Coinbase https://support.coinbase.com/customer/en/portal/articles/1521945-how-do-i-accept-bitcoin-payments-on-my-website- or you could use Electrum but It's something basic : http://docs.electrum.org/en/latest/merchant.html


Title: Re: Accepting bitcoin on a website
Post by: 0xfff on November 22, 2016, 04:45:22 PM
Running a payment processor would be much better then running a full node (when It comes to resources etc... ) . Bitpay is probably the best choice but there is fees after reaching +30 transactions as mentioned here : https://bitpay.com/pricing then there is Coinbase https://support.coinbase.com/customer/en/portal/articles/1521945-how-do-i-accept-bitcoin-payments-on-my-website- or you could use Electrum but It's something basic : http://docs.electrum.org/en/latest/merchant.html

BitPay and Coinbase are way too centralized for my small website. I don't have the information they require and I want payout using bitcoins. Is electrum secure? I dont want to take any unneccessary risks.


Title: Re: Accepting bitcoin on a website
Post by: OmegaStarScream on November 22, 2016, 05:02:17 PM
BitPay and Coinbase are way too centralized for my small website. I don't have the information they require and I want payout using bitcoins. Is electrum secure? I dont want to take any unneccessary risks.

Yes It's secure and I don't think there is anything to be worried about here. In fact , It's possible to keep the private keys off the server as mentioned in the URL I gave you above and that make it much better.


Title: Re: Accepting bitcoin on a website
Post by: 0xfff on November 23, 2016, 02:42:25 PM
Anyone know of any other ways to accept bitcoin? I really want a service like BitPay that pays out in bitcoin and doesnt require a boat load of personal/buisness information.


Title: Re: Accepting bitcoin on a website
Post by: eckmar on November 25, 2016, 10:50:41 AM
You can implement BlockTrail API. Little programming knowledge needed but they don't ask you for any personal information and receiving payments with their webhook is extremely easy to set up


Title: Re: Accepting bitcoin on a website
Post by: wnj4 on November 25, 2016, 11:51:55 AM
 You can implement blockchain.info ,BlockTrail and block.io API.
 
 also you can use gourl.io as payment gateway they have bitcoin and alt-coin as wall
 https://bitcointalk.org/index.php?topic=1043437.0


Title: Re: Accepting bitcoin on a website
Post by: MainstreetLP on November 26, 2016, 05:03:24 PM
Anyone know of any other ways to accept bitcoin? I really want a service like BitPay that pays out in bitcoin and doesnt require a boat load of personal/buisness information.

Have you looked at https://www.gocoin.com/ ?


Title: Re: Accepting bitcoin on a website
Post by: OnkelPaul on November 26, 2016, 05:15:07 PM
Do you only need to generate payment addresses on your web server, or do you need to check whether payments have been made, too?

To generate payment addresses, HD key derivation (BIP32, see https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) would be the most appropriate - your webserver would only need to know the public parent key from which the payment addresses are generated. There are Javascript implementations available, so integrating that into your Nodejs software should be fairly easy.

To check whether payments have been made, your server could either run a full node and use its API (but you wrote that you want to avoid that), or use an external service for checking address balances. If you just need to check payments manually, any old HD wallet should do.

Onkel Paul


Title: Re: Accepting bitcoin on a website
Post by: crairezx20 on November 26, 2016, 05:28:42 PM

Maybe this one can help you out https://blockchain.info/api/
You can choose what api fits to your needs merchant api sending or receiving api it is more easy unlike before..
And you will be guided through their guide.


Title: Re: Accepting bitcoin on a website
Post by: BuySomeBitcoins on November 26, 2016, 05:45:45 PM
You have 2 options :

1. Accept Bitcoins and keep them as Bitcoins [ use https://coinsimple.com/]
2. Accept Bitcoins and pick up in FIAT [you have coinify / Bitpay] - you should never use Coinbase, never.



Title: Re: Accepting bitcoin on a website
Post by: CryptoBjorn on November 27, 2016, 05:36:06 PM

Maybe this one can help you out https://blockchain.info/api/
You can choose what api fits to your needs merchant api sending or receiving api it is more easy unlike before..
And you will be guided through their guide.

If you need help I can hook you up with blockchain.info. The API is very easy to use for starting developers. Also fee-wise they are good.
Coinbase and Bitpay are good alternatives too but i would advice stick with blockchain.info


Title: Re: Accepting bitcoin on a website
Post by: BuySomeBitcoins on November 27, 2016, 05:43:56 PM

Maybe this one can help you out https://blockchain.info/api/
You can choose what api fits to your needs merchant api sending or receiving api it is more easy unlike before..
And you will be guided through their guide.

If you need help I can hook you up with blockchain.info. The API is very easy to use for starting developers. Also fee-wise they are good.
Coinbase and Bitpay are good alternatives too but i would advice stick with blockchain.info

Their api is down few days / month.

Better not use them.


Title: Re: Accepting bitcoin on a website
Post by: CoinGate on November 29, 2016, 06:32:59 AM
Hi!

We are CoinGate, a Bitcoin payment processor startup from Europe, and our website is https://coingate.com - feel free to check us out.

If you wish to accept Bitcoin and keep the Bitcoin that you earned - we do not require verification at all. We simply check if your website does not sell anything illegal, and we're ready to move forward. We have our simple to integrate API as well as payment buttons and 9 eCommerce plugins. Our fee is a flat 1% of the orders processed.

We already process bitcoin for several VPN/hosting services, so we're familiar with the needs of such small tech companies. I'm quite certain that our offer would be ideal to you, as long as you're not a US citizen and your business is not based in the US.

Drop me a PM or send us an email at support@coingate.com if you have any questions - we're always happy to answer.

(Also, you can check our thread here on BitcoinTalk we created yesterday: https://bitcointalk.org/index.php?topic=1696145.0)



Title: Re: Accepting bitcoin on a website
Post by: amacar2 on November 29, 2016, 09:12:09 AM
You can have a look at this article https://en.bitcoin.it/wiki/How_to_accept_Bitcoin,_for_small_businesses
I have used block.io api before but they have limitation on number of bitcoin address we can create per app, their premium rate is very high.
Blockchain.info works good but you need to apply for api key and may take few days to get it.
blocktrail api works good and they are free to use.

Other simple merchant solution using widgets/plugins are gourl, bitpay.


Title: Re: Accepting bitcoin on a website
Post by: avatar_kiyoshi on December 01, 2016, 05:58:37 PM
Anyone know of any other ways to accept bitcoin? I really want a service like BitPay that pays out in bitcoin and doesnt require a boat load of personal/buisness information.

There are electrum tutorial above you, you should to follow the tutorial, do not lazy to reading the instructions.
I think electrum features is the best so far.

Otherwise if you want using an easy way bitpay is have good credibility.

You can have a look at this article https://en.bitcoin.it/wiki/How_to_accept_Bitcoin,_for_small_businesses
I have used block.io api before but they have limitation on number of bitcoin address we can create per app, their premium rate is very high.
Blockchain.info works good but you need to apply for api key and may take few days to get it.
blocktrail api works good and they are free to use.

Other simple merchant solution using widgets/plugins are gourl, bitpay.

I prefer to blocktrail api.


Title: Re: Accepting bitcoin on a website
Post by: cryptoheadd on December 02, 2016, 12:17:17 PM
I've been using Blockonomics on my websites to accept Bitcoins.

They're pretty amazing. Their customer support helped me in implementing their API on my website.
They also have different modules for different platforms.

Also, the funds get transferred directly to your wallet, so there's no need to trust them.

I'd definitely recommend them.

Here's a link to their website: http://blockonomics.co

Hope this helps. :)