You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
208 B

#!/bin/bash
port="18082"
if [ $# -ge 1 ]; then
port="$1"
fi
monero-wallet-rpc --stagenet --daemon-address 18.133.55.120:38081 --wallet-dir /tmp/mmc-tests.$port --disable-rpc-login --rpc-bind-port "$port"