Bitcoin API with mixing service

2

I'm looking for an API that can hide where my received money goes, for privacy reasons. I don't want my customers to be able to see how much money I've received.

Blockchain used to have a mixing service with their receiving API, so that no one could see where the bitcoin was forwarded to, but they discontinued it. Are there any API's out there that have a mixing feature like this? If not, what can I do to ensure privacy?

Thank you.

user3893623

Posted 2015-05-20T06:26:40.700

Reputation: 23

Why not just use a hierarchial wallet?balki 2015-05-23T09:45:09.273

Answers

1

Check out Bitmixer.io, it even has an API.

You could do that, but personally, I think it's a much better idea to generate a new wallet per customer transaction. That way, all your coins aren't grouped together, so the customers won't know how much you make. Just how much they paid. Personally, my app creates addresses through the Coinbase API, all of which are held in a specific account named after my app.

Amin Shah Gilani

Posted 2015-05-20T06:26:40.700

Reputation: 528

I'll look into Bitmixer. About generating new wallets, what about when I feel it's time to cash out? It would be troublesome to withdraw from hundreds of wallets.user3893623 2015-05-22T02:41:19.873

@user3893623, actually, since using the Coinbase API required you to have a Coinbase wallet, you could log into the web interface and operate it like you would any other web wallet. Click "send" and type in the entire amount you'd like to send. Coinbase will also give you notifications when payments are for your wallets triggered via callbacks that your app can parse. Don't forget to mark this question as answered if it is!Amin Shah Gilani 2015-05-22T03:42:06.583