Skip to content

Instantly share code, notes, and snippets.

@TOMOAKI12345
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TOMOAKI12345/d9275f5f2e067e125192 to your computer and use it in GitHub Desktop.
Save TOMOAKI12345/d9275f5f2e067e125192 to your computer and use it in GitHub Desktop.
fdtrack continue to do starting loop
$ build/bin/geth console
I0821 07:36:52.692526 52529 database.go:74] Alloted 16MB cache to /Users/tomoaki/Library/Ethereum/blockchain
I0821 07:36:52.697946 52529 database.go:74] Alloted 16MB cache to /Users/tomoaki/Library/Ethereum/state
I0821 07:36:52.704361 52529 database.go:74] Alloted 16MB cache to /Users/tomoaki/Library/Ethereum/extra
I0821 07:36:52.707193 52529 backend.go:291] Protocol Versions: [61 60], Network Id: 1
I0821 07:36:52.708534 52529 backend.go:328] Blockchain DB Version: 3
I0821 07:36:52.711741 52529 chain_manager.go:241] Last block (#80898) 2dc873f45d85d0cf14552e0f976071b34f817b3fc0ad80f8bc0061adbd673733 TD=107893388065006012
I0821 07:36:52.804145 52529 cmd.go:124] Starting Geth/v1.0.2-a0303ff4/darwin/go1.4.2
I0821 07:36:52.804450 52529 server.go:312] Starting Server
I0821 07:36:54.837336 52529 udp.go:207] Listening, enode://76aa6d0570fc7b698b57d2b25d43256d849501bbc72cdd817f89181140cde6081dd482106610f9ef6a4513b57092fcea7a5cf9d2c2cfbf14b3e18edf8addbbbe@49.135.72.235:30303
I0821 07:36:54.837525 52529 server.go:549] Listening on [::]:30303
I0821 07:36:54.837654 52529 backend.go:564] Server started
I0821 07:36:54.838528 52529 ipc_unix.go:78] IPC service started (/Users/tomoaki/Library/Ethereum/geth.ipc)
instance: Geth/v1.0.2-a0303ff4/darwin/go1.4.2
datadir: /Users/tomoaki/Library/Ethereum
I0821 07:36:54.891391 52529 nat.go:111] mapped network port udp:30303 -> 30303 (ethereum discovery) using UPNP IGDv1-IP1
coinbase: 0x258091741a3ab6ddd5e304ea6b9eff060badb8bf
at block: 80898 (2015-08-14 04:09:02)
modules: admin:1.0 db:1.0 debug:1.0 eth:1.0 miner:1.0 net:1.0 personal:1.0 shh:1.0 txpool:1.0 web3:1.0
> I0821 07:36:54.959160 52529 nat.go:111] mapped network port tcp:30303 -> 30303 (ethereum p2p) using UPNP IGDv1-IP1
I0821 07:37:09.840231 52529 fdtrack.go:109] fd usage 59/2560, tracked 41 [ipc:1 leveldb:29 p2p:11]
I0821 07:37:24.838140 52529 fdtrack.go:109] fd usage 58/2560, tracked 38 [ipc:1 leveldb:29 p2p:8]
I0821 07:37:39.839493 52529 fdtrack.go:109] fd usage 55/2560, tracked 33 [ipc:1 leveldb:29 p2p:3]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment