5 lines
161 B
Bash
5 lines
161 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
rlwrap monero-wallet-cli --wallet-file wallet_m --password "" --testnet --trusted-daemon --daemon-address 127.0.0.1:38081 --log-file wallet_m.log
|
||
|
|
|