mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-22 15:32:24 +00:00
4 lines
177 B
Bash
Executable file
4 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
|
|
|