Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. {
  2. "config": {
  3. "chainId": 1515,
  4. "homesteadBlock": 1,
  5. "eip150Block": 2,
  6. "eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
  7. "eip155Block": 3,
  8. "eip158Block": 3,
  9. "byzantiumBlock": 4,
  10. "constantinopleBlock": 5,
  11. "clique": {
  12. "period": 1,
  13. "epoch": 30000
  14. }
  15. },
  16. "nonce": "0x0",
  17. "timestamp": "0x5c6bf995",
  18. "extraData": "0x00000000000000000000000000000000000000000000000000000000000000002f980dd10698ff013fadaeed36f64b552de09c4b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
  19. "gasLimit": "0x47b760",
  20. "difficulty": "0x1",
  21. "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
  22. "coinbase": "0x0000000000000000000000000000000000000000",
  23. "alloc": {
  24. "2f980dd10698ff013fadaeed36f64b552de09c4b": {
  25. "balance": "100000000000000000000000"
  26. }
  27. },
  28. "number": "0x0",
  29. "gasUsed": "0x0",
  30. "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000"
  31. }
  32.  
  33. geth --datadir node1/ --syncmode 'full' --port 30311 --rpc --rpcaddr 'localhost' --rpcport 8501 --rpcapi 'personal,db,eth,net,web3,txpool,miner' --networkid 1515 --gasprice '1' -unlock '0x2f980dd10698ff013fadaeed36f64b552de09c4b' --password node1/password.txt --mine
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement