initial commit

This commit is contained in:
2021-12-05 17:01:42 +01:00
parent 2714082270
commit d9207165db
2 changed files with 16 additions and 2 deletions

View File

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