mirror of
https://github.com/monero-project/monero.git
synced 2024-11-05 16:07:37 +00:00
5 lines
172 B
Bash
5 lines
172 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
rlwrap simplewallet --wallet-file wallet_m --password "" --testnet --trusted-daemon --daemon-address localhost:38081 --log-file wallet_miner.log stop_mining
|
||
|
|