5 lines
169 B
Bash
5 lines
169 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
rlwrap simplewallet --wallet-file wallet_m --password "" --testnet --trusted-daemon --daemon-address localhost:38081 --log-file wallet_m.log start_mining
|
||
|
|