[Master of Ceremony only]
Note This Stage is performed days ahead of the actual ceremony.
5. Create the Delegator Map
The Master of Ceremony creates a CSV file containing the Delegator Map. This is used to map a delegator address, i.e., an address that owns some assets in the migrated state, to some validator addresses; this mapping can indicate some amounts of IOTA tokens that the delegator stakes and/or transfers to the validator during the genesis building process; the staking can also be of type timelocked staking. More info here.
The following code contains example values:
touch <delegator map file name>
echo "delegator,validator,amount-nanos-to-stake,amount-nanos-to-pay-gas" >> <delegator map file name>
echo "0x4f72f788cdf4bb478cf9809e878e6163d5b351c82c11f1ea28750430752e7892,0xc296f475c7cfc9c0eab8fe5f6a13f3ab91032268194ef0c598830c45c0205b7b,1500000000000000,10000000000" >> <delegator map file name>