add engine key

This commit is contained in:
wisfern
2024-04-08 15:53:30 +08:00
parent e7c4945d92
commit 0711ef4b75
3 changed files with 9 additions and 8 deletions

View File

@@ -5,7 +5,7 @@
rpc=https://api.mainnet-beta.solana.com
total_rewards=0
files=$(find . -maxdepth 2 -type f -name "*.json")
files=$(find key -maxdepth 2 -type f -name "*.json")
for keyfile in $files;
do
rewards=$(ore --rpc $rpc --keypair $keyfile rewards 2>/dev/null | sed 's/ ORE//')