mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
add genesis file
This commit is contained in:
parent
a6ece4799a
commit
2c3541ea48
2 changed files with 14 additions and 1 deletions
|
|
@ -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
13
expanse_genesis.json
Normal 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" }
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue