Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 457 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 457 Bytes

bitcoinmixerphp

Mixer based on Bitmixer.io api Based from: https://github.com/kristapsmors/bitcoinmixer I'm improving the UI

configuration

  • 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;