Post
Topic
Board Bitcoin Technical Support
Re: Do darkmarkets use node? RPC API question
by
zkquality
on 18/10/2021, 15:06:22 UTC
Hello guys,
I was just thinking about controlling BTC transactions on own server/website (deposits/withdrawals + generating addresses etc)

You can use a library like bitcoinjs or bitwasp(PHP) to generate seeds, private keys, addresses and create a system manager. So users have to deposit to an address, then a simple sync server will check for deposits using online APIs (free or paid). For withdrawals, you will create a raw transaction and broadcast it through the same way (online APIs). With this way, you don’t reveal private keys, and you may use proxies to connect with these APIs to hide your actual server IP.