mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-11 05:33:28 +01:00
6 lines
163 B
Bash
6 lines
163 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
|
||
|
rlwrap simplewallet --wallet-file wallet_01.bin --password "" --testnet --trusted-daemon --daemon-address localhost:38081 --log-file wallet_01.log
|
||
|
|