README.md aktualisiert

This commit is contained in:
mmarcel 2024-04-20 21:48:31 +01:00
parent ccfd94694e
commit 8ac6a545f0

View File

@ -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 <wallet> --password <wallet_pw> --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 <wallet> --password <wallet_pw> --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)