deleted old files

This commit is contained in:
ACK-J
2022-02-28 00:32:32 -05:00
parent 013e5d3a42
commit 830afe86e0
2 changed files with 0 additions and 82 deletions

View File

@@ -1,41 +0,0 @@
#!/usr/bin/expect -f
set force_conservative 0 ;# set to 1 to force conservative mode even if
;# script wasn't run conservatively originally
if {$force_conservative} {
set send_slow {1 .1}
proc send {ignore arg} {
sleep .1
exp_send -s -- $arg
}
}
set timeout -1
spawn monero-wallet-cli --stagenet --generate-new-wallet Test-Wallet1 --create-address-file --password "" --log-file /dev/null --trusted-daemon
match_max 100000
expect "*language of your choice*"
send -- "1\r"
expect "*Do you want to do it now? (Y/Yes/N/No):*"
send -- "N\r"
expect "*wallet*]:*"
send -- "set ask-password 0\r"
expect "*Wallet password:*"
send -- "\r"
expect "*wallet*]:*"
send -- "set inactivity-lock-timeout 0\r"
expect "*Wallet password:*"
send -- "\r"
expect "*wallet*]:*"
send -- "set store-tx-info 1\r"
expect "*Wallet password:*"
send -- "\r"
expect "*wallet*]:*"
send -- "exit\r"
expect eof

View File

@@ -1,41 +0,0 @@
#!/usr/bin/expect -f
set force_conservative 0 ;# set to 1 to force conservative mode even if
;# script wasn't run conservatively originally
if {$force_conservative} {
set send_slow {1 .1}
proc send {ignore arg} {
sleep .1
exp_send -s -- $arg
}
}
set timeout -1
spawn monero-wallet-cli --testnet --generate-new-wallet Test-Wallet2 --create-address-file --password "" --log-file /dev/null --trusted-daemon
match_max 100000
expect "*language of your choice*"
send -- "1\r"
expect "*Do you want to do it now? (Y/Yes/N/No):*"
send -- "N\r"
expect "*wallet*]:*"
send -- "set ask-password 0\r"
expect "*Wallet password:*"
send -- "\r"
expect "*wallet*]:*"
send -- "set inactivity-lock-timeout 0\r"
expect "*Wallet password:*"
send -- "\r"
expect "*wallet*]:*"
send -- "set store-tx-info 1\r"
expect "*Wallet password:*"
send -- "\r"
expect "*wallet*]:*"
send -- "exit\r"
expect eof