add genesis file

This commit is contained in:
Christopher Franko 2015-08-07 19:15:06 -04:00
parent 589c3d38a6
commit b7c8f95179
2 changed files with 14 additions and 1 deletions

View file

@ -57,7 +57,7 @@ contracts
var ( var (
UrlHintAddr = "0x0" UrlHintAddr = "0x0"
HashRegAddr = "0x0" HashRegAddr = "0x0"
GlobalRegistrarAddr = "0x0" GlobalRegistrarAddr = "0x90c4384bb05d96d2f54b27e0102da5240f7833ae"
// GlobalRegistrarAddr = "0xc6d9d2cd449a754c494264e1809c50e34d64562b" // GlobalRegistrarAddr = "0xc6d9d2cd449a754c494264e1809c50e34d64562b"
zero = regexp.MustCompile("^(0x)?0*$") zero = regexp.MustCompile("^(0x)?0*$")

13
expanse_genesis.json Normal file
View file

@ -0,0 +1,13 @@
{
"nonce": "0xdefaceddefacedcf",
"timestamp": "0x0",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"extraData": "0x4672616e6b6f497346726565646f6d",
"gasLimit": "0x1388",
"difficulty": "0x400000000",
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"coinbase": "0x90c4384bb05d96d2f54b27e0102da5240f7833ae",
"alloc": {
"0x90c4384bb05d96d2f54b27e0102da5240f7833ae": { "balance": "1000000000000000000000000" }
}
}