initial commit

This commit is contained in:
2021-12-05 17:06:49 +01:00
parent d9207165db
commit 82c4bbf1b3
2 changed files with 14 additions and 10 deletions

View File

@ -5,8 +5,8 @@ POOL="devnoso"
#POOL="leviable"
#POOL="russiapool"
#POOL="CryptoCribRO"
WALLET=""
CPU=
WALLET="${W}"
CPU=${CPU}
for wallet in ${WALLET:?Variable not set or is empty}; do
wallets+=" --wallet $wallet"