Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. {
  2. "config": {
  3. "chainId": 1337,
  4. "homesteadBlock": 0,
  5. "eip155Block": 0,
  6. "eip150Block": 0,
  7. "eip160Block": 0,
  8. "eip158Block": 0,
  9. "byzantiumBlock": 0,
  10. "constantinopleBlock": 0,
  11. "petersburgBlock": 0
  12. },
  13. "alloc" : {},
  14. "coinbase" : "0x0000000000000000000000000000000000000000",
  15. "difficulty" : "0x100",
  16. "extraData" : "",
  17. "gasLimit" : "0x700000000",
  18. "nonce" : "0x0000000000000042",
  19. "mixhash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
  20. "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
  21. "timestamp" : "0x00"
  22. }
  23.  
  24. {
  25. "name": "GethTranslation",
  26. "engine": {
  27. "Ethash": {
  28. "params": {
  29. "minimumDifficulty": "0x20000",
  30. "difficultyBoundDivisor": "0x800",
  31. "durationLimit": "0xd",
  32. "blockReward": "0x4563918244F40000",
  33. "registrar": "0x81a4b044831c4f12ba601adb9274516939e9b8a2",
  34. "homesteadTransition": 0,
  35. "eip150Transition": 0,
  36. "eip155Transition": 0,
  37. "eip160Transition": 0,
  38. "eip161abcTransition": 0,
  39. "eip161dTransition": 0
  40. }
  41. }
  42. },
  43. "params": {
  44. "accountStartNonce": "0x0",
  45. "maximumExtraDataSize": "0x20",
  46. "minGasLimit": "0x1388",
  47. "networkID": 1337,
  48. "eip98Transition": 9223372036854775807,
  49. "gasLimitBoundDivisor": "0x400"
  50. },
  51. "genesis": {
  52. "seal": {
  53. "ethereum": {
  54. "nonce": "0x0000000000000042",
  55. "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000"
  56. }
  57. },
  58. "difficulty": "0x100",
  59. "author": "0x0000000000000000000000000000000000000000",
  60. "timestamp": "0x00",
  61. "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
  62. "extraData": "",
  63. "gasLimit": "0x700000000"
  64. },
  65. "accounts": {}
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement