Skip to content

epyklion/bitcoinmixerphp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;

About

Mixer based on Bitmixer.io api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%