Can you help me to find out why private ethereum network genesis block account balance is zero?
genesis.json
{
"nonce": "0x0000000000000042",
"difficulty": "0x40",
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"coinbase": "0x4000000000000000000000000000000000000000",
"timestamp": "0x00",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"alloc": {"0x94e3eec65d9e00ebef97d55ee511865b098616a7":{"balance":"10000000000"}},
"gasLimit": "0xffffffffffffff",
"config": {"chainId":13}
}