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?
Asked
Active
Viewed 108 times
5
-
2You 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 Sep 07 '15 at 02:53
-
2also see this related question: How can I accept bitcoins on my website? – Murch Sep 10 '15 at 11:52
2 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
- 978
- 2
- 14
- 22
-1
- Your custom solution using language specific library (for example NBitcoin for C#).
- Your custom solution using bitoind and JSON-RPC communication protocol.
- 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.

Sebastian Xawery Wiśniowiecki
- 759
- 2
- 8
- 21
-
-
Yes, but without grammar and vocabulary mistakes ;) – Sebastian Xawery Wiśniowiecki Dec 09 '15 at 07:53
-
1If 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 Dec 09 '15 at 15:19
-
I can't imageine how anyone could edit and repair this part of the answear "request at 3rd party . or, you can handle" :D – Sebastian Xawery Wiśniowiecki Dec 10 '15 at 08:02
-
Whole answaeer is just one big sentence with mess. I don't understand what author want to say, the answear should deleted – Sebastian Xawery Wiśniowiecki Dec 10 '15 at 08:03