Guest User

Untitled

a guest
Jan 17th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.14 KB | None | 0 0
  1. $ '/home/myalias/.config/Ethereum Wallet/binaries/Geth/unpacked/geth' console --testnet --datadir=/home/rshi/.ropsten --port 30304 --syncmode fast --cache 1024 --rpc --rpcaddr "localhost" --rpcport 8545 --rpccorsdomain "*"
  2. WARN [01-17|12:01:54] No etherbase set and no accounts found as default
  3. INFO [01-17|12:01:54] Starting peer-to-peer node instance=Geth/v1.7.2-stable-1db4ecdc/linux-amd64/go1.9
  4. INFO [01-17|12:01:54] Allocated cache and file handles database=/home/rshi/.ropsten/geth/chaindata cache=1024 handles=1024
  5. INFO [01-17|12:01:54] Initialised chain configuration config="{ChainID: 3 Homestead: 0 DAO: <nil> DAOSupport: true EIP150: 0 EIP155: 10 EIP158: 10 Byzantium: 1700000 Engine: ethash}"
  6. INFO [01-17|12:01:54] Disk storage enabled for ethash caches dir=/home/rshi/.ropsten/geth/ethash count=3
  7. INFO [01-17|12:01:54] Disk storage enabled for ethash DAGs dir=/home/rshi/.ethash count=2
  8. INFO [01-17|12:01:54] Initialising Ethereum protocol versions="[63 62]" network=3
  9. INFO [01-17|12:01:54] Loaded most recent local header number=0 hash=419410…ca4a2d td=1048576
  10. INFO [01-17|12:01:54] Loaded most recent local full block number=0 hash=419410…ca4a2d td=1048576
  11. INFO [01-17|12:01:54] Loaded most recent local fast block number=0 hash=419410…ca4a2d td=1048576
  12. INFO [01-17|12:01:54] Loaded local transaction journal transactions=0 dropped=0
  13. INFO [01-17|12:01:54] Regenerated local transaction journal transactions=0 accounts=0
  14. INFO [01-17|12:01:54] Starting P2P networking
  15. INFO [01-17|12:01:56] UDP listener up self=enode://9bceb78553d8f88bc2880754488c316c95b36246db0fc1bee64133362b045b816a5158740471d167404a84495a74cb2bf7b18944cefb2281af6b29db11fcadbf@[::]:30304
  16. INFO [01-17|12:01:56] RLPx listener up self=enode://9bceb78553d8f88bc2880754488c316c95b36246db0fc1bee64133362b045b816a5158740471d167404a84495a74cb2bf7b18944cefb2281af6b29db11fcadbf@[::]:30304
  17. INFO [01-17|12:01:56] IPC endpoint opened: /home/rshi/.ropsten/geth.ipc
  18. INFO [01-17|12:01:56] HTTP endpoint opened: http://localhost:8545
  19. Welcome to the Geth JavaScript console!
  20.  
  21. instance: Geth/v1.7.2-stable-1db4ecdc/linux-amd64/go1.9
  22. modules: admin:1.0 debug:1.0 eth:1.0 miner:1.0 net:1.0 personal:1.0 rpc:1.0 txpool:1.0 web3:1.0
  23.  
  24. > (waited for a long time)
  25. >
  26. > admin.peers
  27. []
  28. > eth.syncing
  29. false
  30. >
  31.  
  32. DEBUG[01-17|12:11:39] No discv4 seed nodes found
  33. TRACE[01-17|12:11:39] Dial task done task="discovery lookup"
  34. TRACE[01-17|12:11:39] New dial task task="dyndial 20c9ad97c081d633 52.169.14.227:30303"
  35. TRACE[01-17|12:11:39] New dial task task="discovery lookup"
  36. TRACE[01-17|12:11:39] Dial error task="dyndial 20c9ad97c081d633 52.169.14.227:30303" err="dial tcp 52.169.14.227:30303: getsockopt: connection refused"
  37. TRACE[01-17|12:11:39] Dial task done task="dyndial 20c9ad97c081d633 52.169.14.227:30303"
  38. TRACE[01-17|12:11:39] Skipping dial candidate id=6ce05930c72abc63 addr=13.84.180.240:30303 err="already dialing"
  39. TRACE[01-17|12:11:43] Starting bonding ping/pong id=20c9ad97c081d633 known=false failcount=0 age=421172h11m43.174491488s
  40. TRACE[01-17|12:11:43] Starting bonding ping/pong id=6ce05930c72abc63 known=false failcount=0 age=421172h11m43.174543s
  41. TRACE[01-17|12:11:43] >> PING/v4 addr=52.169.14.227:30303 err=nil
  42. TRACE[01-17|12:11:43] >> PING/v4 addr=13.84.180.240:30303 err=nil
  43. DEBUG[01-17|12:11:43] No discv4 seed nodes found
  44. TRACE[01-17|12:11:43] Dial task done task="discovery lookup"
  45. TRACE[01-17|12:11:43] Skipping dial candidate id=20c9ad97c081d633 addr=52.169.14.227:30303 err="recently dialed"
  46. TRACE[01-17|12:11:43] New dial task task="discovery lookup"
  47. TRACE[01-17|12:11:47] Starting bonding ping/pong id=20c9ad97c081d633 known=false failcount=0 age=421172h11m47.176344517s
  48. TRACE[01-17|12:11:47] Starting bonding ping/pong id=6ce05930c72abc63 known=false failcount=0 age=421172h11m47.176395588s
  49. TRACE[01-17|12:11:47] >> PING/v4 addr=52.169.14.227:30303 err=nil
  50. TRACE[01-17|12:11:47] >> PING/v4 addr=13.84.180.240:30303 err=nil
  51. DEBUG[01-17|12:11:47] No discv4 seed nodes found
  52. TRACE[01-17|12:11:47] Dial task done task="discovery lookup"
  53. TRACE[01-17|12:11:47] Skipping dial candidate id=6ce05930c72abc63 addr=13.84.180.240:30303 err="already dialing"
  54. TRACE[01-17|12:11:47] New dial task task="discovery lookup"
  55. TRACE[01-17|12:11:50] Dial error task="dyndial 6ce05930c72abc63 13.84.180.240:30303" err="dial tcp 13.84.180.240:30303: i/o timeout"
  56. TRACE[01-17|12:11:50] Dial task done task="dyndial 6ce05930c72abc63 13.84.180.240:30303"
  57. TRACE[01-17|12:11:50] Skipping dial candidate id=20c9ad97c081d633 addr=52.169.14.227:30303 err="recently dialed"
  58. TRACE[01-17|12:11:51] Starting bonding ping/pong id=20c9ad97c081d633 known=false failcount=0 age=421172h11m51.176796185s
  59. TRACE[01-17|12:11:51] Starting bonding ping/pong id=6ce05930c72abc63 known=false failcount=0 age=421172h11m51.176845318s
  60. TRACE[01-17|12:11:51] >> PING/v4 addr=52.169.14.227:30303 err=nil
  61. TRACE[01-17|12:11:51] >> PING/v4 addr=13.84.180.240:30303 err=nil
  62. DEBUG[01-17|12:11:51] No discv4 seed nodes found
  63. TRACE[01-17|12:11:51] Dial task done task="discovery lookup"
  64. TRACE[01-17|12:11:51] Skipping dial candidate id=6ce05930c72abc63 addr=13.84.180.240:30303 err="recently dialed"
  65. TRACE[01-17|12:11:51] New dial task task="discovery lookup"
  66. DEBUG[01-17|12:11:52] Recalculated downloader QoS values rtt=20s confidence=1.000 ttl=1m0s
  67. TRACE[01-17|12:11:55] Starting bonding ping/pong id=20c9ad97c081d633 known=false failcount=0 age=421172h11m55.175950453s
  68. TRACE[01-17|12:11:55] Starting bonding ping/pong id=6ce05930c72abc63 known=false failcount=0 age=421172h11m55.175999503s
  69. TRACE[01-17|12:11:55] >> PING/v4 addr=52.169.14.227:30303 err=nil
  70. TRACE[01-17|12:11:55] >> PING/v4 addr=13.84.180.240:30303 err=nil
  71. DEBUG[01-17|12:11:55] No discv4 seed nodes found
  72. TRACE[01-17|12:11:55] Dial task done task="discovery lookup"
  73. TRACE[01-17|12:11:55] Skipping dial candidate id=20c9ad97c081d633 addr=52.169.14.227:30303 err="recently dialed"
  74. TRACE[01-17|12:11:55] New dial task task="discovery lookup"
  75. TRACE[01-17|12:11:59] Starting bonding ping/pong id=20c9ad97c081d633 known=false failcount=0 age=421172h11m59.177396884s
  76. TRACE[01-17|12:11:59] Starting bonding ping/pong id=6ce05930c72abc63 known=false failcount=0 age=421172h11m59.177462322s
  77. TRACE[01-17|12:11:59] >> PING/v4 addr=52.169.14.227:30303 err=nil
  78. TRACE[01-17|12:11:59] >> PING/v4 addr=13.84.180.240:30303 err=nil
  79. DEBUG[01-17|12:11:59] No discv4 seed nodes found
  80. TRACE[01-17|12:11:59] Dial task done task="discovery lookup"
  81. TRACE[01-17|12:11:59] Skipping dial candidate id=6ce05930c72abc63 addr=13.84.180.240:30303 err="recently dialed"
  82. TRACE[01-17|12:11:59] New dial task task="discovery lookup"
  83.  
  84. $ sudo ufw status | grep 3030
  85. 30304 ALLOW Anywhere
  86. 30303 ALLOW Anywhere
  87. 30304 (v6) ALLOW Anywhere (v6)
  88. 30303 (v6) ALLOW Anywhere (v6)
  89. $ sudo iptables --list | grep 3030
  90. ACCEPT tcp -- anywhere anywhere tcp dpt:30304
  91. ACCEPT udp -- anywhere anywhere udp dpt:30304
  92. ACCEPT tcp -- anywhere anywhere tcp dpt:30303
  93. ACCEPT udp -- anywhere anywhere udp dpt:30303
Add Comment
Please, Sign In to add comment