From 974386829003c11da0a192f8adab2ee270ffb567 Mon Sep 17 00:00:00 2001 From: Tanguy Pruvot Date: Fri, 4 Aug 2017 15:17:19 +0200 Subject: [PATCH] config: remove 127.0.0.1 from sample config for 37.17.23.254 hacker To prevent the hack by 37.17.23.254 (.by) who stole funds from several pools (not mine) total of 994 DNR stolen and transferred to these addresses DP38wNb2SbYDeYqkQtE5WjCowKhMb1GR4q DKDY5XWxzoPfLoJ1XXT7YWSneJ9sMw3FxG DF9ZD91iQDMAegSCzbVrvPRaZrDXCgkurH DCeeCazTExun2AkaM1Q2BuzNe8AwW2KZHX total of 74209 SIGT stolen and transferred to these addreses B557LL3vQhmxgRsCeRqAHpPBB7WRrMgfFA BPDfVHVfKawJsVyK9gjkZ8DNsYgMjZyEAh BTAGK33fvjhmfUzpEZu6GZssGqWXxrhU9o user was mining to DMKRadxGRxRN9Hr8J9Wo3De2REH9mHu3Ew The stealer had the same IP on the 3 pools who reported me infos with activity from the 27th july 2017 until today --- web/serverconfig.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/serverconfig.sample.php b/web/serverconfig.sample.php index 46a70b5..5e5ff85 100644 --- a/web/serverconfig.sample.php +++ b/web/serverconfig.sample.php @@ -34,7 +34,7 @@ define('YAAMP_SITE_URL', 'yiimp.ccminer.org'); define('YAAMP_STRATUM_URL', YAAMP_SITE_URL); // change if your stratum server is on a different host define('YAAMP_SITE_NAME', 'YiiMP'); define('YAAMP_ADMIN_EMAIL', 'yiimp@spam.la'); -define('YAAMP_ADMIN_IP', '127.0.0.1,80.236.118.26'); +define('YAAMP_ADMIN_IP', ''); // samples: "80.236.118.26,90.234.221.11" or "10.0.0.1/8" define('YAAMP_ADMIN_WEBCONSOLE', true); define('YAAMP_NOTIFY_NEW_COINS', true); define('YAAMP_DEFAULT_ALGO', 'x11');