This commit is contained in:
wisfern
2024-04-08 00:20:32 +08:00
parent 4439dbb3b9
commit b5f321a3f1
2 changed files with 1 additions and 4 deletions

2
run.sh
View File

@@ -32,7 +32,7 @@ do
index=\$((RANDOM % \${#rpcurls[@]}))
rpc=\${rpcurls[\$index]}
echo \"Starting indefinite ore mining iteration with $keypair and rpc \$rpc ....\"
nice -n 2 ./ore --rpc \$rpc --keypair $keypair --priority-fee 5000000 mine --threads 2
nice -n 2 ./ore --rpc \$rpc --keypair $keypair --priority-fee 1000000 mine --threads 2
#ore --rpc \$rpc --keypair $keypair --priority-fee 1000000 mine --threads 16 &
#sleep 5
#ore --rpc \$rpc --keypair $keypair --priority-fee 1000000 mine --threads 16 &