mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-23 12:09:37 +00:00
Temporarily strip auth from monerod rpc for tests.
This commit is contained in:
parent
16c51ce374
commit
5df74ac9e2
1 changed files with 3 additions and 3 deletions
|
@ -5,10 +5,10 @@ RPC_PASS="${RPC_PASS:=seraidex}"
|
||||||
BLOCK_TIME=${BLOCK_TIME:=5}
|
BLOCK_TIME=${BLOCK_TIME:=5}
|
||||||
|
|
||||||
# Run Monero
|
# Run Monero
|
||||||
monerod --regtest --rpc-login ${RPC_USER}:${RPC_PASS} \
|
# TODO: Restore Auth
|
||||||
--rpc-access-control-origins * --confirm-external-bind \
|
monerod --regtest --rpc-access-control-origins * --confirm-external-bind \
|
||||||
--rpc-bind-ip=0.0.0.0 --offline --fixed-difficulty=1 \
|
--rpc-bind-ip=0.0.0.0 --offline --fixed-difficulty=1 \
|
||||||
--non-interactive --mining-threads 1 --bg-mining-enable --detach
|
--non-interactive --mining-threads 1 --detach
|
||||||
|
|
||||||
# give time to monerod to start
|
# give time to monerod to start
|
||||||
while true; do
|
while true; do
|
||||||
|
|
Loading…
Reference in a new issue