mirror of
https://github.com/monero-project/monero.git
synced 2025-12-27 13:44:40 -05:00
6 lines
238 B
Bash
Executable file
6 lines
238 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
. ./conf.sh
|
|
|
|
rlwrap "$WALLET_CLI" --wallet-file "$WALLETS_ROOT_DIR/wallet_m.bin" --password "" --testnet --trusted-daemon --daemon-address $DAEMON_HOST:$DAEMON_PORT --log-file "$WALLETS_ROOT_DIR/wallet_m.log" stop_mining
|
|
|