mirror of
https://github.com/monero-project/monero.git
synced 2025-08-06 08:34:20 -04:00
scripts for faster test wallets generation
This commit is contained in:
parent
2060bfe5ad
commit
44cc0ef147
11 changed files with 121 additions and 20 deletions
20
tests/libwallet_api_tests/scripts/create_wallets.sh
Executable file
20
tests/libwallet_api_tests/scripts/create_wallets.sh
Executable file
|
@ -0,0 +1,20 @@
|
|||
#!/bin/bash
|
||||
|
||||
function create_wallet {
|
||||
wallet_name=$1
|
||||
echo 0 | simplewallet --testnet --trusted-daemon --daemon-address localhost:38081 --generate-new-wallet $wallet_name --password "" --restore-height=1
|
||||
}
|
||||
|
||||
|
||||
|
||||
create_wallet wallet_01.bin
|
||||
create_wallet wallet_02.bin
|
||||
create_wallet wallet_03.bin
|
||||
#create_wallet wallet_04.bin
|
||||
create_wallet wallet_05.bin
|
||||
create_wallet wallet_06.bin
|
||||
|
||||
|
||||
#create_wallet wallet_m
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue