mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 13:13:27 +01:00
5 lines
177 B
Bash
Executable File
5 lines
177 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rlwrap monero-wallet-cli --wallet-file wallet_m --password "" --testnet --trusted-daemon --daemon-address localhost:38081 --log-file wallet_miner.log stop_mining
|
|
|