Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
61361939
Topic
5423962
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)
Quote from: tradopt on
Today
at 04:12:39 PM
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
.