mirror of
https://github.com/monero-project/monero.git
synced 2025-12-29 01:44:37 -05:00
6 lines
239 B
Bash
Executable file
6 lines
239 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" start_mining
|
|
|