Decided to write a FAQ and a manual describing the features of this bitcoin mixer. Will keep this post updated
### Frequently asked questions ###
How do I use Bitcoin Blender?1. Register account.
2. Deposit coins to your deposit address.
3. Wait ~20-30 minutes for 3 confirms.
4. Go to Withdraw page.
5. Enter address, amount and click on "Send bitcoins".
You will now receive other coins than you originally deposited, with no link to your old coins.
If you want to stay a little more stealth you can spread your deposits to more addresses and then wait a day and then make your withdraws.
I sent coins to my deposit address but they never show up, where are they?Take the address you sent the bitcoins to (hopefully your deposit address on Blender?) and go to
https://blockchain.info and check the address there.
If they don't show there, you have not sent them. If you are not getting any confirmations this is probably because you did not include the miners fee when sending.
I withdrew coins from Bitcoin Blender but some are missing/they did not arrive, where are they?Take the address you withdrew your coins to and go to
https://blockchain.info and check the transactions.
If they show there then the problem is not on Bitcoin Blender. If you sent it to another web service it can take time for them to add the coins to your balance.
### Depositing ###After registering you get one deposit address, you can get up to a total of five addresses by clicking on the "Get new deposit address" button.
After you have deposited coins to an address you can delete it by clicking on the grey X next to the address, you can then get another one again by clicking on "Get new deposit address".
When sending coins to any of your deposit addresses you will immediately see them as "Unconfirmed" on the site, after three confirms the coins will be added to your balance.
A random fee between 1 and 3% is taken upon time of deposit.
### Withdrawing ###When navigating to the Withdraw page you will see a message at the top saying if there are enough coins in the mixer to be able to send you other coins than the ones you have deposited.
Bitcoin Blender keeps track of all your old deposited coins until they have completely left the mixer, this is to be able to do the above check and be sure to not ever send you the same coins.
If the message says that there is not enough coins in the mixer you should use the Test Send function.
1. Enter a lower amount of Bitcoins in the Amount field.
2. Click the Test Send button.
3. Read the status message.
If it says that you can send it, then enter the address and amount again and click the "Send bitcoins" button.
### Automatic Withdrawing ###Another feature on Bitcoin Blender is Automatic Withdrawing.
1. Enter a bitcoin address in the "Activate Automatic Withdrawal to this address" field
2. Click the "Turn on automatic withdrawing" button.
3. Deposit coins to your account
4. All coins on your account will be sent to the address specified
From now on (until you turn it off) when you deposit coins to your account all your coins will automatically be sent to the address entered as the Automatic Withdawal address.
Automatic Withdrawal uses the Test Send function and will not withdraw any coins if there are not enough coins in the mixer to send you other coins than the ones you have deposited.
It will keep checking the mixer and as soon as there are enough to safely send you coins it will do it.
If your coins are stuck at this place and you want to withdraw them anyways even though it will mean that you will get parts of your own coins back
you can turn off the Automatic Withdrawal feature by clicking on the "Turn off automatic withdrawing" button.
This will turn it off and at the same time it will send any pending transactions done by Automatic Withdrawal.
After you have made your first withdrawals you will see a history of withdraws at the bottom of the page.
There is also a button to delete your transaction history, clicking on "Delete transaction history" will delete it from the database, but the log files are still there for a while.
### Logs and Backup ###Log files are deleted by a cronjob every night and it automatically deletes all logs older than 10 days: "find /var/log/* -mtime +10 -delete"
Backup of database and wallet are taken every hour and put in a Truecrypt container and copied to another server with redundant disks.
//Bitblender