Guest User

Untitled

a guest
Oct 19th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. {
  2. "sealEngine": "BasicAuthority",
  3. "options": {
  4. "authorities": [
  5. "0xfa0c706a1410c8785baa7498325cf7461b325583",
  6. "0x7766d151b2c63cb096f624daa091ccb27a2c693f"
  7. ]
  8. },
  9.  
  10. What would you like to do? (default = stats)
  11. 1. Show network stats
  12. 2. Configure new genesis
  13. 3. Track new remote server
  14. 4. Deploy network components
  15. > 2
  16.  
  17. Which consensus engine to use? (default = clique)
  18. 1. Ethash - proof-of-work
  19. 2. Clique - proof-of-authority
  20. > 2
  21.  
  22. How many seconds should blocks take? (default = 15)
  23. > 2
  24.  
  25. Which accounts are allowed to seal? (mandatory at least one)
  26. > 0x38e12f4d9713c4c4a86cafba370b43f46e3b4885
  27. > 0x
  28.  
  29. Which accounts should be pre-funded? (advisable at least one)
  30. > 0xcb367d317496d36b9f3a673b3ba006f4110d57ec
  31. > 0x
  32.  
  33.  
  34. Specify your chain/network ID if you want an explicit one (default = random)
  35. > 123
  36.  
  37. Anything fun to embed into the genesis block? (max 32 bytes)
  38. > TEST
  39.  
  40. What would you like to do? (default = stats)
  41. 1. Show network stats
  42. 2. Save existing genesis
  43. 3. Track new remote server
  44. 4. Deploy network components
  45. > 2
  46.  
  47. "config": {
  48. "chainId": 123,
  49. "homesteadBlock": 1,
  50. "eip150Block": 2,
  51. "eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
  52. "eip155Block": 3,
  53. "eip158Block": 3,
  54. "clique": {
  55. "period": 2,
  56. "epoch": 30000
  57. }
  58. },
  59. "nonce": "0x0",
  60. "timestamp": "0x59e8ce29",
  61. "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
  62. "extraData": "0x544553540000000000000000000000000000000000000000000000000000000038e12f4d9713c4c4a86cafba370b43f46e3b48850000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
  63. "gasLimit": "0x47b760",
  64. "difficulty": "0x1",
  65. "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
  66. "coinbase": "0x0000000000000000000000000000000000000000",
  67. "alloc": {
  68. "0000000000000000000000000000000000000000": {
  69. "balance": "0x1"
  70. },
  71. "0000000000000000000000000000000000000001": {
  72. "balance": "0x1"
  73. },
  74. "0000000000000000000000000000000000000002": {
  75. "balance": "0x1"
  76. },
Add Comment
Please, Sign In to add comment