5

We are a start up company going to open an online shopping website. Our CEO wants to incorporate Bitcoin as our payment method. How can we set up a Bitcoin network?

Murch
  • 75,206
  • 34
  • 186
  • 622

2 Answers2

3

You can use one of the merchant solution providers, such as: coinbase, BitPay, for generating addresses per payment (as paypal does) redirects / serve the client with payment request at 3rd party . or, you can handle payment process inhouse by generating address for each payment and saving the pk / HD wallet will take much longer and develop time to do.

Haddar Macdasi
  • 978
  • 2
  • 14
  • 22
-1
  1. Your custom solution using language specific library (for example NBitcoin for C#).
  2. Your custom solution using bitoind and JSON-RPC communication protocol.
  3. Integration with Bitcoin payments processor - this is the simplest but your money are kept and managed by foregin company for some time and probably you have to pay for the service.