Your Name 5 years ago
parent
commit
750db2cfa5
2 changed files with 7 additions and 8 deletions
  1. 3 4
      miner_new.sh
  2. 4 4
      setup_amd.sh

+ 3 - 4
miner_new.sh

@@ -41,7 +41,7 @@ echo "start miner."
 
 
 ## Nicehash ETH only
 ## Nicehash ETH only
 #screen -dmS miner claymore/ethdcrminer64 -epool stratum+tcp://daggerhashimoto.eu-new.nicehash.com:3353 -ewal 16F8V2EnHCNPVQwTGLifGHCE12XTnWPG8G.OpenRig -epsw x -esm 3 -allpools 1 -estale 0 -gser 2 -asm 1 &
 #screen -dmS miner claymore/ethdcrminer64 -epool stratum+tcp://daggerhashimoto.eu-new.nicehash.com:3353 -ewal 16F8V2EnHCNPVQwTGLifGHCE12XTnWPG8G.OpenRig -epsw x -esm 3 -allpools 1 -estale 0 -gser 2 -asm 1 &
-#screen -dmS miner PhoenixMiner/PhoenixMiner -pool stratum+tcp://daggerhashimoto.eu-new.nicehash.com:3353 -wal 16F8V2EnHCNPVQwTGLifGHCE12XTnWPG8G.OpenRig -pass x -proto 4
+screen -dmS miner PhoenixMiner/PhoenixMiner -pool stratum+tcp://daggerhashimoto.eu-new.nicehash.com:3353 -wal 16F8V2EnHCNPVQwTGLifGHCE12XTnWPG8G.OpenRig -pass x -proto 4
 
 
 ## Nicehash ETH + lbry
 ## Nicehash ETH + lbry
 #screen -dmS miner claymore/ethdcrminer64 -epool stratum+tcp://daggerhashimoto.eu-new.nicehash.com:3353 -ewal 16F8V2EnHCNPVQwTGLifGHCE12XTnWPG8G.OpenRig -epsw x -esm 3 -allpools 1 -estale 0 -dpool stratum+tcp://lbry.eu.nicehash.com:3356 -dwal 16F8V2EnHCNPVQwTGLifGHCE12XTnWPG8G.OpenRig  -dpsw x -dcoin lbc
 #screen -dmS miner claymore/ethdcrminer64 -epool stratum+tcp://daggerhashimoto.eu-new.nicehash.com:3353 -ewal 16F8V2EnHCNPVQwTGLifGHCE12XTnWPG8G.OpenRig -epsw x -esm 3 -allpools 1 -estale 0 -dpool stratum+tcp://lbry.eu.nicehash.com:3356 -dwal 16F8V2EnHCNPVQwTGLifGHCE12XTnWPG8G.OpenRig  -dpsw x -dcoin lbc
@@ -115,8 +115,7 @@ echo "start miner."
 #cd ~/lolMiner
 #cd ~/lolMiner
 #screen -dmS miner ./lolMiner --coin BEAM --pool beamv2.eu-new.nicehash.com --port 3378 --user 16F8V2EnHCNPVQwTGLifGHCE12XTnWPG8G.OpenRig --pass x --tls 0
 #screen -dmS miner ./lolMiner --coin BEAM --pool beamv2.eu-new.nicehash.com --port 3378 --user 16F8V2EnHCNPVQwTGLifGHCE12XTnWPG8G.OpenRig --pass x --tls 0
 #screen -dmS miner ./lolMiner --coin AUTO144_5 --pool zhash.eu.nicehash.com --port 3369 --user 16F8V2EnHCNPVQwTGLifGHCE12XTnWPG8G.OpenRig --pass x --tls 0
 #screen -dmS miner ./lolMiner --coin AUTO144_5 --pool zhash.eu.nicehash.com --port 3369 --user 16F8V2EnHCNPVQwTGLifGHCE12XTnWPG8G.OpenRig --pass x --tls 0
-
-cd gminer
-screen -dmS miner ./miner -a beamhashII --server beamv2.eu-new.nicehash.com --port 3378 -u 16F8V2EnHCNPVQwTGLifGHCE12XTnWPG8G.OpenRig -p x
+#cd gminer
+#screen -dmS miner ./miner -a beamhashII --server beamv2.eu-new.nicehash.com --port 3378 -u 16F8V2EnHCNPVQwTGLifGHCE12XTnWPG8G.OpenRig -p x
 
 
 echo "use 'screen -x miner' to see miner activity"
 echo "use 'screen -x miner' to see miner activity"

+ 4 - 4
setup_amd.sh

@@ -8,11 +8,11 @@ lsb_r="`lsb_release -d | awk '{print$2" "$3}'`"
 curdir=$PWD
 curdir=$PWD
 
 
 #### OPTIONS ####
 #### OPTIONS ####
-host_name="miner1"
-#Drivers="17.50"
+host_name="Quanta"
+Drivers="17.50"
 #Drivers="18.20"
 #Drivers="18.20"
 #Drivers="18.40"
 #Drivers="18.40"
-Drivers="18.50" #ubuntu 18.04
+#Drivers="18.50" #ubuntu 18.04
 
 
 ROCM_="NO" #rcom compute
 ROCM_="NO" #rcom compute
 ETHMine="YES"
 ETHMine="YES"
@@ -25,7 +25,7 @@ Lyra2z="YES"
 Phoenix="YES"
 Phoenix="YES"
 lolMiner="YES"
 lolMiner="YES"
 Gminer="YES"
 Gminer="YES"
-swap_size="8" # 0/4/8/16 Go
+swap_size="16" # 0/4/8/16 Go
 NewNiceHash="YES"
 NewNiceHash="YES"
 
 
 #script_version=`grep version version.txt | awk '{ print $2 }'`
 #script_version=`grep version version.txt | awk '{ print $2 }'`