Mixer based on Bitmixer.io api Based from: https://github.com/kristapsmors/bitcoinmixer I'm improving the UI
- title of mixer
$TITLE = 'Crypto Coins Mixer';
- your address for fee
$myaddr = '1MGxh6mnfkgPgCKgTTS4cEzC8vbhgqg2EW';
- your fee %
$feePerc = 1;
- bitmixer fixed fee
$bitmixerFee = '0.6523';
- customer time in hours for send
$customerTime = 8;
- your time in hours for send
$myTime = 10;