Skip to content

Commit ec08906

Browse files
committed
add config for buyer & seller wallet rpc in makefile
1 parent b233008 commit ec08906

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Makefile

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,3 +595,19 @@ user3-desktop-mainnet:
595595
--apiPort=1204 \
596596
--useNativeXmrWallet=false \
597597
--ignoreLocalXmrNode=false \
598+
599+
buyer-wallet-mainnet:
600+
./.localnet/monero-wallet-rpc \
601+
--daemon-address http://localhost:18081 \
602+
--rpc-bind-port 18084 \
603+
--rpc-login rpc_user:abc123 \
604+
--rpc-access-control-origins http://localhost:8080 \
605+
--wallet-dir ./.localnet \
606+
607+
seller-wallet-mainnet:
608+
./.localnet/monero-wallet-rpc \
609+
--daemon-address http://localhost:18081 \
610+
--rpc-bind-port 18085 \
611+
--rpc-login rpc_user:abc123 \
612+
--rpc-access-control-origins http://localhost:8080 \
613+
--wallet-dir ./.localnet \

0 commit comments

Comments
 (0)