0
I am creating a crypto-trading platform . I wanted to know how to create wallet address dynamically for all new registered user and also create new address for every transaction.
I am using bitcoind for bitcoin and will be doing RPC calls directly. Also let me know if there is any better way to do it.
Are you asking for an implementation or is it a theoretical question? Also will your application have access to the keys? – JBaczuk – 2018-09-25T15:41:09.980
We'll need more information to specifically answer your question: what Bitcoin node software are you using? Are you connecting through a client library, straight RPC calls, or just using the command line? – Motoma – 2018-09-25T17:07:59.193
@Motoma I am using bitcoind and will be doing direct RPC calls for now. Let know if there are any other better options. – S Ravi Kumar – 2018-09-26T07:31:39.610
@JBaczuk I am asking for implementation , yes application will have have access to keys. – S Ravi Kumar – 2018-09-26T07:33:46.870
since i have worked on exchange platform and payment gateways you can message me in persion about the doubts, i will be happy to help you – cryptoKTM – 2019-01-08T13:57:45.147
creating wallet address dynamically can be done with RPCs but for a exchange you wiil be needing extra services like mempool crawler, block crawler and soo on – cryptoKTM – 2019-01-08T13:58:59.833