I have 2 BTC addresses, and 5 PTS addresses all with only AGS allocations. After taking the quoted annoyance with AGSExplorer into account, all 7 of my addresses are exactly represented (modulo rounding errors) as ( 100,000,000,000 * AGSExplorer_value ) in this commit's genesis block: https://github.com/keyid/keyid/blob/805949683d21dd4d02a1e8e109929411611f1844/libraries/blockchain/genesis.json
All of these checks are meaningless, however, until somebody sums all of the balances in the file and verifies the total supply, and also until the file is verified to be well-formed JSON; see e.g.:
Hug?
235800 [
235801 "PuTHy9uGtdHdJ9ch1kTtrLkGkTuHe7HwSR",
235802 1177308757
235803 47092115
235804 ],
The typo above seems to be the only place with error in the json file.
By simply concatenating the digits at the above error and modifying my script to sum up the total in the genesis block json, total sum of allocation is 6,177,308,745.22691250
By removing the first line of digits and keeping only the second line of digits at the above error, I got the total sum of allocation: 4,999,999,988.22691250. This seems to be more correct.
It may not be equivalent to the total supply.