diff options
| author | Ilya Kitaev <mbg033@gmail.com> | 2016-06-01 17:06:10 +0300 |
|---|---|---|
| committer | Ilya Kitaev <mbg033@gmail.com> | 2016-06-23 16:01:41 +0300 |
| commit | 44cc0ef147bd369dbc6b4399361d3ba7d03707ad (patch) | |
| tree | b574f3cf6398e2e5b6d2ec73e0d481b730b8472f /tests/libwallet_api_tests/scripts/create_wallets.sh | |
| parent | 2060bfe5ade3bcea8139109f1f59c0f8116ce6f6 (diff) | |
| download | monzero-core-44cc0ef147bd369dbc6b4399361d3ba7d03707ad.tar.gz monzero-core-44cc0ef147bd369dbc6b4399361d3ba7d03707ad.tar.xz monzero-core-44cc0ef147bd369dbc6b4399361d3ba7d03707ad.zip | |
scripts for faster test wallets generation
Diffstat (limited to 'tests/libwallet_api_tests/scripts/create_wallets.sh')
| -rwxr-xr-x | tests/libwallet_api_tests/scripts/create_wallets.sh | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/libwallet_api_tests/scripts/create_wallets.sh b/tests/libwallet_api_tests/scripts/create_wallets.sh new file mode 100755 index 000000000..fd3db838c --- /dev/null +++ b/tests/libwallet_api_tests/scripts/create_wallets.sh @@ -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 + + |
