daily pastebin goal
41%
SHARE
TWEET

Untitled

a guest Jan 29th, 2018 56 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.                 //if ($worker) {
  2.                 //      $config_string .= " -eworker " . $worker . " ";
  3.                 //}
  4.                 if(!preg_match("/-dbg/",$config_string)) {
  5.                         $config_string .= " -dbg -1 ";
  6.                 }
  7.                 if(!preg_match("/-wd/",$config_string)) {
  8.                         $config_string .= " -wd 0 ";
  9.                 }
  10.                 if(!preg_match("/-colors/",$config_string)) {
  11.                         $config_string .= " -colors 0 ";
  12.                 }
  13.                 if(!preg_match("/-allcoins/",$config_string)) {
  14.                         $config_string .= " -allcoins 1 ";
  15.                 }
  16.                 if(!preg_match("/-allpools/",$config_string)) {
  17.                         $config_string .= " -allpools 1 ";
  18.                 }
  19.                 if(!preg_match("/-gser/",$config_string)) {
  20.                         $config_string .= " -gser 2 ";
  21.                 }
  22.                 // resume normal good stuff
  23.                 $pools = " -epool $proxypool1 -ewal $proxywallet.$worker -epsw $poolpass1 ";
  24.                 if($proxypool2) {
  25.                         $pools .= " -epool $proxypool2 -ewal $proxywallet.$worker -epsw $poolpass2 ";
  26.                 }
  27.                 if($proxypool3) {
  28.                         $pools .= " -epool $proxypool3 -ewal $proxywallet.$worker -epsw $poolpass3 ";
  29.                 }
  30.                 if($proxypool4){
  31.                         $pools .= " -epool $proxypool4 -ewal $proxywallet.$worker -epsw $poolpass4 ";
  32.                 }
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top