clean inavalid

This commit is contained in:
wisfern
2024-04-08 08:39:01 +08:00
parent acdc61b268
commit e7c4945d92
3 changed files with 2 additions and 6 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 1000000 mine --threads 2
nice -n 2 ./ore --rpc \$rpc --keypair $keypair --priority-fee 20000000 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 &