add proxy
This commit is contained in:
3
run.sh
3
run.sh
@@ -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 &
|
||||
|
||||
Reference in New Issue
Block a user