Difference between revisions of "Geth logs"

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
  
 
  [[Snapshot extension registration failed peer=xxxxxx err="peer connected on snap without compatible eth support"]]
 
  [[Snapshot extension registration failed peer=xxxxxx err="peer connected on snap without compatible eth support"]]
 +
 +
 +
 +
 +
INFO [08-19|11:11:31.536] Starting [[pprof]] server                    addr=http://0.0.0.0:[[6060]]/debug/pprof
 +
INFO [08-19|11:11:31.537] Starting Geth on [[Görli testnet]]...
 +
INFO [08-19|11:11:31.537] Enabling metrics collection
 +
INFO [08-19|11:11:31.540] Maximum peer count                      ETH=50 LES=0 total=50
 +
INFO [08-19|11:11:31.541] Smartcard socket not found, disabling    err="stat [[/run/pcscd/pcscd.comm]]: no such file or directory"
 +
INFO [08-19|11:11:31.546] Set global gas cap                      cap=50,000,000
 +
INFO [08-19|11:11:31.548] Allocated trie memory caches            clean=154.00MiB dirty=256.00MiB
 +
INFO [08-19|11:11:31.548] Allocated cache and file handles        database=[[/data/ethereum/geth/]]chaindata cache=512.00MiB handles=524,288
 +
INFO [08-19|11:11:31.696] Opened ancient database                  database=/data/ethereum/geth/chaindata/ancient readonly=false
 +
INFO [08-19|11:11:31.696] Writing custom genesis block
 +
INFO [08-19|11:11:31.701] Persisted trie from memory database      nodes=361 size=51.17KiB time=1.081848ms gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=0.00B
 +
INFO [08-19|11:11:31.703] 
 +
INFO [08-19|11:11:31.703] ----------------------------------------------------------------------------------------------------------------------------------------- ----------------
 +
INFO [08-19|11:11:31.703] Chain ID:  5 ([[goerli]])
 +
INFO [08-19|11:11:31.703] Consensus: Beacon ([[proof-of-stake]]), merged from [[Clique]] ([[proof-of-authority]])
 +
INFO [08-19|11:11:31.703] 
 +
INFO [08-19|11:11:31.703] Pre-Merge hard forks:
 +
INFO [08-19|11:11:31.703]  - Homestead:                  0        (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/homestead.md)
 +
INFO [08-19|11:11:31.703]  - Tangerine Whistle (EIP 150): 0        (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/tangerine-whistle.md)
 +
INFO [08-19|11:11:31.703]  - Spurious Dragon/1 (EIP 155): 0        (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/spurious-dragon.md)
 +
INFO [08-19|11:11:31.703]  - Spurious Dragon/2 (EIP 158): 0        (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/spurious-dragon.md)
 +
INFO [08-19|11:11:31.703]  - Byzantium:                  0        (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet- upgrades/byzantium.md)
 +
INFO [08-19|11:11:31.703]  - Constantinople:              0        (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/constantinople.md)
 +
INFO [08-19|11:11:31.703]  - Petersburg:                  0        (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/petersburg.md)
 +
INFO [08-19|11:11:31.703]  - Istanbul:                    1561651  (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/istanbul.md)
 +
INFO [08-19|11:11:31.703]  - Berlin:                      4460644  (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/berlin.md)
 +
INFO [08-19|11:11:31.703]  - London:                      5062605  (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/london.md)
 +
INFO [08-19|11:11:31.703] 
 +
INFO [08-19|11:11:31.703] Merge configured:
 +
INFO [08-19|11:11:31.703]  - Hard-fork specification:  https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/paris.md)
 +
INFO [08-19|11:11:31.703]  - Total terminal difficulty: 10790000
  
 
== See also ==
 
== See also ==

Revision as of 13:27, 19 August 2022

INFO [08-19|12:07:48.497] Looking for peers                        peercount=1 tried=40 static=0
INFO [08-19|12:07:48.497] Chain head was updated                   number=8,433,246 hash=tt875b..fa9e63 root=tt838b..8254c3 elapsed="459.939µs"
INFO [08-19|12:07:48.497] Unindexed transactions                   blocks=1   txs=1    tail=1,083,244 elapsed="108.554µs"
Snapshot extension registration failed peer=xxxxxx err="peer connected on snap without compatible eth support"



INFO [08-19|11:11:31.536] Starting pprof server                    addr=http://0.0.0.0:6060/debug/pprof
INFO [08-19|11:11:31.537] Starting Geth on Görli testnet... 
INFO [08-19|11:11:31.537] Enabling metrics collection 
INFO [08-19|11:11:31.540] Maximum peer count                       ETH=50 LES=0 total=50
INFO [08-19|11:11:31.541] Smartcard socket not found, disabling    err="stat /run/pcscd/pcscd.comm: no such file or directory"
INFO [08-19|11:11:31.546] Set global gas cap                       cap=50,000,000
INFO [08-19|11:11:31.548] Allocated trie memory caches             clean=154.00MiB dirty=256.00MiB
INFO [08-19|11:11:31.548] Allocated cache and file handles         database=/data/ethereum/geth/chaindata cache=512.00MiB handles=524,288
INFO [08-19|11:11:31.696] Opened ancient database                  database=/data/ethereum/geth/chaindata/ancient readonly=false
INFO [08-19|11:11:31.696] Writing custom genesis block 
INFO [08-19|11:11:31.701] Persisted trie from memory database      nodes=361 size=51.17KiB time=1.081848ms gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=0.00B
INFO [08-19|11:11:31.703]  
INFO [08-19|11:11:31.703] ----------------------------------------------------------------------------------------------------------------------------------------- ---------------- 
INFO [08-19|11:11:31.703] Chain ID:  5 (goerli) 
INFO [08-19|11:11:31.703] Consensus: Beacon (proof-of-stake), merged from Clique (proof-of-authority) 
INFO [08-19|11:11:31.703]  
INFO [08-19|11:11:31.703] Pre-Merge hard forks: 
INFO [08-19|11:11:31.703]  - Homestead:                   0        (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/homestead.md) 
INFO [08-19|11:11:31.703]  - Tangerine Whistle (EIP 150): 0        (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/tangerine-whistle.md) 
INFO [08-19|11:11:31.703]  - Spurious Dragon/1 (EIP 155): 0        (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/spurious-dragon.md) 
INFO [08-19|11:11:31.703]  - Spurious Dragon/2 (EIP 158): 0        (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/spurious-dragon.md) 
INFO [08-19|11:11:31.703]  - Byzantium:                   0        (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet- upgrades/byzantium.md) 
INFO [08-19|11:11:31.703]  - Constantinople:              0        (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/constantinople.md) 
INFO [08-19|11:11:31.703]  - Petersburg:                  0        (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/petersburg.md) 
INFO [08-19|11:11:31.703]  - Istanbul:                    1561651  (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/istanbul.md) 
INFO [08-19|11:11:31.703]  - Berlin:                      4460644  (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/berlin.md) 
INFO [08-19|11:11:31.703]  - London:                      5062605  (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/london.md) 
INFO [08-19|11:11:31.703]  
INFO [08-19|11:11:31.703] Merge configured: 
INFO [08-19|11:11:31.703]  - Hard-fork specification:   https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/paris.md) 
INFO [08-19|11:11:31.703]  - Total terminal difficulty: 10790000 

See also

Advertising: