mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
4 lines
206 B
Bash
4 lines
206 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
monero-wallet-rpc --disable-rpc-login --rpc-bind-port 6061 --rpc-bind-ip=0.0.0.0 --confirm-external-bind --daemon-address monero:18081 --allow-mismatched-daemon-version --wallet-dir /home/monero
|