fedimovies/docs/monero.md

14 lines
481 B
Markdown
Raw Normal View History

2023-03-19 20:31:34 +00:00
# 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).
2023-03-19 20:31:34 +00:00
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.