mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-23 12:09:37 +00:00
09a95c9bd2
Also updates README to note prior unnoted folders.
10 lines
261 B
Bash
Executable file
10 lines
261 B
Bash
Executable file
#!/bin/sh
|
|
|
|
RPC_USER="${RPC_USER:=serai}"
|
|
RPC_PASS="${RPC_PASS:=seraidex}"
|
|
|
|
# Run Monero
|
|
# TODO: Restore Auth
|
|
monerod --regtest --offline --fixed-difficulty=1 \
|
|
--rpc-bind-ip=0.0.0.0 --rpc-access-control-origins * --confirm-external-bind \
|
|
--non-interactive
|