新增一批账号
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
|
||||
rpc=https://api.mainnet-beta.solana.com
|
||||
total_rewards=0
|
||||
for keyfile in *.json;
|
||||
files=$(find . -maxdepth 2 -type f -name "*.json")
|
||||
for keyfile in $files;
|
||||
do
|
||||
source ./rpc_config
|
||||
rewards=$(ore --rpc $rpc --keypair $keyfile rewards 2>/dev/null | sed 's/ ORE//')
|
||||
|
||||
Reference in New Issue
Block a user