[Master of Ceremony only]
Note This Stage is performed days ahead of the actual ceremony.
4. Generate the Address Swap Map
The Master of Ceremony creates a CSV file containing the Address Swap Map. This is used to swap "origin" addresses present in the Hornet full snapshot with new "destination" addresses during the genesis bulding process. More info here.
The following code contains example values:
touch <address swap map file name>
echo "Origin,Destination" >> <address swap map file name>
echo "iota1qp8h9augeh6tk3uvlxqfapuwv93atv63eqkpru029p6sgvr49eufyz7katr,0x4f72f788cdf4bb478cf9809e878e6163d5b351c82c11f1ea28750430752e7892" >> <address swap map file name>
git add .
git commit -m "commit Address Swap Map"
git push