6 lines
163 B
Bash
6 lines
163 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
|
||
|
rlwrap simplewallet --wallet-file wallet_02.bin --password "" --testnet --trusted-daemon --daemon-address localhost:38081 --log-file wallet_01.log
|
||
|
|