Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: website development
by
CounterEntropy
on 28/11/2022, 16:50:01 UTC
⭐ Merited by ETFbitcoin (1)
How do we generate the bitcoin address for every user, those who uses our website  ,and can withdraw deposit ?

Ideally you should run your own Bitcoin Node and query using JSON-RPC.

For example, get new address using - https://bitcoincore.org/en/doc/22.0.0/rpc/wallet/getnewaddress/.

But, if you are not pro, you may use third party API and query using cURL.

For example, you may use this API - https://www.blockchain.com/explorer/api/api_receive.