Using bitcoin in a startup company

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?

Tabassum Nasrin

Posted 2015-09-07T02:40:14.340

Reputation: 51

2

You might want to consult an article such as https://en.bitcoin.it/wiki/How_to_accept_Bitcoin,_for_small_businesses which has a ton of links to relevant products and services.

Greg Hewgill 2015-09-07T02:53:26.567

2

also see this related question: How can I accept bitcoins on my website?

Murch 2015-09-10T11:52:09.600

Answers

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

Posted 2015-09-07T02:40:14.340

Reputation: 845

-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.

Xawery Wiśniowiecki

Posted 2015-09-07T02:40:14.340

Reputation: 709

Isn't that exactly what the previous answer said...?Nate Eldredge 2015-12-08T15:14:16.413

Yes, but without grammar and vocabulary mistakes ;)Xawery Wiśniowiecki 2015-12-09T07:53:47.480

1

If you want to propose corrections to an existing answer, it's better to suggest an edit rather than posting a new, duplicative answer.

Nate Eldredge 2015-12-09T15:19:23.140

I can't imageine how anyone could edit and repair this part of the answear "request at 3rd party . or, you can handle" :DXawery Wiśniowiecki 2015-12-10T08:02:05.157

Whole answaeer is just one big sentence with mess. I don't understand what author want to say, the answear should deletedXawery Wiśniowiecki 2015-12-10T08:03:27.220