nemosminer / NemosMiner

NemosMiner multi algo profit switching NVIDIA miner
GNU General Public License v3.0
230 stars 105 forks source link

static port EWBF port 2142 #39

Closed viatoro closed 7 years ago

viatoro commented 7 years ago

Arguments = "--api --server $($Pools.(Get-Algorithm($)).Host) --port 2142 --fee 0 --solver 0 --eexit 1 --user $($Pools.(Get-Algorithm($)).User) --pass $($Pools.(Get-Algorithm($)).Pass)$($Commands.$)"

Arguments = "--api --server $($Pools.(Get-Algorithm($)).Host) --port $($Pools.(Get-Algorithm($)).Port) --fee 0 --solver 0 --eexit 1 --user $($Pools.(Get-Algorithm($)).User) --pass $($Pools.(Get-Algorithm($)).Pass)$($Commands.$_)"

nemosminer commented 7 years ago

thankyou