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 b233008 commit ec08906Copy full SHA for ec08906
Makefile
@@ -595,3 +595,19 @@ user3-desktop-mainnet:
595
--apiPort=1204 \
596
--useNativeXmrWallet=false \
597
--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
609
610
+ --rpc-bind-port 18085 \
611
612
613
0 commit comments