13 lines
481 B
Markdown
13 lines
481 B
Markdown
# Monero integration
|
|
|
|
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. See configuration file [example](../contrib/monero/wallet.conf).
|
|
|
|
Start `monero-wallet-rpc`. Create a wallet for your instance:
|
|
|
|
```
|
|
mitractl create-monero-wallet "mitra-wallet" "passw0rd"
|
|
```
|
|
|
|
Add blockchain configuration to `blockchains` array in your configuration file.
|