We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c0591 commit 25ba141Copy full SHA for 25ba141
.github/actions/monero-wallet-rpc/action.yml
@@ -43,7 +43,7 @@ runs:
43
shell: bash
44
run: |
45
./monero-wallet-rpc --allow-mismatched-daemon-version \
46
- --daemon-address 0.0.0.0:18081 --daemon-login user:pass \
+ --daemon-address 0.0.0.0:18081 \
47
--rpc-login=user:pass --rpc-bind-port 18082 \
48
--wallet-dir ./ \
49
--detach
.github/actions/monero/action.yml
@@ -47,4 +47,4 @@ runs:
monerod --non-interactive --regtest --offline --fixed-difficulty=1 \
--no-zmq --rpc-bind-ip=0.0.0.0 --rpc-bind-port=18081 --confirm-external-bind \
--rpc-access-control-origins "*" --disable-rpc-ban \
50
- --rpc-login=user:pass --detach
+ --detach
0 commit comments