mirror of
https://git.wownero.com/wownero/wownerowp.git
synced 2024-08-15 01:03:16 +00:00
Update README.md
Makes examples consistent with each other
This commit is contained in:
parent
ba65a4452a
commit
4fdf314736
1 changed files with 1 additions and 1 deletions
|
@ -50,4 +50,4 @@ This Monero plugin is an extension of WooCommerce, which works with WordPress
|
||||||
* Click on "Save changes"
|
* Click on "Save changes"
|
||||||
|
|
||||||
## Info on server authentication
|
## Info on server authentication
|
||||||
It is reccommended that you specify a username/password with your wallet rpc. This can be done by starting your wallet rpc with `monero-wallet-rpc --rpc-bind-port 18081 --rpc-login username:password --wallet-file /path/walletfile` where "username:password" is the username and password that you want to use, seperated by a colon. Alternatively, you can use the `--restricted-rpc` flag with the wallet rpc like so `./monero-wallet-rpc --testnet --rpc-bind-port 2808 --restricted-rpc --wallet-file testnetWallet`.
|
It is reccommended that you specify a username/password with your wallet rpc. This can be done by starting your wallet rpc with `monero-wallet-rpc --rpc-bind-port 18081 --rpc-login username:password --wallet-file /path/walletfile` where "username:password" is the username and password that you want to use, seperated by a colon. Alternatively, you can use the `--restricted-rpc` flag with the wallet rpc like so `./monero-wallet-rpc --testnet --rpc-bind-port 18081 --restricted-rpc --wallet-file wallet/path`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue