Find Output Addresses
- Run the Monero CLI client in offline mode using the following command.
./monerod --offlineNote: This is the Monero client and not the MoneroV client.
- Run the
find_xmr_xmv_addresses.pyscript that is located in thescripts/hardforks/monerovdirectory.
This script will query the Monero client and find the one-time addresses (public keys) corresponding to the outputs which appear in the transaction rings ofpython3 find_xmr_xmv_addresses.pyxmr_xmv_keyimages. It will write a Python dictionary mapping(ring_amount, index)pairs to the one-time addresses into a file calledxmr_xmv_addr.dat. - Once the
find_xmr_xmv_addresses.pyscript finishes running, you can stop themonerodclient by pressing Ctrl-D in the CLI window.