From ccfd94694e8b496b9191460c8dbc14b2d82b721a Mon Sep 17 00:00:00 2001 From: mmarcel Date: Sat, 20 Apr 2024 21:45:47 +0100 Subject: [PATCH 1/2] README.md aktualisiert --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 33cfcbd..caf7f35 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Place the following two config files in the program directory. "monero_wallet" : (string) IP:Port of Monero Wallet, "dero_daemon" : (string) IP:Port of Dero Daemon, "dero_wallet" : (string) IP:Port of Dero Wallet, + "dero_login" : (string, optional) user:password used to access wallet RPC, "pairs" : (string array) enabled pairs } ``` From 8ac6a545f02b5a1ae86903d0fca0d7ad66a19f94 Mon Sep 17 00:00:00 2001 From: mmarcel Date: Sat, 20 Apr 2024 21:48:31 +0100 Subject: [PATCH 2/2] README.md aktualisiert --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index caf7f35..50836f1 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,12 @@ The following Pairs are supported: The swap client connects to the specified server, provides information about the current balance and listens for incoming swap requests. Download the Monero-CLI files from https://www.getmonero.org/downloads/#cli\ -Create a new wallet. If there is no local daemon, use a remote node (eg. node.moneroworld.com:18089; `./monero-wallet-cli --daemon-address node.moneroworld.com:18089`)\ -Start the RPC server (eg. `./monero-wallet-rpc --daemon-address node.moneroworld.com:18089 --rpc-bind-port 18090 --wallet-file --password --disable-rpc-login`)\ +Create a new wallet. If there is no local daemon, use a remote node\ +(eg. node.moneroworld.com:18089; `./monero-wallet-cli --daemon-address node.moneroworld.com:18089`)\ +Start the RPC server (RPC login not implemented yet)\ +(eg. `./monero-wallet-rpc --daemon-address node.moneroworld.com:18089 --rpc-bind-port 18090 --wallet-file --password --disable-rpc-login`)\ Update **config.json**\ Run client + +## Important Notes +The Dero wallet needs the "missing entries" fix! (https://github.com/deroproject/derohe/pull/150) \ No newline at end of file