Title: Accept BTC / LTC / ETH directly without third party Post by: fabrizeo on July 03, 2017, 02:41:23 AM Hello,
I'm looking for a way to accept BTC + LTC + ETH on my site without a third party. Would you have suggestion of script which are open source for this purpose ? Thanks Title: Re: Accept BTC / LTC / ETH directly without third party Post by: RoommateAgreement on July 03, 2017, 02:54:46 AM sorry i can't help you but i just want to say be careful when accepting ETH tokens, the payment can get stuck and even dissappear after a while. it recently happened due to a network congestion and forced all the exchanges to close down all deposits and withdrawals to prevent further losses.
Title: Re: Accept BTC / LTC / ETH directly without third party Post by: ImHash on July 03, 2017, 03:26:47 AM People can't help yet they post regardless, OP do you know how to use API? essentially what you need is to generate a new address for every new buyer with calculating the current spot price against USD and showing the amount in any of those coins, even if there are no scripts for it you could A)- contact a developer/coder here and ask them to do it for you.
B)- you could use the search function in GitHub :D Title: Re: Accept BTC / LTC / ETH directly without third party Post by: Petpowder on July 04, 2017, 06:06:06 PM Shapeshift maybe?
Title: Re: Accept BTC / LTC / ETH directly without third party Post by: Joel_Jantsen on July 04, 2017, 07:12:48 PM Would you have suggestion of script which are open source for this purpose ? The third party libraries are open sourced and you don't want to use them so..Technically,there is no script but an API or function calls the library provides to interact with the chain. Honestly speaking,do it the hard way,RPC's + your own API. Bit of work but gives more control over your transactions. Title: Re: Accept BTC / LTC / ETH directly without third party Post by: klaaas on July 04, 2017, 09:06:44 PM I would say setup a btc node., Rent a vps or host it local.
You can skip the 3rd party this way. Maybe this (https://github.com/sagivo/accept-bitcoin) could fit also ? Title: Re: Accept BTC / LTC / ETH directly without third party Post by: cengsuwuei on July 04, 2017, 11:14:59 PM Shapeshift maybe? OP want not third party so bitpay, sahpeshitf and more not list, op want script can direct payment use op address Title: Re: Accept BTC / LTC / ETH directly without third party Post by: motoprose on January 21, 2018, 03:14:20 PM I came across this site just the other day and it might be of use to you if you are still looking for a way to have people pay you online using cryptocurrency https://www.spicepay.com
They are directed towards EU customers because they are offering their crypto debit card but only to countries within the European union. Hope this helps you even if this thread is nearly 7 months old. ;) Title: Re: Accept BTC / LTC / ETH directly without third party Post by: Anti-Cen on January 21, 2018, 09:03:41 PM Shapeshift maybe? I must admit I kind of like them and it makes you lazy and this is why I likeExodus and Jaxx wallets because they both use ShapeShift Also I had a peek at their API's and it did seem easy to use but now I am stuffed because i fancy Neo (Very odd coin this one) and need yet another wallet to store it in. Title: Re: Accept BTC / LTC / ETH directly without third party Post by: Nick Abimanyu on January 22, 2018, 02:27:10 AM Hello, I'm looking for a way to accept BTC + LTC + ETH on my site without a third party. Would you have suggestion of script which are open source for this purpose ? Thanks Almost everyone, finds it difficult to answer your questions including me. Because all this time I myself always use a third party, yes it's an exchange site or 'online wallet'. sorry i can't help you but i just want to say be careful when accepting ETH tokens, the payment can get stuck and even dissappear after a while. it recently happened due to a network congestion and forced all the exchanges to close down all deposits and withdrawals to prevent further losses. Info from you is very meaningful to me, good morning sir. I would say setup a btc node., Rent a vps or host it local. You can skip the 3rd party this way. Maybe this (https://github.com/sagivo/accept-bitcoin) could fit also ? I think this is the right answer, but it's too complicated to do, because it requires too many sets up. Title: Re: Accept BTC / LTC / ETH directly without third party Post by: Destined2B_Rich on January 22, 2018, 02:51:33 AM I would say setup a btc node., Rent a vps or host it local. You can skip the 3rd party this way. Maybe this (https://github.com/sagivo/accept-bitcoin) could fit also ? No transfer or network fee? Title: Re: Accept BTC / LTC / ETH directly without third party Post by: boy_130 on January 22, 2018, 04:09:35 AM Hello, I'm looking for a way to accept BTC + LTC + ETH on my site without a third party. Would you have suggestion of script which are open source for this purpose ? Thanks Hi, I know that I am newbie but I can develope eth, btc, ltc script for accepting payments for you. Of course we will figure it out with escrow. Will need 3-5 days. Let me know what you think. Title: Re: Accept BTC / LTC / ETH directly without third party Post by: CryptoView on January 22, 2018, 10:07:02 AM You could also use Gourl.io, a simple way to accept cryptos with different integration levels.
Title: Re: Accept BTC / LTC / ETH directly without third party Post by: eternalgloom on January 22, 2018, 12:01:24 PM You can just use blockchain.info's API to accept payments on your website, there's a ton of tutorials on how to do it.
Though I would suggest hiring a freelancer to develop a script for you and also have that audited for security. Here's a small tutorial to get you started: https://www.deepdotweb.com/2017/03/28/tutorial-accept-bitcoin-payments-website/ I know you said 'without a third party', but you're going to need an API of some sort. You probzbly just don't want to use a Bitcoin payment processor like Bitpay, or not? |