If I wanted to have an anonymous bitcoin payment processor that generated fresh wallets for each customer that visited, a fresh one for any time they wanted to pay for something, would I have to have a specific server setup and constantly running, waiting for new requests to create a wallet? Or could that somehow be done in a simpler manner?
I assume that because I want to handle the payments directly, having a server running custom botware to handle the creation of new wallets and then spitting the results to the frontend of the website is the easiest and most secure way that I could separate and process and track payments.
I assume that because I want to handle the payments directly, having a server running custom botware to handle the creation of new wallets and then spitting the results to the frontend of the website is the easiest and most secure way that I could separate and process and track payments.