Find Output Addresses
- Run the Monero CLI client in offline mode using the following command.
./monerod --offline
Note: This is the Monero client and not the Monero v7 client.
- Run the
find_xmr_xmrv7_addresses.py
script that is located in thescripts/hardforks/monero-v7
directory.
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_xmrv7_addresses.py
xmr_xmrv7_keyimages
. It will write a Python dictionary mapping(ring_amount, index)
pairs to the one-time addresses into a file calledxmr_xmrv7_addr.dat
. - Once the
find_xmr_xmrv7_addresses.py
script finishes running, you can stop themonerod
client by pressing Ctrl-D in the CLI window.