Simple script to decode Gocore's built-in mainnet genesis allocation in human-readable format.
Genesis allocation content is an RLP-encoded list of (address, balance) tuples.
Clone this repo to your local environment
git clone git@github.com:bchainhub/gocore-mainnet-alloc-decode.git
Go inside install directory
cd gocore-mainnet-alloc-decode
Run script with command
go run main.go
It will return a list of preallocated addresses with their balances. All external dependencies and data are taken from official Gocore repository - https://github.com/core-coin/go-core