03-12-2015, 12:49 PMAoki Wrote: USE AT YOUR OWN RISK Ponzi script for cryptocurrencies (eg. Bitcoin) 1) Installationsetup mysql DB setup bitcoind (or other daemon) client get a composer run composer install and follow instructions run app/console doctrine:database:create run app/console doctrine:schema:create setup cron for command app/console bml:wallet:scan (5 minutes should be OK) this command will keep updating transactions, stats and sending payouts 2) Payout percent, fee etc. settings To setup round settings go to /admin url.Admin access is configured in parameters.yml: admin_user: admin admin_password: test admin_ip: 127.0.0.1 Set admin_ip to Your IP address. You can leave admin_ip blank (use ~) but it will be less safe because admin panel uses simple http authentication. Content has been stripped. Go to the quoted post to view the content.
Loading Info...