SHARE
TWEET
Untitled
a guest
Jan 29th, 2018
56
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- //if ($worker) {
- // $config_string .= " -eworker " . $worker . " ";
- //}
- if(!preg_match("/-dbg/",$config_string)) {
- $config_string .= " -dbg -1 ";
- }
- if(!preg_match("/-wd/",$config_string)) {
- $config_string .= " -wd 0 ";
- }
- if(!preg_match("/-colors/",$config_string)) {
- $config_string .= " -colors 0 ";
- }
- if(!preg_match("/-allcoins/",$config_string)) {
- $config_string .= " -allcoins 1 ";
- }
- if(!preg_match("/-allpools/",$config_string)) {
- $config_string .= " -allpools 1 ";
- }
- if(!preg_match("/-gser/",$config_string)) {
- $config_string .= " -gser 2 ";
- }
- // resume normal good stuff
- $pools = " -epool $proxypool1 -ewal $proxywallet.$worker -epsw $poolpass1 ";
- if($proxypool2) {
- $pools .= " -epool $proxypool2 -ewal $proxywallet.$worker -epsw $poolpass2 ";
- }
- if($proxypool3) {
- $pools .= " -epool $proxypool3 -ewal $proxywallet.$worker -epsw $poolpass3 ";
- }
- if($proxypool4){
- $pools .= " -epool $proxypool4 -ewal $proxywallet.$worker -epsw $poolpass4 ";
- }
RAW Paste Data

