mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 21:23:27 +01:00
5 lines
162 B
Bash
5 lines
162 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
rlwrap simplewallet --wallet-file wallet_03.bin --password "" --testnet --trusted-daemon --daemon-address localhost:38081 --log-file wallet_03.log
|
||
|
|