mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
5 lines
156 B
Bash
5 lines
156 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
rlwrap simplewallet --wallet-file wallet_m --password "" --testnet --trusted-daemon --daemon-address 127.0.0.1:38081 --log-file wallet_m.log
|
||
|
|