Post
Topic
Board Project Development
Re: How can I add 'Bitcoin Payment Gateway' on my website?
by
so98nn
on 01/02/2020, 14:18:52 UTC
Also, I am not looking for options like BitPay or CoinGate. I want to learn how to develop it from scratch.
Edit: Check step 3 in this article: https://blog.blockonomics.co/accepting-bitcoin-do-you-need-a-payment-gateway-832487d3b84c

If I am not massively wrong then this is the solution you are looking at.

Thanks Royse. This article cleared many doubts of mine. Bitcoinjs-lib is great solution to get started.

I will do it from scratch.let's connect on (Telegram: @Mavensr) for more details 

Sorry brother, I am not looking for someone to do it for me. This wasn't job opening.

Some time ago, I ran a gaming site. I generated 10,000 (ten thousand) addresses and had my site dev keep it in the site's database to assign to each user uniquely.

Then we had a bitcoin daemon watch those addresses.

The private keys were all on my side, so it was almost as good as cold storage for each user.

These days, it might be better to use HD type wallets and use the master public extended key, so you have an infinite number of addresses, you just need a database to assign each address to each user.

Thanks Dabs. I will try this approach in the project.