diff options
author | Wei-Ning Huang <w@cobinhood.com> | 2018-10-15 10:20:59 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 21:32:49 +0800 |
commit | 68fa53f29bb7c5adc40cb3de3091be527bfb49b8 (patch) | |
tree | c1216a23248864c0274badaddb124005fd1551e4 /misc | |
parent | 79e7ea1ac0feafdc63d480009bab62f7dfaa2e66 (diff) | |
download | dexon-68fa53f29bb7c5adc40cb3de3091be527bfb49b8.tar dexon-68fa53f29bb7c5adc40cb3de3091be527bfb49b8.tar.gz dexon-68fa53f29bb7c5adc40cb3de3091be527bfb49b8.tar.bz2 dexon-68fa53f29bb7c5adc40cb3de3091be527bfb49b8.tar.lz dexon-68fa53f29bb7c5adc40cb3de3091be527bfb49b8.tar.xz dexon-68fa53f29bb7c5adc40cb3de3091be527bfb49b8.tar.zst dexon-68fa53f29bb7c5adc40cb3de3091be527bfb49b8.zip |
test: add test genesis and node keys
Diffstat (limited to 'misc')
-rw-r--r-- | misc/genesis.json | 52 | ||||
-rw-r--r-- | misc/nodekey | 1 |
2 files changed, 0 insertions, 53 deletions
diff --git a/misc/genesis.json b/misc/genesis.json deleted file mode 100644 index d2b1d2b7e..000000000 --- a/misc/genesis.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "config": { - "chainId": 1, - "homesteadBlock": 1, - "eip150Block": 2, - "eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000", - "eip155Block": 3, - "eip158Block": 3, - "dexcon": { - "genesisCRSText": "In DEXON, we trust.", - "numChain": 4, - "lambdaBA": 250, - "lambdaDKG": 2500, - "k": 0, - "phiRatio": 667000, - "notarySetSize": 4, - "dkgSetSize": 4, - "roundInterval": 600000, - "minBlockInterval": 900, - "maxBlockInterval": 1100 - } - }, - "nonce": "0x42", - "timestamp": "0x596a5b14", - "extraData": "0x0000000000000000000000000000000000000000000000000000000000000000", - "gasLimit": "0x2fefd800", - "difficulty": "0x20000", - "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000", - "coinbase": "0x0000000000000000000000000000000000000000", - "alloc": { - "0x15bE695Bb823d51130924EF587B5ec5b85EF1531": { - "balance": "1000000000000000000000", - "staked": "500000000000000000000", - "publicKey": "0x03b14eb5acedce8fdf96d62468fd35e15ef4812cea6c08429bcd13fb8be492b63b" - }, - "0x900415b2aE1Cd28460E88741860d9fD3B1D3cD14": { - "balance": "1000000000000000000000", - "staked": "500000000000000000000", - "publicKey": "0x024e7574e0591a1246d68c1f7fb7821a9c97958e9f5a6521a19e546bf8fb7b3ff2" - }, - "0xd1f700DBF6882A53bE172Fca8ee70414211AF58E": { - "balance": "1000000000000000000000", - "staked": "500000000000000000000", - "publicKey": "0x031115acabff977cf2362bdec5b7f8fec2d3bfcad0b355c98595a1e92df24148ac" - }, - "0x24F7C8133C6996446f6343FD321d9dB70115DB6E": { - "balance": "1000000000000000000000", - "staked": "500000000000000000000", - "publicKey": "0x02ee69fa89ffa168d756cae888a17b7c0369998016fc14776c483bcb955a6db823" - } - } -} diff --git a/misc/nodekey b/misc/nodekey deleted file mode 100644 index 899c0fa90..000000000 --- a/misc/nodekey +++ /dev/null @@ -1 +0,0 @@ -a60cfa0d9c2be2bd4ac5fb0122d07bfedd6791a8d1fb63298b6d3668b29f653f
\ No newline at end of file |