Hello,
I want to share with you my custom ponzi script, with it you can create ponzis for almost every existing cryptocurrency.
Here it is:
https://github.com/Crypton33/CryptoPonziEverything works fine, just download & run.
Feel free to contribute and report bugs. If you like it - donate.
Have fun :-)
EDIT:
If you have linux VPS or dedicated server I can setup this script for you :-) 0.1 BTC for installation. If you're interested just send me the PM.
Installation errors, help me, please?
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\test2\config.php:9 Stack trace: #0 C:\xampp\htdocs\test2\setup.php(2): include() #1 {main} thrown in C:\xampp\htdocs\test2\config.php on line 9
my config
$mysql = array(
'user' => 'root',
'password' => '',
'host' => 'localhost',
'database' => 'btc'
);
mysql_connect($mysql['localhost'], $mysql['root'], $mysql['']) or die("Cannot connect to database.");
mysql_select_db($mysql['transactions']);