Update monero-wallet-rpc configuration example
This commit is contained in:
parent
f881779b60
commit
1860a48c4b
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ untrusted-daemon=1
|
|||
non-interactive=1
|
||||
|
||||
rpc-bind-port=18082
|
||||
disable-rpc-login=1
|
||||
rpc-login=username:passw0rd
|
||||
|
||||
wallet-dir=/var/lib/monero-wallet/wallet
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Install Monero node or choose a [public one](https://monero.fail/).
|
||||
|
||||
Install and configure [monero-wallet-rpc](https://monerodocs.org/interacting/monero-wallet-rpc-reference/) service. Add `disable-rpc-login=1` to your `monero-wallet-rpc` configuration file (currently RPC auth is not supported in Mitra). See [example](../contrib/monero/wallet.conf).
|
||||
Install and configure [monero-wallet-rpc](https://monerodocs.org/interacting/monero-wallet-rpc-reference/) service. See configuration file [example](../contrib/monero/wallet.conf).
|
||||
|
||||
Start `monero-wallet-rpc`. Create a wallet for your instance:
|
||||
|
||||
|
|
Loading…
Reference in a new issue