mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 01:17:36 +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}
|
||||
|
||||
# Run Monero
|
||||
monerod --regtest --rpc-login ${RPC_USER}:${RPC_PASS} \
|
||||
--rpc-access-control-origins * --confirm-external-bind \
|
||||
# TODO: Restore Auth
|
||||
monerod --regtest --rpc-access-control-origins * --confirm-external-bind \
|
||||
--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
|
||||
while true; do
|
||||
|
|
Loading…
Reference in a new issue