Bitcoin Forum

Economy => Web Wallets => Topic started by: VTOS.IO on October 16, 2017, 01:27:47 AM



Title: What Is best wallet for large payments website
Post by: VTOS.IO on October 16, 2017, 01:27:47 AM
We need a good Solution for website with alot of payments we dont want to run our nodes because we think best option Is an already  on going service like blockchain.infoor bitgo  we dont want any control our keys we heard sad stories about coinbase and others please help us thanks alot


Title: Re: What Is best wallet for large payments website
Post by: OmegaStarScream on October 16, 2017, 01:28:32 PM
If a lot of payments and requests are going to be involved then forget about my suggestion in PM. You should go with BitPay instead. In the business plan, you have the ability to make unlimited transaction and they take 1% of each transaction and for the Starter plan, there is a limit of 30 free transaction per month which I believe is not suitable for you. Just keep an eye on their blog though, as they are supporting SegWit2x, you may want to know what does it mean for you.


Title: Re: What Is best wallet for large payments website
Post by: mocacinno on October 16, 2017, 01:31:47 PM
There are loads of payment gateways, however, WHY do you think running your own nodes is not the best option?

I'd peronally go for a node with a locked wallet, or i'd generate an xpub from an SPV wallet and use this xpub to derive payment addresses, especially when we're talking about bulk transactions. This way you can controll every aspect, and you don't have to rely (and pay) an external partner.


Title: Re: What Is best wallet for large payments website
Post by: VTOS.IO on October 16, 2017, 02:40:48 PM
So blocktrail or blockchain are not good options?? Because we want to take bitcoin and ethereum gourl.io Also good option?


Title: Re: What Is best wallet for large payments website
Post by: VTOS.IO on October 16, 2017, 02:43:17 PM
Also there are any SPV ethereum thanks


Title: Re: What Is best wallet for large payments website
Post by: Salmen on October 16, 2017, 03:03:36 PM
So blocktrail or blockchain are not good options?? Because we want to take bitcoin and ethereum gourl.io Also good option?
If you want to accept Bitcoin and Ethereum on your website, then consider using Coinpayments.com because they provide the above-mentioned cryptocurrencies, and there is a small fee of 0.50% for each transaction.
Also, Blockchain and Blocktrail are only for Bitcoin. Any other payment provider who provides an API for accepting Ethereum payment is not known to me.


Title: Re: What Is best wallet for large payments website
Post by: VTOS.IO on October 16, 2017, 03:15:57 PM
Blockchain accept ethereum we are thinking to use SVP but what option we have información ethereum?


Title: Re: What Is best wallet for large payments website
Post by: mocacinno on October 17, 2017, 05:32:34 AM
Blockchain accept ethereum we are thinking to use SVP but what option we have información ethereum?

I don't actually know a lot about ethereum, but it does look like they have a hd wallet:
https://github.com/meth-project/eth-hd-wallet
- use this at your own discretion, i have never used above wallet -

HD = deterministic, meaning they use a derivation path to derive private keys from an xprv. I think you need a HD wallet, so you can export the xpub and derive addresses from it. SPV means it's basically a "light" wallet that only download the block headers, and uses a thirth party service for everything else.