aboutsummaryrefslogtreecommitdiff
path: root/tests/libwallet_api_tests
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-09-03 22:03:44 +0200
committerRiccardo Spagni <ric@spagni.net>2016-09-03 22:03:44 +0200
commitdf63e0704aaed8ca4ce89f84586978c0b714ebf8 (patch)
tree46a59c67869cdbfcaaa1ec9d1aa904c97eb7987d /tests/libwallet_api_tests
parentfix blockchain utilities readme (diff)
downloadmonero-df63e0704aaed8ca4ce89f84586978c0b714ebf8.tar.xz
fix remaining bitmonero and simplewallet bits
Diffstat (limited to 'tests/libwallet_api_tests')
-rwxr-xr-xtests/libwallet_api_tests/scripts/create_wallets.sh2
-rwxr-xr-xtests/libwallet_api_tests/scripts/mining_start.sh2
-rwxr-xr-xtests/libwallet_api_tests/scripts/mining_stop.sh2
-rwxr-xr-xtests/libwallet_api_tests/scripts/open_wallet_1.sh2
-rwxr-xr-xtests/libwallet_api_tests/scripts/open_wallet_2.sh2
-rwxr-xr-xtests/libwallet_api_tests/scripts/open_wallet_3.sh2
-rwxr-xr-xtests/libwallet_api_tests/scripts/open_wallet_4.sh2
-rwxr-xr-xtests/libwallet_api_tests/scripts/open_wallet_5.sh2
-rwxr-xr-xtests/libwallet_api_tests/scripts/open_wallet_miner.sh2
-rwxr-xr-xtests/libwallet_api_tests/scripts/send_funds.sh2
10 files changed, 10 insertions, 10 deletions
diff --git a/tests/libwallet_api_tests/scripts/create_wallets.sh b/tests/libwallet_api_tests/scripts/create_wallets.sh
index 6abad84f9..e25d2c317 100755
--- a/tests/libwallet_api_tests/scripts/create_wallets.sh
+++ b/tests/libwallet_api_tests/scripts/create_wallets.sh
@@ -2,7 +2,7 @@
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
+ echo 0 | monero-wallet-cli --testnet --trusted-daemon --daemon-address localhost:38081 --generate-new-wallet $wallet_name --password "" --restore-height=1
}
diff --git a/tests/libwallet_api_tests/scripts/mining_start.sh b/tests/libwallet_api_tests/scripts/mining_start.sh
index 76eabfc55..30e3b7fbb 100755
--- a/tests/libwallet_api_tests/scripts/mining_start.sh
+++ b/tests/libwallet_api_tests/scripts/mining_start.sh
@@ -1,4 +1,4 @@
#!/bin/bash
-rlwrap simplewallet --wallet-file wallet_m --password "" --testnet --trusted-daemon --daemon-address localhost:38081 --log-file wallet_m.log start_mining
+rlwrap monero-wallet-cli --wallet-file wallet_m --password "" --testnet --trusted-daemon --daemon-address localhost:38081 --log-file wallet_m.log start_mining
diff --git a/tests/libwallet_api_tests/scripts/mining_stop.sh b/tests/libwallet_api_tests/scripts/mining_stop.sh
index 640e56943..fadd68085 100755
--- a/tests/libwallet_api_tests/scripts/mining_stop.sh
+++ b/tests/libwallet_api_tests/scripts/mining_stop.sh
@@ -1,4 +1,4 @@
#!/bin/bash
-rlwrap simplewallet --wallet-file wallet_m --password "" --testnet --trusted-daemon --daemon-address localhost:38081 --log-file wallet_miner.log stop_mining
+rlwrap monero-wallet-cli --wallet-file wallet_m --password "" --testnet --trusted-daemon --daemon-address localhost:38081 --log-file wallet_miner.log stop_mining
diff --git a/tests/libwallet_api_tests/scripts/open_wallet_1.sh b/tests/libwallet_api_tests/scripts/open_wallet_1.sh
index 08f4e28ab..6e5a373d8 100755
--- a/tests/libwallet_api_tests/scripts/open_wallet_1.sh
+++ b/tests/libwallet_api_tests/scripts/open_wallet_1.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-rlwrap simplewallet --wallet-file wallet_01.bin --password "" --testnet --trusted-daemon --daemon-address localhost:38081 --log-file wallet_01.log
+rlwrap monero-wallet-cli --wallet-file wallet_01.bin --password "" --testnet --trusted-daemon --daemon-address localhost:38081 --log-file wallet_01.log
diff --git a/tests/libwallet_api_tests/scripts/open_wallet_2.sh b/tests/libwallet_api_tests/scripts/open_wallet_2.sh
index 8a16a6647..305af2f11 100755
--- a/tests/libwallet_api_tests/scripts/open_wallet_2.sh
+++ b/tests/libwallet_api_tests/scripts/open_wallet_2.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-rlwrap simplewallet --wallet-file wallet_02.bin --password "" --testnet --trusted-daemon --daemon-address localhost:38081 --log-file wallet_01.log
+rlwrap monero-wallet-cli --wallet-file wallet_02.bin --password "" --testnet --trusted-daemon --daemon-address localhost:38081 --log-file wallet_01.log
diff --git a/tests/libwallet_api_tests/scripts/open_wallet_3.sh b/tests/libwallet_api_tests/scripts/open_wallet_3.sh
index 64a04b3c4..43df4a906 100755
--- a/tests/libwallet_api_tests/scripts/open_wallet_3.sh
+++ b/tests/libwallet_api_tests/scripts/open_wallet_3.sh
@@ -1,4 +1,4 @@
#!/bin/bash
-rlwrap simplewallet --wallet-file wallet_03.bin --password "" --testnet --trusted-daemon --daemon-address localhost:38081 --log-file wallet_03.log
+rlwrap monero-wallet-cli --wallet-file wallet_03.bin --password "" --testnet --trusted-daemon --daemon-address localhost:38081 --log-file wallet_03.log
diff --git a/tests/libwallet_api_tests/scripts/open_wallet_4.sh b/tests/libwallet_api_tests/scripts/open_wallet_4.sh
index 8ebf0a4c7..c48dd5636 100755
--- a/tests/libwallet_api_tests/scripts/open_wallet_4.sh
+++ b/tests/libwallet_api_tests/scripts/open_wallet_4.sh
@@ -1,4 +1,4 @@
#!/bin/bash
-rlwrap simplewallet --wallet-file wallet_04.bin --password "" --testnet --trusted-daemon --daemon-address localhost:38081 --log-file wallet_04.log
+rlwrap monero-wallet-cli --wallet-file wallet_04.bin --password "" --testnet --trusted-daemon --daemon-address localhost:38081 --log-file wallet_04.log
diff --git a/tests/libwallet_api_tests/scripts/open_wallet_5.sh b/tests/libwallet_api_tests/scripts/open_wallet_5.sh
index bbeb702c0..820114d48 100755
--- a/tests/libwallet_api_tests/scripts/open_wallet_5.sh
+++ b/tests/libwallet_api_tests/scripts/open_wallet_5.sh
@@ -1,4 +1,4 @@
#!/bin/bash
-rlwrap simplewallet --wallet-file wallet_05.bin --password "" --testnet --trusted-daemon --daemon-address localhost:38081 --log-file wallet_05.log
+rlwrap monero-wallet-cli --wallet-file wallet_05.bin --password "" --testnet --trusted-daemon --daemon-address localhost:38081 --log-file wallet_05.log
diff --git a/tests/libwallet_api_tests/scripts/open_wallet_miner.sh b/tests/libwallet_api_tests/scripts/open_wallet_miner.sh
index 07a4e58ea..633e2519c 100755
--- a/tests/libwallet_api_tests/scripts/open_wallet_miner.sh
+++ b/tests/libwallet_api_tests/scripts/open_wallet_miner.sh
@@ -1,4 +1,4 @@
#!/bin/bash
-rlwrap simplewallet --wallet-file wallet_m --password "" --testnet --trusted-daemon --daemon-address 127.0.0.1:38081 --log-file wallet_m.log
+rlwrap monero-wallet-cli --wallet-file wallet_m --password "" --testnet --trusted-daemon --daemon-address 127.0.0.1:38081 --log-file wallet_m.log
diff --git a/tests/libwallet_api_tests/scripts/send_funds.sh b/tests/libwallet_api_tests/scripts/send_funds.sh
index 437e4f240..b7f282b71 100755
--- a/tests/libwallet_api_tests/scripts/send_funds.sh
+++ b/tests/libwallet_api_tests/scripts/send_funds.sh
@@ -6,7 +6,7 @@ function send_funds {
local amount=$1
local dest=$(cat "$2.address.txt")
- simplewallet --wallet-file wallet_m --password "" \
+ monero-wallet-cli --wallet-file wallet_m --password "" \
--testnet --trusted-daemon --daemon-address localhost:38081 --log-file wallet_m.log \
--command transfer $dest $amount
}