add proxy

This commit is contained in:
Wisfern
2024-04-06 13:38:33 +08:00
parent d961aa1c0e
commit 36507f115c
3 changed files with 8 additions and 0 deletions

3
run.sh
View File

@@ -16,6 +16,9 @@ do
screen -dmS mining_$keypair bash -c "
while true; do
if [ -f rpc_config ]; then
source rpc_config
fi
echo \"Starting indefinite ore mining iteration with $keypair....\"
nice -n 20 ore --rpc $rpc --keypair ./$keypair --priority-fee 1000 mine --threads 2
#ore --rpc $rpc --keypair ./$keypair --priority-fee 1000000 mine --threads 16 &