Update ore.sh

This commit is contained in:
smeb y 2024-04-05 15:28:28 +08:00 committed by GitHub
parent 1381cfe2c1
commit d981980a71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
ore.sh
View File

@ -298,7 +298,7 @@ end=${range[1]}
# 执行循环 # 执行循环
for i in $(seq $start $end); do for i in $(seq $start $end); do
ore --rpc 自己的rpc --keypair ~/.config/solana/id$i.json --priority-fee 1 rewards ore --rpc https://api.mainnet-beta.solana.com --keypair ~/.config/solana/id$i.json --priority-fee 1 rewards
done done
} }