Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prysm-besu on Holesky: prysm returns error=processPastLogs: Execution reverted #6041

Closed
SeaMonkey82 opened this issue Oct 17, 2023 · 12 comments

Comments

@SeaMonkey82
Copy link

BESU_OPTS=-Xmx9g ./besu/build/install/besu/bin/besu --data-path "/mnt/holesky/prysm-besu" --network=holesky --rpc-http-enabled=true --rpc-http-host="0.0.0.0" --rpc-http-cors-origins="*" --host-allowlist="*" --engine-host-allowlist="*" --engine-jwt-enabled=true --engine-jwt-secret=/mnt/holesky/jwtsecret --p2p-port 23491 --rpc-http-port=8579 --p2p-host "1.2.3.4" --engine-rpc-port=8580 --data-storage-format=BONSAI --sync-mode=X_CHECKPOINT --Xplugin-rocksdb-high-spec-enabled --max-peers 25 --metrics-enabled --rpc-http-api=ETH,NET,WEB3,TXPOOL

bazelisk run //beacon-chain -- --datadir /mnt/holesky/prysm-besu --execution-endpoint=http://192.168.0.2:8580 --p2p-tcp-port 23481 --p2p-udp-port 23481 --p2p-host-ip "1.2.3.4" --rpc-port 4005 --grpc-gateway-port 3505 --monitoring-port 8091 --suggested-fee-recipient "0xA721da3d06813E764E94A23E377cC3E1729fCFD5" --jwt-secret=/mnt/holesky/jwtsecret --holesky --p2p-max-peers 25

holesky-prysm-besu.besu.log
holesky-prysm-besu.prysm.log

besu/v23.10.1-dev-6d100f30/linux-x86_64/openjdk-java-17

openjdk 17.0.8.1 2023-08-24
OpenJDK Runtime Environment (build 17.0.8.1+1-Ubuntu-0ubuntu122.04)
OpenJDK 64-Bit Server VM (build 17.0.8.1+1-Ubuntu-0ubuntu122.04, mixed mode, sharing)

DISTRIB_ID=LinuxMint
DISTRIB_RELEASE=21.2
DISTRIB_CODENAME=victoria
DISTRIB_DESCRIPTION="Linux Mint 21.2 Victoria"
NAME="Linux Mint"
VERSION="21.2 (Victoria)"
ID=linuxmint
ID_LIKE="ubuntu debian"
PRETTY_NAME="Linux Mint 21.2"
VERSION_ID="21.2"
HOME_URL="https://www.linuxmint.com/"
SUPPORT_URL="https://forums.linuxmint.com/"
BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/"
PRIVACY_POLICY_URL="https://www.linuxmint.com/"
VERSION_CODENAME=victoria
UBUNTU_CODENAME=jammy

Linux earth.thegalaxy 6.5.7-x64v3-xanmod1 #0~20231010.gfdab4ec SMP PREEMPT_DYNAMIC Tue Oct 10 21:39:15 UTC x86_64 x86_64 x86_64 GNU/Linux

Prysm develop commit cc81444e13401ea1e43d5912ee0a001d834ee0fb

@siladu
Copy link
Contributor

siladu commented Oct 18, 2023

Hi @SeaMonkey82 - not sure it'll help without DEBUG or TRACE enabled, but if you still have them can you post the besu log please?

What you have posted looks like a RocksDB log. Besu log should start more like this...

2023-10-17 18:23:56.598+10:00 | main | INFO  | Besu | Starting Besu
2023-10-17 18:23:56.991+10:00 | main | INFO  | Besu |
####################################################################################################
#                                                                                                  #
# Besu version 23.10.1-dev-f0b2b560                                                                #
...

@SeaMonkey82
Copy link
Author

[2023-10-17 23:31:12] ERROR powchain: Unable to process past deposit contract logs, perhaps your execution client is not fully synced error=processPastLogs: Execution reverted
2023-10-17 23:31:09.195-04:00 | nioEventLoopGroup-3-10 | DEBUG | AbstractHandshakeHandler | Handshake error:
org.hyperledger.besu.ethereum.p2p.rlpx.handshake.HandshakeException: Unable to create ECDH Key agreement due to Crypto engine failure
        at org.hyperledger.besu.ethereum.p2p.rlpx.handshake.ecies.ECIESHandshaker.handleMessage(ECIESHandshaker.java:214)
        at org.hyperledger.besu.ethereum.p2p.rlpx.connections.netty.HandshakeHandlerInbound.nextHandshakeMessage(HandshakeHandlerInbound.java:61)
        at org.hyperledger.besu.ethereum.p2p.rlpx.connections.netty.AbstractHandshakeHandler.channelRead0(AbstractHandshakeHandler.java:95)
        at org.hyperledger.besu.ethereum.p2p.rlpx.connections.netty.AbstractHandshakeHandler.channelRead0(AbstractHandshakeHandler.java:44)
        at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99)
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
        at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
        at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
        at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
        at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
        at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
        at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
        at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
        at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
        at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
        at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: org.hyperledger.besu.plugin.services.securitymodule.SecurityModuleException: Unexpected error while calculating ECDH Key Agreement: Invalid point coordinates
        at org.hyperledger.besu.cryptoservices.KeyPairSecurityModule.calculateECDHKeyAgreement(KeyPairSecurityModule.java:88)
        at org.hyperledger.besu.cryptoservices.NodeKey.calculateECDHKeyAgreement(NodeKey.java:72)
        at org.hyperledger.besu.ethereum.p2p.rlpx.handshake.ecies.ECIESEncryptionEngine.forDecryption(ECIESEncryptionEngine.java:102)
        at org.hyperledger.besu.ethereum.p2p.rlpx.handshake.ecies.EncryptedMessage.decryptMsg(EncryptedMessage.java:68)
        at org.hyperledger.besu.ethereum.p2p.rlpx.handshake.ecies.ECIESHandshaker.handleMessage(ECIESHandshaker.java:206)
        ... 20 more
Caused by: java.lang.IllegalArgumentException: Invalid point coordinates
        at org.bouncycastle.math.ec.ECCurve.validatePoint(ECCurve.java:131)
        at org.bouncycastle.math.ec.ECCurve.decodePoint(ECCurve.java:426)
        at org.hyperledger.besu.crypto.SECPPublicKey.asEcPoint(SECPPublicKey.java:122)
        at org.hyperledger.besu.crypto.AbstractSECP256.publicKeyAsEcPoint(AbstractSECP256.java:184)
        at org.hyperledger.besu.cryptoservices.NodeKey.lambda$calculateECDHKeyAgreement$0(NodeKey.java:73)
        at org.hyperledger.besu.cryptoservices.KeyPairSecurityModule.calculateECDHKeyAgreement(KeyPairSecurityModule.java:82)
        ... 24 more
2023-10-17 23:31:09.640-04:00 | nioEventLoopGroup-3-7 | DEBUG | RlpxAgent | Failed to connect to peer 0xb8008948aad035409557e47cf2a6c8053a0dbfdfcbe32b78f4d0b90a543f38b71dc3bbdf16cbfba9a628f304aae947a2ec4b20610ac4fdbde35a0146e2034d8c: java.util.concurrent.TimeoutException: Timed out waiting to establish connection with peer: 0xb8008948aad035409557e47cf2a6c8053a0dbfdfcbe32b78f4d0b90a543f38b71dc3bbdf16cbfba9a628f304aae947a2ec4b20610ac4fdbde35a0146e2034d8c
2023-10-17 23:31:10.362-04:00 | nioEventLoopGroup-3-1 | DEBUG | HandshakeHandlerOutbound | Wrote initial crypto handshake message to /15.204.213.172:30303.
2023-10-17 23:31:10.400-04:00 | nioEventLoopGroup-3-1 | DEBUG | AbstractPeerConnection | New PeerConnection ([Connection with hashCode 2024909109 with peer 0x57432b601e12d94f9d05d9e51da59fd91b02a124a59011ddb620faa98ccaf47c0f22182dc42ee0999548297939ddd3f2dafa10b52db1375d612fc8cb9ea4f845 inboundInitiated false initAt 1697599870400]) established with peer 0x57432b601e12d94f9d05d9e51da59fd91b02a124a59011ddb620faa98ccaf47c0f22182dc42ee0999548297939ddd3f2dafa10b52db1375d612fc8cb9ea4f845
2023-10-17 23:31:10.400-04:00 | nioEventLoopGroup-3-1 | DEBUG | RlpxAgent | Outbound connection established to peer: 0x57432b601e12d94f9d05d9e51da59fd91b02a124a59011ddb620faa98ccaf47c0f22182dc42ee0999548297939ddd3f2dafa10b52db1375d612fc8cb9ea4f845
2023-10-17 23:31:10.436-04:00 | nioEventLoopGroup-3-1 | DEBUG | EthProtocolManager | Mismatched network id: 1, EthPeer PeerId 0x57432b601e12d94f9d05d9e51da59fd91b02a124a59011ddb620faa98ccaf47c0f22182dc42ee0999548297939ddd3f2dafa10b52db1375d612fc8cb9ea4f845, reputation PeerReputation 100, validated? true, disconnected? false, client: Geth/v1.11.5-stable/linux-amd64/go1.20.2, connection [Connection with hashCode 2024909109 with peer 0x57432b601e12d94f9d05d9e51da59fd91b02a124a59011ddb620faa98ccaf47c0f22182dc42ee0999548297939ddd3f2dafa10b52db1375d612fc8cb9ea4f845 inboundInitiated false initAt 1697599870400], enode enode://57432b601e12d94f9d05d9e51da59fd91b02a124a59011ddb620faa98ccaf47c0f22182dc42ee0999548297939ddd3f2dafa10b52db1375d612fc8cb9ea4f845@15.204.213.172:30303
2023-10-17 23:31:10.437-04:00 | nioEventLoopGroup-3-1 | DEBUG | AbstractPeerConnection | Disconnecting connection 2126452885, reason 0x10 SUBPROTOCOL_TRIGGERED
2023-10-17 23:31:10.437-04:00 | nioEventLoopGroup-3-1 | DEBUG | AbstractPeerConnection | Terminating connection [Connection with hashCode 2024909109 with peer 0x57432b601e12d94f9d05d9e51da59fd91b02a124a59011ddb620faa98ccaf47c0f22182dc42ee0999548297939ddd3f2dafa10b52db1375d612fc8cb9ea4f845 inboundInitiated false initAt 1697599870400], reason 0x01 TCP_SUBSYSTEM_ERROR
2023-10-17 23:31:10.437-04:00 | nioEventLoopGroup-3-1 | DEBUG | AbstractPeerConnection | Terminating connection [Connection with hashCode 2024909109 with peer 0x57432b601e12d94f9d05d9e51da59fd91b02a124a59011ddb620faa98ccaf47c0f22182dc42ee0999548297939ddd3f2dafa10b52db1375d612fc8cb9ea4f845 inboundInitiated false initAt 1697599870400], reason 0x10 SUBPROTOCOL_TRIGGERED
2023-10-17 23:31:10.521-04:00 | nioEventLoopGroup-3-6 | DEBUG | WireKeepAlive | Idle connection detected, sending Wire PING to peer.
2023-10-17 23:31:12.111-04:00 | nioEventLoopGroup-3-3 | DEBUG | WireKeepAlive | Idle connection detected, sending Wire PING to peer.
2023-10-17 23:31:12.814-04:00 | vert.x-eventloop-thread-1 | DEBUG | B3PropagatorExtractorMultipleHeaders | Invalid TraceId in B3 header: null'. Returning INVALID span context.
2023-10-17 23:31:12.814-04:00 | vert.x-worker-thread-8 | DEBUG | JsonRpcExecutor | JSON-RPC request -> eth_chainId null
2023-10-17 23:31:12.815-04:00 | vert.x-eventloop-thread-1 | DEBUG | B3PropagatorExtractorMultipleHeaders | Invalid TraceId in B3 header: null'. Returning INVALID span context.
2023-10-17 23:31:12.816-04:00 | vert.x-worker-thread-9 | DEBUG | JsonRpcExecutor | JSON-RPC request -> eth_getBlockByNumber ["latest",false]
2023-10-17 23:31:12.818-04:00 | vert.x-eventloop-thread-1 | DEBUG | B3PropagatorExtractorMultipleHeaders | Invalid TraceId in B3 header: null'. Returning INVALID span context.
2023-10-17 23:31:12.818-04:00 | vert.x-worker-thread-10 | DEBUG | JsonRpcExecutor | JSON-RPC request -> eth_call [{"from":"0x0000000000000000000000000000000000000000","input":"0x621fd130","to":"0x4242424242424242424242424242424242424242"},"latest"]
2023-10-17 23:31:12.819-04:00 | vert.x-worker-thread-10 | DEBUG | JsonCallParameter | unknown property - input with value - 0x621fd130 and type - class java.lang.String caught during serialization
2023-10-17 23:31:13.178-04:00 | vert.x-eventloop-thread-1 | DEBUG | RecursivePeerRefreshState | Bonding round timed out
2023-10-17 23:31:13.178-04:00 | vert.x-eventloop-thread-1 | DEBUG | RecursivePeerRefreshState | Initiating neighbours round with 3 candidates from 864 tracked nodes
2023-10-17 23:31:13.207-04:00 | vert.x-eventloop-thread-1 | DEBUG | RecursivePeerRefreshState | Received neighbours packet with 12 neighbours from enode://309e7ba458e9d733a03396c58ae6b848c12eb6c570c9156263e8a8deab1936e1b0f66022e7c769819997c459b252a0fbcd3f01a75b7f105a19de9636e9cd806d@34.193.14.2:30311
2023-10-17 23:31:13.208-04:00 | vert.x-eventloop-thread-1 | DEBUG | RecursivePeerRefreshState | Received neighbours packet with 12 neighbours from enode://30808935a42622f4664ada6065114f2b2abd2491b8741f83ed749952139a079e0439799eb0a3480b884e465a0774f9a1000ee3dc248af165ca1156f4acdf1e55@34.230.170.168:30311
2023-10-17 23:31:13.273-04:00 | vert.x-eventloop-thread-1 | DEBUG | B3PropagatorExtractorMultipleHeaders | Invalid TraceId in B3 header: null'. Returning INVALID span context.
2023-10-17 23:31:13.275-04:00 | vert.x-worker-thread-19 | DEBUG | JsonRpcExecutor | JSON-RPC request -> engine_newPayloadV2 [{"parentHash":"0xb5f4c0d3eebd22d72706ceba0cca116a538b1958f7159f9d4791815ccb3e7251","feeRecipient":"0x32fdfd2ea08d916b8f4e73d057e99bc3358b2f4d","stateRoot":"0x5dc2a93537adfe2c54429c26860b305c7fcf1185cbe3c9e3c250c0fa2130b7ea","receiptsRoot":"0xfd0dd7d7f176bf035bfb1b9994fedbbfa5144d5ae535c97bf67904178ab50ebb","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","prevRandao":"0xf1d34ebefc8842cd97604e6cd588456d9628f0b5664ac9d59a53e7198e687a9e","blockNumber":"0x1fc66","gasLimit":"0x1c9c380","gasUsed":"0x53d8","timestamp":"0x652f5180","extraData":"0xd883010d03846765746888676f312e32302e31856c696e7578","baseFeePerGas":"0x7","blockHash":"0x761eac5d6443766c207793aea55084ef2c35f6f9f0bc54f941f25de7dfb3d948","transactions":["0xf88d82232e8501ff4cddcd8259d894c5655dcc9125d692f4502ed82c7e9458ae50ac8e886f05b59d3b2000009d5472616e73616374696f6e206279205374616b656c79204661756365748284f3a0e44e897b3fa7174bbaf9762e3f4ab25c3864835a847f39e5f3c2aa1fb857cf37a02245c5bcdb74a86e02bfdf2273e381eec9e25338b29afbe28ff69c8a1ed35a55"],"withdrawals":[{"index":"0x1e069d","validatorIndex":"0x5a034","address":"0x73b2e0e54510239e22cc936f0b4a6de1acf0abde","amount":"0x397a8b"},{"index":"0x1e069e","validatorIndex":"0x5a035","address":"0x73b2e0e54510239e22cc936f0b4a6de1acf0abde","amount":"0x3b8db3"},{"index":"0x1e069f","validatorIndex":"0x5a036","address":"0x73b2e0e54510239e22cc936f0b4a6de1acf0abde","amount":"0x3eb234"},{"index":"0x1e06a0","validatorIndex":"0x5a037","address":"0x73b2e0e54510239e22cc936f0b4a6de1acf0abde","amount":"0x3bc541"},{"index":"0x1e06a1","validatorIndex":"0x5a038","address":"0x73b2e0e54510239e22cc936f0b4a6de1acf0abde","amount":"0x3ce84b"},{"index":"0x1e06a2","validatorIndex":"0x5a039","address":"0x73b2e0e54510239e22cc936f0b4a6de1acf0abde","amount":"0x3ca020"},{"index":"0x1e06a3","validatorIndex":"0x5a03a","address":"0x73b2e0e54510239e22cc936f0b4a6de1acf0abde","amount":"0x3cae6d"},{"index":"0x1e06a4","validatorIndex":"0x5a03b","address":"0x73b2e0e54510239e22cc936f0b4a6de1acf0abde","amount":"0x3d4c68"},{"index":"0x1e06a5","validatorIndex":"0x5a03c","address":"0x73b2e0e54510239e22cc936f0b4a6de1acf0abde","amount":"0x3b751d"},{"index":"0x1e06a6","validatorIndex":"0x5a03d","address":"0x73b2e0e54510239e22cc936f0b4a6de1acf0abde","amount":"0x3729a8"},{"index":"0x1e06a7","validatorIndex":"0x5a03e","address":"0x73b2e0e54510239e22cc936f0b4a6de1acf0abde","amount":"0x39cc02"},{"index":"0x1e06a8","validatorIndex":"0x5a03f","address":"0x73b2e0e54510239e22cc936f0b4a6de1acf0abde","amount":"0x3ca4cf"},{"index":"0x1e06a9","validatorIndex":"0x5a040","address":"0x73b2e0e54510239e22cc936f0b4a6de1acf0abde","amount":"0x3c31da"},{"index":"0x1e06aa","validatorIndex":"0x5a041","address":"0x73b2e0e54510239e22cc936f0b4a6de1acf0abde","amount":"0x374635"},{"index":"0x1e06ab","validatorIndex":"0x5a042","address":"0x73b2e0e54510239e22cc936f0b4a6de1acf0abde","amount":"0x3d0c07"},{"index":"0x1e06ac","validatorIndex":"0x5a043","address":"0x73b2e0e54510239e22cc936f0b4a6de1acf0abde","amount":"0x3b4217"}]}]
2023-10-17 23:31:13.277-04:00 | vert.x-worker-thread-0 | DEBUG | MergeCoordinator | Remember block 130150 (0x761eac5d6443766c207793aea55084ef2c35f6f9f0bc54f941f25de7dfb3d948)
2023-10-17 23:31:13.279-04:00 | vert.x-worker-thread-0 | DEBUG | BonsaiWorldState | Persist world state for block Optional[BlockHeader{hash=0x761eac5d6443766c207793aea55084ef2c35f6f9f0bc54f941f25de7dfb3d948, parentHash=0xb5f4c0d3eebd22d72706ceba0cca116a538b1958f7159f9d4791815ccb3e7251, ommersHash=0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347, coinbase=0x32fdfd2ea08d916b8f4e73d057e99bc3358b2f4d, stateRoot=0x5dc2a93537adfe2c54429c26860b305c7fcf1185cbe3c9e3c250c0fa2130b7ea, transactionsRoot=0xfbe345bc71ace6836c81d78734582f4b86b43f5860067d6fbc6b871d9d37059c, receiptsRoot=0xfd0dd7d7f176bf035bfb1b9994fedbbfa5144d5ae535c97bf67904178ab50ebb, logsBloom=0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000, difficulty=0x0000000000000000000000000000000000000000000000000000000000000000, number=130150, gasLimit=30000000, gasUsed=21464, timestamp=1697599872, extraData=0xd883010d03846765746888676f312e32302e31856c696e7578, baseFee=0x0000000000000000000000000000000000000000000000000000000000000007, mixHashOrPrevRandao=0xf1d34ebefc8842cd97604e6cd588456d9628f0b5664ac9d59a53e7198e687a9e, nonce=0, withdrawalsRoot=0xc90bea10d114a2a8e1db0d00f89549d63498a9f8a7b67c66a9e8b5d54bd0fd38, }]
2023-10-17 23:31:13.279-04:00 | vert.x-worker-thread-0 | DEBUG | AbstractTrieLogManager | Adding layered world state for 130150 (0x761eac5d6443766c207793aea55084ef2c35f6f9f0bc54f941f25de7dfb3d948)
2023-10-17 23:31:13.279-04:00 | vert.x-worker-thread-0 | DEBUG | AbstractTrieLogManager | Persisting trie log for block hash 130150 (0x761eac5d6443766c207793aea55084ef2c35f6f9f0bc54f941f25de7dfb3d948) and world state root 0x5dc2a93537adfe2c54429c26860b305c7fcf1185cbe3c9e3c250c0fa2130b7ea
2023-10-17 23:31:13.280-04:00 | vert.x-worker-thread-0 | INFO  | AbstractEngineNewPayload | Imported #130,150 / 1 tx / 16 ws / base fee 7 wei / 21,464 (0.1%) gas / (0x761eac5d6443766c207793aea55084ef2c35f6f9f0bc54f941f25de7dfb3d948) in 0.003s. Peers: 9
2023-10-17 23:31:13.280-04:00 | vert.x-worker-thread-0 | DEBUG | AbstractEngineNewPayload | New payload: number: 130150, hash: 0x761eac5d6443766c207793aea55084ef2c35f6f9f0bc54f941f25de7dfb3d948, parentHash: 0xb5f4c0d3eebd22d72706ceba0cca116a538b1958f7159f9d4791815ccb3e7251, latestValidHash: 0x761eac5d6443766c207793aea55084ef2c35f6f9f0bc54f941f25de7dfb3d948, status: VALID
2023-10-17 23:31:13.292-04:00 | vert.x-eventloop-thread-1 | DEBUG | RecursivePeerRefreshState | Received neighbours packet with 12 neighbours from enode://30359435bf230cac4cf6b4cf0040c905d4d1f68b5deddf8270cffa8b5899df7c24cb5c9e2083768e6b5460ce4d42da96923ea8f27d5c39ec71220d64ec7dc563@91.166.12.227:30303
2023-10-17 23:31:13.292-04:00 | vert.x-eventloop-thread-1 | DEBUG | RecursivePeerRefreshState | Initiating bonding round with 9 candidates
2023-10-17 23:31:13.331-04:00 | nioEventLoopGroup-3-2 | DEBUG | HandshakeHandlerOutbound | Wrote initial crypto handshake message to /3.23.43.150:30351.
2023-10-17 23:31:13.349-04:00 | nioEventLoopGroup-3-2 | DEBUG | AbstractHandshakeHandler | Handshake error:
java.net.SocketException: Connection reset
        at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394)
        at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:426)
        at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256)
        at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
        at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
        at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
        at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
        at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
        at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
        at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
        at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
        at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
        at java.base/java.lang.Thread.run(Thread.java:833)
2023-10-17 23:31:13.350-04:00 | nioEventLoopGroup-3-2 | DEBUG | RlpxAgent | Failed to connect to peer 0x3ee626100b14694d6a20cd2b17812b41ccb9e658efa566e6efae22613c9044f2b1a9ed28281180c3e3fae3ed6473584d0d1fe5dbfe5a41bbbe9882f1c29887e0: java.net.SocketException: Connection reset
2023-10-17 23:31:13.355-04:00 | nioEventLoopGroup-3-5 | DEBUG | HandshakeHandlerOutbound | Wrote initial crypto handshake message to /34.195.70.235:30303.
2023-10-17 23:31:13.356-04:00 | nioEventLoopGroup-3-4 | DEBUG | HandshakeHandlerOutbound | Wrote initial crypto handshake message to /44.202.234.161:30303.
2023-10-17 23:31:13.382-04:00 | nioEventLoopGroup-3-3 | DEBUG | HandshakeHandlerOutbound | Wrote initial crypto handshake message to /3.215.151.242:30311.
2023-10-17 23:31:13.392-04:00 | nioEventLoopGroup-3-4 | DEBUG | AbstractPeerConnection | New PeerConnection ([Connection with hashCode -824945829 with peer 0xadeadaae326b2471211d260ec005756a272d8e447883e9d505ec7e7c0e3f1ba3e0ab4806ea2ae87f2685bd0c6ab975dec1af0897ea63c5cb8c58caed3d7ea3a5 inboundInitiated false initAt 1697599873392]) established with peer 0xadeadaae326b2471211d260ec005756a272d8e447883e9d505ec7e7c0e3f1ba3e0ab4806ea2ae87f2685bd0c6ab975dec1af0897ea63c5cb8c58caed3d7ea3a5
2023-10-17 23:31:13.392-04:00 | nioEventLoopGroup-3-4 | DEBUG | RlpxAgent | Outbound connection established to peer: 0xadeadaae326b2471211d260ec005756a272d8e447883e9d505ec7e7c0e3f1ba3e0ab4806ea2ae87f2685bd0c6ab975dec1af0897ea63c5cb8c58caed3d7ea3a5
2023-10-17 23:31:13.420-04:00 | vert.x-eventloop-thread-1 | DEBUG | RecursivePeerRefreshState | Initiating neighbours round with 3 candidates from 873 tracked nodes
2023-10-17 23:31:13.421-04:00 | nioEventLoopGroup-3-6 | DEBUG | AbstractPeerConnection | New PeerConnection ([Connection with hashCode 651254797 with peer 0xc4f6f7a95d06f5d3e44763f41abac88d870bf990ba25bbcf1ec01d1142df35b49129e9e8e5809bdbfff8c859145faf511d22a3664744dff85f11e70178b18e84 inboundInitiated true initAt 1697599873421]) established with peer 0xc4f6f7a95d06f5d3e44763f41abac88d870bf990ba25bbcf1ec01d1142df35b49129e9e8e5809bdbfff8c859145faf511d22a3664744dff85f11e70178b18e84
2023-10-17 23:31:13.422-04:00 | nioEventLoopGroup-3-5 | DEBUG | AbstractPeerConnection | New PeerConnection ([Connection with hashCode 1564319634 with peer 0xc4f6f7a95d06f5d3e44763f41abac88d870bf990ba25bbcf1ec01d1142df35b49129e9e8e5809bdbfff8c859145faf511d22a3664744dff85f11e70178b18e84 inboundInitiated false initAt 1697599873422]) established with peer 0xc4f6f7a95d06f5d3e44763f41abac88d870bf990ba25bbcf1ec01d1142df35b49129e9e8e5809bdbfff8c859145faf511d22a3664744dff85f11e70178b18e84
2023-10-17 23:31:13.422-04:00 | nioEventLoopGroup-3-5 | DEBUG | RlpxAgent | Outbound connection established to peer: 0xc4f6f7a95d06f5d3e44763f41abac88d870bf990ba25bbcf1ec01d1142df35b49129e9e8e5809bdbfff8c859145faf511d22a3664744dff85f11e70178b18e84
2023-10-17 23:31:13.422-04:00 | nioEventLoopGroup-3-6 | DEBUG | EthProtocolManager | Mismatched network id: 11297108109, EthPeer PeerId 0xc4f6f7a95d06f5d3e44763f41abac88d870bf990ba25bbcf1ec01d1142df35b49129e9e8e5809bdbfff8c859145faf511d22a3664744dff85f11e70178b18e84, reputation PeerReputation 100, validated? true, disconnected? false, client: besu/v22.7.4/linux-x86_64/corretto-java-11, connection [Connection with hashCode 651254797 with peer 0xc4f6f7a95d06f5d3e44763f41abac88d870bf990ba25bbcf1ec01d1142df35b49129e9e8e5809bdbfff8c859145faf511d22a3664744dff85f11e70178b18e84 inboundInitiated true initAt 1697599873421], enode enode://c4f6f7a95d06f5d3e44763f41abac88d870bf990ba25bbcf1ec01d1142df35b49129e9e8e5809bdbfff8c859145faf511d22a3664744dff85f11e70178b18e84@34.195.70.235:30303?discport=0
2023-10-17 23:31:13.423-04:00 | nioEventLoopGroup-3-6 | DEBUG | AbstractPeerConnection | Disconnecting connection 1116205000, reason 0x10 SUBPROTOCOL_TRIGGERED
2023-10-17 23:31:13.423-04:00 | nioEventLoopGroup-3-6 | DEBUG | AbstractPeerConnection | Terminating connection [Connection with hashCode 651254797 with peer 0xc4f6f7a95d06f5d3e44763f41abac88d870bf990ba25bbcf1ec01d1142df35b49129e9e8e5809bdbfff8c859145faf511d22a3664744dff85f11e70178b18e84 inboundInitiated true initAt 1697599873421], reason 0x01 TCP_SUBSYSTEM_ERROR
2023-10-17 23:31:13.423-04:00 | nioEventLoopGroup-3-6 | DEBUG | AbstractPeerConnection | Terminating connection [Connection with hashCode 651254797 with peer 0xc4f6f7a95d06f5d3e44763f41abac88d870bf990ba25bbcf1ec01d1142df35b49129e9e8e5809bdbfff8c859145faf511d22a3664744dff85f11e70178b18e84 inboundInitiated true initAt 1697599873421], reason 0x05 ALREADY_CONNECTED
2023-10-17 23:31:13.423-04:00 | nioEventLoopGroup-3-5 | DEBUG | EthProtocolManager | Mismatched network id: 11297108109, EthPeer PeerId 0xc4f6f7a95d06f5d3e44763f41abac88d870bf990ba25bbcf1ec01d1142df35b49129e9e8e5809bdbfff8c859145faf511d22a3664744dff85f11e70178b18e84, reputation PeerReputation 100, validated? true, disconnected? true, client: besu/v22.7.4/linux-x86_64/corretto-java-11, connection [Connection with hashCode 651254797 with peer 0xc4f6f7a95d06f5d3e44763f41abac88d870bf990ba25bbcf1ec01d1142df35b49129e9e8e5809bdbfff8c859145faf511d22a3664744dff85f11e70178b18e84 inboundInitiated true initAt 1697599873421], enode enode://c4f6f7a95d06f5d3e44763f41abac88d870bf990ba25bbcf1ec01d1142df35b49129e9e8e5809bdbfff8c859145faf511d22a3664744dff85f11e70178b18e84@34.195.70.235:30303?discport=0
2023-10-17 23:31:13.423-04:00 | nioEventLoopGroup-3-4 | DEBUG | EthProtocolManager | Mismatched network id: 2019, EthPeer PeerId 0xadeadaae326b2471211d260ec005756a272d8e447883e9d505ec7e7c0e3f1ba3e0ab4806ea2ae87f2685bd0c6ab975dec1af0897ea63c5cb8c58caed3d7ea3a5, reputation PeerReputation 100, validated? true, disconnected? false, client: Geth/v1.11.6-stable-b313d535/linux-amd64/go1.20.6, connection [Connection with hashCode -824945829 with peer 0xadeadaae326b2471211d260ec005756a272d8e447883e9d505ec7e7c0e3f1ba3e0ab4806ea2ae87f2685bd0c6ab975dec1af0897ea63c5cb8c58caed3d7ea3a5 inboundInitiated false initAt 1697599873392], enode enode://adeadaae326b2471211d260ec005756a272d8e447883e9d505ec7e7c0e3f1ba3e0ab4806ea2ae87f2685bd0c6ab975dec1af0897ea63c5cb8c58caed3d7ea3a5@44.202.234.161:30303
2023-10-17 23:31:13.424-04:00 | nioEventLoopGroup-3-4 | DEBUG | AbstractPeerConnection | Disconnecting connection 1519896272, reason 0x10 SUBPROTOCOL_TRIGGERED
2023-10-17 23:31:13.425-04:00 | nioEventLoopGroup-3-4 | DEBUG | AbstractPeerConnection | Terminating connection [Connection with hashCode -824945829 with peer 0xadeadaae326b2471211d260ec005756a272d8e447883e9d505ec7e7c0e3f1ba3e0ab4806ea2ae87f2685bd0c6ab975dec1af0897ea63c5cb8c58caed3d7ea3a5 inboundInitiated false initAt 1697599873392], reason 0x01 TCP_SUBSYSTEM_ERROR
2023-10-17 23:31:13.425-04:00 | nioEventLoopGroup-3-4 | DEBUG | AbstractPeerConnection | Terminating connection [Connection with hashCode -824945829 with peer 0xadeadaae326b2471211d260ec005756a272d8e447883e9d505ec7e7c0e3f1ba3e0ab4806ea2ae87f2685bd0c6ab975dec1af0897ea63c5cb8c58caed3d7ea3a5 inboundInitiated false initAt 1697599873392], reason 0x10 SUBPROTOCOL_TRIGGERED
2023-10-17 23:31:13.442-04:00 | nioEventLoopGroup-3-3 | DEBUG | DeFramer | Peer enode://9f36308016eafa95bdcc86def88a623d04d1a218a1d6d3c579cefe7e7c41a056b7079d36a457f3130752e11397f10526b7a0a744da8d309cdb0ddd0e10e8b3b0@3.215.151.242:30311 disconnected before sending HELLO.  Reason: 0x04 TOO_MANY_PEERS
2023-10-17 23:31:13.442-04:00 | nioEventLoopGroup-3-3 | DEBUG | RlpxAgent | Failed to connect to peer 0x9f36308016eafa95bdcc86def88a623d04d1a218a1d6d3c579cefe7e7c41a056b7079d36a457f3130752e11397f10526b7a0a744da8d309cdb0ddd0e10e8b3b0: org.hyperledger.besu.ethereum.p2p.network.exceptions.PeerDisconnectedException: Peer disconnected for reason: 0x04 TOO_MANY_PEERS
2023-10-17 23:31:13.450-04:00 | vert.x-eventloop-thread-1 | DEBUG | RecursivePeerRefreshState | Received neighbours packet with 12 neighbours from enode://315e23e64a99f68854c50bb612d7f9ef987eef4c815f4c611e0dec7c0af0e8631d539c76d2db6cdecc4dcb312a267ca87481f4a558c9fc3ec77187dd1e11f484@44.205.48.69:30303
2023-10-17 23:31:13.453-04:00 | nioEventLoopGroup-3-5 | DEBUG | AbstractPeerConnection | Terminating connection [Connection with hashCode 1564319634 with peer 0xc4f6f7a95d06f5d3e44763f41abac88d870bf990ba25bbcf1ec01d1142df35b49129e9e8e5809bdbfff8c859145faf511d22a3664744dff85f11e70178b18e84 inboundInitiated false initAt 1697599873422], reason 0x01 TCP_SUBSYSTEM_ERROR
2023-10-17 23:31:13.453-04:00 | nioEventLoopGroup-3-5 | DEBUG | AbstractPeerConnection | Terminating connection [Connection with hashCode 1564319634 with peer 0xc4f6f7a95d06f5d3e44763f41abac88d870bf990ba25bbcf1ec01d1142df35b49129e9e8e5809bdbfff8c859145faf511d22a3664744dff85f11e70178b18e84 inboundInitiated false initAt 1697599873422], reason 0x10 SUBPROTOCOL_TRIGGERED
2023-10-17 23:31:13.527-04:00 | vert.x-eventloop-thread-1 | DEBUG | RecursivePeerRefreshState | Received neighbours packet with 12 neighbours from enode://31a397028f988f8059285ad3dd340563dbe7dcc23799d5e9ac05c9c83e96f5157a463eccca26c9107db42d4f8ba80885aa6bec50e3ce33fc0c32ce145c0608a2@3.67.232.240:30338
2023-10-17 23:31:13.530-04:00 | nioEventLoopGroup-3-8 | DEBUG | HandshakeHandlerOutbound | Wrote initial crypto handshake message to /167.235.180.163:30306.
2023-10-17 23:31:13.532-04:00 | nioEventLoopGroup-3-7 | DEBUG | HandshakeHandlerOutbound | Wrote initial crypto handshake message to /159.69.139.105:30404.
2023-10-17 23:31:13.535-04:00 | nioEventLoopGroup-3-9 | DEBUG | HandshakeHandlerOutbound | Wrote initial crypto handshake message to /144.76.98.28:30307.
2023-10-17 23:31:13.543-04:00 | vert.x-eventloop-thread-1 | DEBUG | RecursivePeerRefreshState | Received neighbours packet with 12 neighbours from enode://328b8a2fd6fccdc971fdec3dbe4acd647483e1f64c1b8c22d6da0fc09b2b3ef871f3314ad0e212e8e4e4edfd88a48db144837f4cafb73203cf9deab363a8dc8c@161.97.101.220:30303
2023-10-17 23:31:13.544-04:00 | vert.x-eventloop-thread-1 | DEBUG | RecursivePeerRefreshState | Initiating bonding round with 14 candidates
2023-10-17 23:31:13.561-04:00 | nioEventLoopGroup-3-1 | DEBUG | HandshakeHandlerOutbound | Wrote initial crypto handshake message to /65.21.202.168:30303.
2023-10-17 23:31:13.562-04:00 | nioEventLoopGroup-3-10 | DEBUG | HandshakeHandlerOutbound | Wrote initial crypto handshake message to /65.109.32.163:30311.
2023-10-17 23:31:13.607-04:00 | nioEventLoopGroup-3-2 | DEBUG | HandshakeHandlerOutbound | Wrote initial crypto handshake message to /74.201.193.242:33429.
2023-10-17 23:31:13.608-04:00 | nioEventLoopGroup-3-6 | DEBUG | HandshakeHandlerOutbound | Wrote initial crypto handshake message to /3.83.185.45:30303.
2023-10-17 23:31:13.609-04:00 | nioEventLoopGroup-3-3 | DEBUG | HandshakeHandlerOutbound | Wrote initial crypto handshake message to /3.234.146.236:30303.
2023-10-17 23:31:13.609-04:00 | nioEventLoopGroup-3-4 | DEBUG | HandshakeHandlerOutbound | Wrote initial crypto handshake message to /34.193.25.96:30311.
2023-10-17 23:31:13.635-04:00 | nioEventLoopGroup-3-5 | DEBUG | RlpxAgent | Failed to connect to peer 0xcc91074136bc7e0e8f9b160a9f2d841e9fbf6266e35b9b782664947a4fd265ebee08565dd9872c7ca7eeb3f6b82275c909542a4539292f00a70e063b6026b0a5: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /52.201.132.167:30303
2023-10-17 23:31:13.639-04:00 | nioEventLoopGroup-3-2 | DEBUG | AbstractPeerConnection | New PeerConnection ([Connection with hashCode 1976864221 with peer 0xe10d8c3f836ea2ec406e106143581b9847983d8f0c3c45188c76c2f415ec79fc8a1d787b3bdba57602ab5aa9bfdee2d3c1a04460ac2cca014e03e295da47aa36 inboundInitiated false initAt 1697599873639]) established with peer 0xe10d8c3f836ea2ec406e106143581b9847983d8f0c3c45188c76c2f415ec79fc8a1d787b3bdba57602ab5aa9bfdee2d3c1a04460ac2cca014e03e295da47aa36
2023-10-17 23:31:13.639-04:00 | nioEventLoopGroup-3-2 | DEBUG | RlpxAgent | Outbound connection established to peer: 0xe10d8c3f836ea2ec406e106143581b9847983d8f0c3c45188c76c2f415ec79fc8a1d787b3bdba57602ab5aa9bfdee2d3c1a04460ac2cca014e03e295da47aa36
2023-10-17 23:31:13.640-04:00 | nioEventLoopGroup-3-6 | DEBUG | DeFramer | Peer enode://66c31acd561c382bad67d246329d2abb837171358c8bf0b1c37cc1c203a4c72241d196f11bce0f9b74c6e0725eb38dcf432a5919fa747061b0a19873ded272c0@3.83.185.45:30303 disconnected before sending HELLO.  Reason: 0x04 TOO_MANY_PEERS
2023-10-17 23:31:13.640-04:00 | nioEventLoopGroup-3-6 | DEBUG | RlpxAgent | Failed to connect to peer 0x66c31acd561c382bad67d246329d2abb837171358c8bf0b1c37cc1c203a4c72241d196f11bce0f9b74c6e0725eb38dcf432a5919fa747061b0a19873ded272c0: org.hyperledger.besu.ethereum.p2p.network.exceptions.PeerDisconnectedException: Peer disconnected for reason: 0x04 TOO_MANY_PEERS
2023-10-17 23:31:13.643-04:00 | nioEventLoopGroup-3-3 | DEBUG | DeFramer | Peer enode://69295acb538e7041ff09a0f4e35b15cf96fdbdb6e487fbe497b697c4132f07c18cc56fd415ab522aa0f97789c92c7a887d6e314099834c5a3c582d85af302632@3.234.146.236:30303 disconnected before sending HELLO.  Reason: 0x04 TOO_MANY_PEERS
2023-10-17 23:31:13.643-04:00 | nioEventLoopGroup-3-3 | DEBUG | RlpxAgent | Failed to connect to peer 0x69295acb538e7041ff09a0f4e35b15cf96fdbdb6e487fbe497b697c4132f07c18cc56fd415ab522aa0f97789c92c7a887d6e314099834c5a3c582d85af302632: org.hyperledger.besu.ethereum.p2p.network.exceptions.PeerDisconnectedException: Peer disconnected for reason: 0x04 TOO_MANY_PEERS
2023-10-17 23:31:13.644-04:00 | nioEventLoopGroup-3-4 | DEBUG | DeFramer | Peer enode://50ce72d1e965173b50f0893a2f3f7e0dd501f071ddf6a0455190f257bd3584f8b4354b86b9e155e4f57a4d4edaf5b87d97938e7ba8d71e586ab6765c976104a7@34.193.25.96:30311 disconnected before sending HELLO.  Reason: 0x04 TOO_MANY_PEERS
2023-10-17 23:31:13.645-04:00 | nioEventLoopGroup-3-4 | DEBUG | RlpxAgent | Failed to connect to peer 0x50ce72d1e965173b50f0893a2f3f7e0dd501f071ddf6a0455190f257bd3584f8b4354b86b9e155e4f57a4d4edaf5b87d97938e7ba8d71e586ab6765c976104a7: org.hyperledger.besu.ethereum.p2p.network.exceptions.PeerDisconnectedException: Peer disconnected for reason: 0x04 TOO_MANY_PEERS
2023-10-17 23:31:13.649-04:00 | nioEventLoopGroup-3-7 | DEBUG | AbstractPeerConnection | New PeerConnection ([Connection with hashCode 186819868 with peer 0x88248ee90a5a028365499d007a9349c97e1a296f275427595b4897b83130f3c5b5a6c56ec26118032a7502fde31577392168153307ed0d39c5f3f061ce95e1fb inboundInitiated false initAt 1697599873649]) established with peer 0x88248ee90a5a028365499d007a9349c97e1a296f275427595b4897b83130f3c5b5a6c56ec26118032a7502fde31577392168153307ed0d39c5f3f061ce95e1fb
2023-10-17 23:31:13.649-04:00 | nioEventLoopGroup-3-7 | DEBUG | RlpxAgent | Outbound connection established to peer: 0x88248ee90a5a028365499d007a9349c97e1a296f275427595b4897b83130f3c5b5a6c56ec26118032a7502fde31577392168153307ed0d39c5f3f061ce95e1fb
2023-10-17 23:31:13.652-04:00 | nioEventLoopGroup-3-9 | DEBUG | DeFramer | Peer enode://f6819feac31b1554343e19385a198bbe97b65551beb69fd78cbf37aa66a3e8c16672ec0b07abcf29b6d0b1afd45ff64a4a22510b6a82c95b71c5132d7031fc48@144.76.98.28:30307 disconnected before sending HELLO.  Reason: 0x04 TOO_MANY_PEERS
2023-10-17 23:31:13.652-04:00 | nioEventLoopGroup-3-9 | DEBUG | RlpxAgent | Failed to connect to peer 0xf6819feac31b1554343e19385a198bbe97b65551beb69fd78cbf37aa66a3e8c16672ec0b07abcf29b6d0b1afd45ff64a4a22510b6a82c95b71c5132d7031fc48: org.hyperledger.besu.ethereum.p2p.network.exceptions.PeerDisconnectedException: Peer disconnected for reason: 0x04 TOO_MANY_PEERS
2023-10-17 23:31:13.668-04:00 | nioEventLoopGroup-3-2 | DEBUG | EthProtocolManager | Mismatched network id: 56, EthPeer PeerId 0xe10d8c3f836ea2ec406e106143581b9847983d8f0c3c45188c76c2f415ec79fc8a1d787b3bdba57602ab5aa9bfdee2d3c1a04460ac2cca014e03e295da47aa36, reputation PeerReputation 100, validated? true, disconnected? false, client: erigon/v2.40.0-dev-3da15fcb/linux-amd64/go1.19.7, connection [Connection with hashCode 1976864221 with peer 0xe10d8c3f836ea2ec406e106143581b9847983d8f0c3c45188c76c2f415ec79fc8a1d787b3bdba57602ab5aa9bfdee2d3c1a04460ac2cca014e03e295da47aa36 inboundInitiated false initAt 1697599873639], enode enode://e10d8c3f836ea2ec406e106143581b9847983d8f0c3c45188c76c2f415ec79fc8a1d787b3bdba57602ab5aa9bfdee2d3c1a04460ac2cca014e03e295da47aa36@74.201.193.242:33429
2023-10-17 23:31:13.668-04:00 | nioEventLoopGroup-3-2 | DEBUG | AbstractPeerConnection | Disconnecting connection 1196354025, reason 0x10 SUBPROTOCOL_TRIGGERED
2023-10-17 23:31:13.668-04:00 | nioEventLoopGroup-3-2 | DEBUG | AbstractPeerConnection | Terminating connection [Connection with hashCode 1976864221 with peer 0xe10d8c3f836ea2ec406e106143581b9847983d8f0c3c45188c76c2f415ec79fc8a1d787b3bdba57602ab5aa9bfdee2d3c1a04460ac2cca014e03e295da47aa36 inboundInitiated false initAt 1697599873639], reason 0x01 TCP_SUBSYSTEM_ERROR
2023-10-17 23:31:13.668-04:00 | nioEventLoopGroup-3-2 | DEBUG | AbstractPeerConnection | Terminating connection [Connection with hashCode 1976864221 with peer 0xe10d8c3f836ea2ec406e106143581b9847983d8f0c3c45188c76c2f415ec79fc8a1d787b3bdba57602ab5aa9bfdee2d3c1a04460ac2cca014e03e295da47aa36 inboundInitiated false initAt 1697599873639], reason 0x10 SUBPROTOCOL_TRIGGERED
2023-10-17 23:31:13.670-04:00 | nioEventLoopGroup-3-7 | DEBUG | HandshakeHandlerOutbound | Wrote initial crypto handshake message to /66.94.124.55:30303.
2023-10-17 23:31:13.703-04:00 | nioEventLoopGroup-3-10 | DEBUG | DeFramer | Peer enode://3fbb7cf4c8f43ca6c7a33411e93962ea8d6dbdc73c7f41d2e55c4db7e9f153a281fbbafef1c946cb40bcf0bb2cd7eb5cfba9cd70fc2ddc0f8adf029e2e62f98e@65.109.32.163:30311 disconnected before sending HELLO.  Reason: 0x04 TOO_MANY_PEERS
2023-10-17 23:31:13.703-04:00 | nioEventLoopGroup-3-10 | DEBUG | RlpxAgent | Failed to connect to peer 0x3fbb7cf4c8f43ca6c7a33411e93962ea8d6dbdc73c7f41d2e55c4db7e9f153a281fbbafef1c946cb40bcf0bb2cd7eb5cfba9cd70fc2ddc0f8adf029e2e62f98e: org.hyperledger.besu.ethereum.p2p.network.exceptions.PeerDisconnectedException: Peer disconnected for reason: 0x04 TOO_MANY_PEERS
2023-10-17 23:31:13.704-04:00 | nioEventLoopGroup-3-1 | DEBUG | DeFramer | Peer enode://9aace434068762ae6cfa4890f77928f86b1109c4bef92069ed50dd40cb2ec3633c039bf1a2dd4273b36706472ac92fe34705f56df0c537fa4f47c98e0383b094@65.21.202.168:30303 disconnected before sending HELLO.  Reason: 0x04 TOO_MANY_PEERS
2023-10-17 23:31:13.704-04:00 | nioEventLoopGroup-3-1 | DEBUG | RlpxAgent | Failed to connect to peer 0x9aace434068762ae6cfa4890f77928f86b1109c4bef92069ed50dd40cb2ec3633c039bf1a2dd4273b36706472ac92fe34705f56df0c537fa4f47c98e0383b094: org.hyperledger.besu.ethereum.p2p.network.exceptions.PeerDisconnectedException: Peer disconnected for reason: 0x04 TOO_MANY_PEERS
2023-10-17 23:31:13.743-04:00 | nioEventLoopGroup-3-7 | DEBUG | AbstractPeerConnection | New PeerConnection ([Connection with hashCode -37165940 with peer 0x768045bf377a72cc2e09f0b0cf65ee362d6901e77ed87d324a4d6e8f1f5e97c1d2a186031da393b21001f42c9e4c4cae58072a3aec6a4a940d981eb6272b6097 inboundInitiated false initAt 1697599873743]) established with peer 0x768045bf377a72cc2e09f0b0cf65ee362d6901e77ed87d324a4d6e8f1f5e97c1d2a186031da393b21001f42c9e4c4cae58072a3aec6a4a940d981eb6272b6097
2023-10-17 23:31:13.743-04:00 | nioEventLoopGroup-3-7 | DEBUG | RlpxAgent | Outbound connection established to peer: 0x768045bf377a72cc2e09f0b0cf65ee362d6901e77ed87d324a4d6e8f1f5e97c1d2a186031da393b21001f42c9e4c4cae58072a3aec6a4a940d981eb6272b6097
2023-10-17 23:31:13.764-04:00 | nioEventLoopGroup-3-7 | DEBUG | EthProtocolManager | Mismatched network id: 56, EthPeer PeerId 0x88248ee90a5a028365499d007a9349c97e1a296f275427595b4897b83130f3c5b5a6c56ec26118032a7502fde31577392168153307ed0d39c5f3f061ce95e1fb, reputation PeerReputation 100, validated? true, disconnected? false, client: erigon/v2.36.0-dev-ee7fd418/linux-amd64/go1.19.4, connection [Connection with hashCode 186819868 with peer 0x88248ee90a5a028365499d007a9349c97e1a296f275427595b4897b83130f3c5b5a6c56ec26118032a7502fde31577392168153307ed0d39c5f3f061ce95e1fb inboundInitiated false initAt 1697599873649], enode enode://88248ee90a5a028365499d007a9349c97e1a296f275427595b4897b83130f3c5b5a6c56ec26118032a7502fde31577392168153307ed0d39c5f3f061ce95e1fb@159.69.139.105:30404
2023-10-17 23:31:13.766-04:00 | nioEventLoopGroup-3-7 | DEBUG | AbstractPeerConnection | Disconnecting connection 1031217105, reason 0x10 SUBPROTOCOL_TRIGGERED
2023-10-17 23:31:13.767-04:00 | nioEventLoopGroup-3-7 | DEBUG | AbstractPeerConnection | Terminating connection [Connection with hashCode 186819868 with peer 0x88248ee90a5a028365499d007a9349c97e1a296f275427595b4897b83130f3c5b5a6c56ec26118032a7502fde31577392168153307ed0d39c5f3f061ce95e1fb inboundInitiated false initAt 1697599873649], reason 0x01 TCP_SUBSYSTEM_ERROR
2023-10-17 23:31:13.767-04:00 | nioEventLoopGroup-3-7 | DEBUG | AbstractPeerConnection | Terminating connection [Connection with hashCode 186819868 with peer 0x88248ee90a5a028365499d007a9349c97e1a296f275427595b4897b83130f3c5b5a6c56ec26118032a7502fde31577392168153307ed0d39c5f3f061ce95e1fb inboundInitiated false initAt 1697599873649], reason 0x10 SUBPROTOCOL_TRIGGERED
2023-10-17 23:31:13.777-04:00 | nioEventLoopGroup-3-8 | DEBUG | HandshakeHandlerOutbound | Wrote initial crypto handshake message to /144.76.199.251:30303.
2023-10-17 23:31:13.799-04:00 | vert.x-eventloop-thread-1 | DEBUG | B3PropagatorExtractorMultipleHeaders | Invalid TraceId in B3 header: null'. Returning INVALID span context.
2023-10-17 23:31:13.801-04:00 | vert.x-worker-thread-6 | DEBUG | JsonRpcExecutor | JSON-RPC request -> engine_forkchoiceUpdatedV2 [{"headBlockHash":"0x761eac5d6443766c207793aea55084ef2c35f6f9f0bc54f941f25de7dfb3d948","safeBlockHash":"0xefdc0c1221592c51efdc0a19ff471ff6d06524e074e2b27fe10166aad24ca1a5","finalizedBlockHash":"0x31ef75d11fb87439450f03cfc10b8215cd2641191bc469c08c127f330352ec8a"},null]
2023-10-17 23:31:13.803-04:00 | vert.x-worker-thread-0 | DEBUG | AbstractEngineForkchoiceUpdated | Forkchoice parameters headBlockHash=0x761eac5d6443766c207793aea55084ef2c35f6f9f0bc54f941f25de7dfb3d948, safeBlockHash=0xefdc0c1221592c51efdc0a19ff471ff6d06524e074e2b27fe10166aad24ca1a5, finalizedBlockHash=0x31ef75d11fb87439450f03cfc10b8215cd2641191bc469c08c127f330352ec8a
2023-10-17 23:31:13.803-04:00 | vert.x-worker-thread-0 | DEBUG | UnverifiedForkchoiceSupplier | New forkchoice announced Optional[ForkchoiceEvent{headBlockHash=0x761eac5d6443766c207793aea55084ef2c35f6f9f0bc54f941f25de7dfb3d948, safeBlockHash=0xefdc0c1221592c51efdc0a19ff471ff6d06524e074e2b27fe10166aad24ca1a5, finalizedBlockHash=0x31ef75d11fb87439450f03cfc10b8215cd2641191bc469c08c127f330352ec8a, safeBlockHash=0xefdc0c1221592c51efdc0a19ff471ff6d06524e074e2b27fe10166aad24ca1a5}]
2023-10-17 23:31:13.804-04:00 | vert.x-worker-thread-0 | DEBUG | MergeCoordinator | BlockHeader 130150 (0x761eac5d6443766c207793aea55084ef2c35f6f9f0bc54f941f25de7dfb3d948) is already present
2023-10-17 23:31:13.804-04:00 | vert.x-worker-thread-0 | DEBUG | MergeCoordinator | checking if block 130072 (0x31ef75d11fb87439450f03cfc10b8215cd2641191bc469c08c127f330352ec8a) is ancestor of 130150 (0x761eac5d6443766c207793aea55084ef2c35f6f9f0bc54f941f25de7dfb3d948)
2023-10-17 23:31:13.806-04:00 | vert.x-worker-thread-0 | DEBUG | MergeCoordinator | checking if block 130072 (0x31ef75d11fb87439450f03cfc10b8215cd2641191bc469c08c127f330352ec8a) is ancestor of 130104 (0xefdc0c1221592c51efdc0a19ff471ff6d06524e074e2b27fe10166aad24ca1a5)
2023-10-17 23:31:13.806-04:00 | vert.x-worker-thread-0 | DEBUG | MergeCoordinator | checking if block 130104 (0xefdc0c1221592c51efdc0a19ff471ff6d06524e074e2b27fe10166aad24ca1a5) is ancestor of 130150 (0x761eac5d6443766c207793aea55084ef2c35f6f9f0bc54f941f25de7dfb3d948)
2023-10-17 23:31:13.807-04:00 | nioEventLoopGroup-3-9 | DEBUG | HandshakeHandlerOutbound | Wrote initial crypto handshake message to /16.171.243.213:30315.
2023-10-17 23:31:13.807-04:00 | nioEventLoopGroup-3-7 | DEBUG | EthProtocolManager | Mismatched network id: 167003, EthPeer PeerId 0x768045bf377a72cc2e09f0b0cf65ee362d6901e77ed87d324a4d6e8f1f5e97c1d2a186031da393b21001f42c9e4c4cae58072a3aec6a4a940d981eb6272b6097, reputation PeerReputation 100, validated? true, disconnected? false, client: Geth/v1.10.26-stable/linux-amd64/go1.18.9, connection [Connection with hashCode -37165940 with peer 0x768045bf377a72cc2e09f0b0cf65ee362d6901e77ed87d324a4d6e8f1f5e97c1d2a186031da393b21001f42c9e4c4cae58072a3aec6a4a940d981eb6272b6097 inboundInitiated false initAt 1697599873743], enode enode://768045bf377a72cc2e09f0b0cf65ee362d6901e77ed87d324a4d6e8f1f5e97c1d2a186031da393b21001f42c9e4c4cae58072a3aec6a4a940d981eb6272b6097@66.94.124.55:30303
2023-10-17 23:31:13.807-04:00 | vert.x-worker-thread-0 | DEBUG | BonsaiWorldStateProvider | Paired Rollback 0x56d2005200c08b16c5cb1750daf1a29c77e44fe717af615dfb2e4f35b57216fa
2023-10-17 23:31:13.807-04:00 | vert.x-worker-thread-0 | DEBUG | BonsaiWorldStateProvider | Paired Rollforward 0x761eac5d6443766c207793aea55084ef2c35f6f9f0bc54f941f25de7dfb3d948
2023-10-17 23:31:13.807-04:00 | nioEventLoopGroup-3-7 | DEBUG | AbstractPeerConnection | Disconnecting connection 1575576717, reason 0x10 SUBPROTOCOL_TRIGGERED
2023-10-17 23:31:13.808-04:00 | vert.x-worker-thread-0 | DEBUG | BonsaiWorldStateProvider | Attempting Rollback of 0x56d2005200c08b16c5cb1750daf1a29c77e44fe717af615dfb2e4f35b57216fa
2023-10-17 23:31:13.809-04:00 | vert.x-worker-thread-0 | DEBUG | BonsaiWorldStateProvider | Attempting Rollforward of 0x761eac5d6443766c207793aea55084ef2c35f6f9f0bc54f941f25de7dfb3d948
2023-10-17 23:31:13.809-04:00 | vert.x-worker-thread-0 | DEBUG | BonsaiWorldState | Persist world state for block Optional[BlockHeader{hash=0x761eac5d6443766c207793aea55084ef2c35f6f9f0bc54f941f25de7dfb3d948, parentHash=0xb5f4c0d3eebd22d72706ceba0cca116a538b1958f7159f9d4791815ccb3e7251, ommersHash=0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347, coinbase=0x32fdfd2ea08d916b8f4e73d057e99bc3358b2f4d, stateRoot=0x5dc2a93537adfe2c54429c26860b305c7fcf1185cbe3c9e3c250c0fa2130b7ea, transactionsRoot=0xfbe345bc71ace6836c81d78734582f4b86b43f5860067d6fbc6b871d9d37059c, receiptsRoot=0xfd0dd7d7f176bf035bfb1b9994fedbbfa5144d5ae535c97bf67904178ab50ebb, logsBloom=0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000, difficulty=0x0000000000000000000000000000000000000000000000000000000000000000, number=130150, gasLimit=30000000, gasUsed=21464, timestamp=1697599872, extraData=0xd883010d03846765746888676f312e32302e31856c696e7578, baseFee=0x0000000000000000000000000000000000000000000000000000000000000007, mixHashOrPrevRandao=0xf1d34ebefc8842cd97604e6cd588456d9628f0b5664ac9d59a53e7198e687a9e, nonce=0, withdrawalsRoot=0xc90bea10d114a2a8e1db0d00f89549d63498a9f8a7b67c66a9e8b5d54bd0fd38, }]
2023-10-17 23:31:13.810-04:00 | nioEventLoopGroup-3-7 | DEBUG | AbstractPeerConnection | Terminating connection [Connection with hashCode -37165940 with peer 0x768045bf377a72cc2e09f0b0cf65ee362d6901e77ed87d324a4d6e8f1f5e97c1d2a186031da393b21001f42c9e4c4cae58072a3aec6a4a940d981eb6272b6097 inboundInitiated false initAt 1697599873743], reason 0x01 TCP_SUBSYSTEM_ERROR
2023-10-17 23:31:13.810-04:00 | nioEventLoopGroup-3-7 | DEBUG | AbstractPeerConnection | Terminating connection [Connection with hashCode -37165940 with peer 0x768045bf377a72cc2e09f0b0cf65ee362d6901e77ed87d324a4d6e8f1f5e97c1d2a186031da393b21001f42c9e4c4cae58072a3aec6a4a940d981eb6272b6097 inboundInitiated false initAt 1697599873743], reason 0x10 SUBPROTOCOL_TRIGGERED
2023-10-17 23:31:13.811-04:00 | vert.x-worker-thread-0 | DEBUG | CachedWorldStorageManager | adding layered world state for block 130150 (0x761eac5d6443766c207793aea55084ef2c35f6f9f0bc54f941f25de7dfb3d948), state root hash 0x5dc2a93537adfe2c54429c26860b305c7fcf1185cbe3c9e3c250c0fa2130b7ea
2023-10-17 23:31:13.811-04:00 | vert.x-worker-thread-0 | DEBUG | BonsaiWorldStateProvider | Archive rolling finished, BonsaiWorldStateKeyValueStorage now at 0x761eac5d6443766c207793aea55084ef2c35f6f9f0bc54f941f25de7dfb3d948
2023-10-17 23:31:13.811-04:00 | vert.x-worker-thread-0 | DEBUG | MergeCoordinator | World state for state root hash 0x5dc2a93537adfe2c54429c26860b305c7fcf1185cbe3c9e3c250c0fa2130b7ea and block hash 0x761eac5d6443766c207793aea55084ef2c35f6f9f0bc54f941f25de7dfb3d948 persisted successfully
2023-10-17 23:31:13.811-04:00 | vert.x-worker-thread-0 | DEBUG | MergeCoordinator | New head 130150 (0x761eac5d6443766c207793aea55084ef2c35f6f9f0bc54f941f25de7dfb3d948) is a chain reorg, rewind chain head to it
2023-10-17 23:31:13.817-04:00 | vert.x-worker-thread-0 | DEBUG | TransactionLogBloomCacher | Caching logs bloom for block 0x1fc66.
2023-10-17 23:31:13.818-04:00 | vert.x-worker-thread-0 | DEBUG | AbstractEngineForkchoiceUpdated | Payload attributes are null
2023-10-17 23:31:13.818-04:00 | EthScheduler-Services-0 | DEBUG | AbstractTransactionsLayer | Managing new added block 130150 (0x761eac5d6443766c207793aea55084ef2c35f6f9f0bc54f941f25de7dfb3d948)
2023-10-17 23:31:13.818-04:00 | EthScheduler-Services-0 | DEBUG | AbstractTransactionsLayer | Managing new added block 130150 (0x761eac5d6443766c207793aea55084ef2c35f6f9f0bc54f941f25de7dfb3d948)
2023-10-17 23:31:13.818-04:00 | EthScheduler-Services-0 | DEBUG | AbstractTransactionsLayer | Managing new added block 130150 (0x761eac5d6443766c207793aea55084ef2c35f6f9f0bc54f941f25de7dfb3d948)
2023-10-17 23:31:13.819-04:00 | EthScheduler-Services-0 | DEBUG | TransactionPool | Block added event BlockAddedEvent{eventType=CHAIN_REORG, block=130150 (0x761eac5d6443766c207793aea55084ef2c35f6f9f0bc54f941f25de7dfb3d948), commonAncestorHash=0xb5f4c0d3eebd22d72706ceba0cca116a538b1958f7159f9d4791815ccb3e7251, addedTransactions count=1, removedTransactions count=0, transactionReceipts count =1, logsWithMetadata count=0} processed in 2ms
^C2023-10-17 23:31:13.849-04:00 | BesuCommand-Shutdown-Hook | DEBUG | BesuPluginContextImpl | Plugin shutdown complete.
2023-10-17 23:31:13.857-04:00 | vert.x-eventloop-thread-1 | DEBUG | EngineJsonRpcService | Connection closed from 192.168.0.2:33330. Total of active connections: 0/80
2023-10-17 23:31:13.859-04:00 | BesuCommand-Shutdown-Hook | INFO  | NetworkRunner | Stopping Network.
2023-10-17 23:31:13.863-04:00 | BesuCommand-Shutdown-Hook | DEBUG | EthPeer | handleDisconnect - EthPeer PeerId 0xacd1dcc0a9c1a5b7db104f08ccdcbd254ad4837c157c24c29d41f2a38c8738e1b710a6da38dfc87043f48d3da4f58fb787d6bd757fff554c33e3c6ef210bca4e, reputation PeerReputation 101, validated? true, disconnected? true, client: reth/v0.1.0-alpha.10-1b16d80/x86_64-unknown-linux-gnu, connection [Connection with hashCode 677768708 with peer 0xacd1dcc0a9c1a5b7db104f08ccdcbd254ad4837c157c24c29d41f2a38c8738e1b710a6da38dfc87043f48d3da4f58fb787d6bd757fff554c33e3c6ef210bca4e inboundInitiated true initAt 1697599819277], enode enode://acd1dcc0a9c1a5b7db104f08ccdcbd254ad4837c157c24c29d41f2a38c8738e1b710a6da38dfc87043f48d3da4f58fb787d6bd757fff554c33e3c6ef210bca4e@212.51.157.9:30305?discport=0
2023-10-17 23:31:13.864-04:00 | BesuCommand-Shutdown-Hook | DEBUG | EthPeers | Disconnected EthPeer PeerId 0xacd1dcc0a9c1a5b7db104f08ccdcbd254ad4837c157c24c29d41f2a38c8738e1b710a6da38dfc87043f48d3da4f58fb787d6bd757fff554c33e3c6ef210bca4e, reputation PeerReputation 101, validated? true, disconnected? true, client: reth/v0.1.0-alpha.10-1b16d80/x86_64-unknown-linux-gnu, connection [Connection with hashCode 677768708 with peer 0xacd1dcc0a9c1a5b7db104f08ccdcbd254ad4837c157c24c29d41f2a38c8738e1b710a6da38dfc87043f48d3da4f58fb787d6bd757fff554c33e3c6ef210bca4e inboundInitiated true initAt 1697599819277], enode enode://acd1dcc0a9c1a5b7db104f08ccdcbd254ad4837c157c24c29d41f2a38c8738e1b710a6da38dfc87043f48d3da4f58fb787d6bd757fff554c33e3c6ef210bca4e@212.51.157.9:30305?discport=0
2023-10-17 23:31:13.866-04:00 | BesuCommand-Shutdown-Hook | DEBUG | EthProtocolManager | Disconnect - Outbound - 0x08 CLIENT_QUITTING - 0xacd1dcc0a9c1a5b7db104f08ccdcbd254ad4837c157c24c29d41f2a38c8738e1b710a6da38dfc87043f48d3da4f58fb787d6bd757fff554c33e3c6ef210bca4e - 8 peers left
8 EthPeers {
PeerId 0x58c2b70cdeed5a4b0d9ddad96666500e8f18f8e9f42290045d0813d09eea9e4cc667681b8cc1295ead69e97ef3bd384a53c295a1092f3b19fa329c523844aec1, reputation PeerReputation 101, validated? true, disconnected? false, client: Nethermind/v1.20.4+d06ec791/linux-x64/dotnet7.0.11, connection [Connection with hashCode -1707203024 with peer 0x58c2b70cdeed5a4b0d9ddad96666500e8f18f8e9f42290045d0813d09eea9e4cc667681b8cc1295ead69e97ef3bd384a53c295a1092f3b19fa329c523844aec1 inboundInitiated true initAt 1697599792447], enode enode://58c2b70cdeed5a4b0d9ddad96666500e8f18f8e9f42290045d0813d09eea9e4cc667681b8cc1295ead69e97ef3bd384a53c295a1092f3b19fa329c523844aec1@194.33.40.248:30306?discport=0,
PeerId 0x91ab5492a5fcb0921998b74e2070323104723022b03f01c8bff1b76d5f8582b44f82bfb658e5c297a06b02144aaadb47f30cd77312060801c45f335e274bae01, reputation PeerReputation 101, validated? true, disconnected? false, client: Nethermind/v1.20.4+d06ec791/linux-x64/dotnet7.0.11, connection [Connection with hashCode -962732051 with peer 0x91ab5492a5fcb0921998b74e2070323104723022b03f01c8bff1b76d5f8582b44f82bfb658e5c297a06b02144aaadb47f30cd77312060801c45f335e274bae01 inboundInitiated true initAt 1697599798421], enode enode://91ab5492a5fcb0921998b74e2070323104723022b03f01c8bff1b76d5f8582b44f82bfb658e5c297a06b02144aaadb47f30cd77312060801c45f335e274bae01@194.33.40.253:30304?discport=0,
PeerId 0x6f1ae486470ea6f5c1357cb6d0fdd906fef9adc40ee3daafeb0f3cdde4687e04fde55e3ef774ce709f895c1db6b406167649bcb69604f5a9fce8adfaf7df2d85, reputation PeerReputation 101, validated? true, disconnected? false, client: Nethermind/v1.21.0+bb9b72c0/linux-x64/dotnet7.0.11, connection [Connection with hashCode 1060997052 with peer 0x6f1ae486470ea6f5c1357cb6d0fdd906fef9adc40ee3daafeb0f3cdde4687e04fde55e3ef774ce709f895c1db6b406167649bcb69604f5a9fce8adfaf7df2d85 inboundInitiated true initAt 1697599806956], enode enode://6f1ae486470ea6f5c1357cb6d0fdd906fef9adc40ee3daafeb0f3cdde4687e04fde55e3ef774ce709f895c1db6b406167649bcb69604f5a9fce8adfaf7df2d85@198.55.124.115:30303?discport=0,
PeerId 0xc2ab5158aa5569d992a23c5f3e2dbf282d58e007475a9b087dcec7750f7a90e1af60245f88b1706e0ac227e06df656176568779fe0be274db2f9df233e05c857, reputation PeerReputation 101, validated? true, disconnected? false, client: Nethermind/v1.20.4+d06ec791/linux-x64/dotnet7.0.11, connection [Connection with hashCode -31724877 with peer 0xc2ab5158aa5569d992a23c5f3e2dbf282d58e007475a9b087dcec7750f7a90e1af60245f88b1706e0ac227e06df656176568779fe0be274db2f9df233e05c857 inboundInitiated true initAt 1697599813807], enode enode://c2ab5158aa5569d992a23c5f3e2dbf282d58e007475a9b087dcec7750f7a90e1af60245f88b1706e0ac227e06df656176568779fe0be274db2f9df233e05c857@185.181.229.103:30305?discport=0,
PeerId 0x99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea, reputation PeerReputation 101, validated? true, disconnected? false, client: reth/v0.1.0-alpha.10-3887a181/x86_64-unknown-linux-gnu, connection [Connection with hashCode -1788915509 with peer 0x99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea inboundInitiated true initAt 1697599824849], enode enode://99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea@170.39.192.97:30303?discport=0,
PeerId 0xa3435a0155a3e837c02f5e7f5662a2f1fbc25b48e4dc232016e1c51b544cb5b4510ef633ea3278c0e970fa8ad8141e2d4d0f9f95456c537ff05fdf9b31c15072, reputation PeerReputation 104, validated? true, disconnected? false, client: Geth/v1.13.2-stable-dc34fe82/linux-amd64/go1.21.1, connection [Connection with hashCode 276035579 with peer 0xa3435a0155a3e837c02f5e7f5662a2f1fbc25b48e4dc232016e1c51b544cb5b4510ef633ea3278c0e970fa8ad8141e2d4d0f9f95456c537ff05fdf9b31c15072 inboundInitiated false initAt 1697599757591], enode enode://a3435a0155a3e837c02f5e7f5662a2f1fbc25b48e4dc232016e1c51b544cb5b4510ef633ea3278c0e970fa8ad8141e2d4d0f9f95456c537ff05fdf9b31c15072@178.128.136.233:30303,
PeerId 0xac906289e4b7f12df423d654c5a962b6ebe5b3a74cc9e06292a85221f9a64a6f1cfdd6b714ed6dacef51578f92b34c60ee91e9ede9c7f8fadc4d347326d95e2b, reputation PeerReputation 104, validated? true, disconnected? false, client: Geth/v1.13.2-stable-dc34fe82/linux-amd64/go1.21.1, connection [Connection with hashCode -22353295 with peer 0xac906289e4b7f12df423d654c5a962b6ebe5b3a74cc9e06292a85221f9a64a6f1cfdd6b714ed6dacef51578f92b34c60ee91e9ede9c7f8fadc4d347326d95e2b inboundInitiated false initAt 1697599757484], enode enode://ac906289e4b7f12df423d654c5a962b6ebe5b3a74cc9e06292a85221f9a64a6f1cfdd6b714ed6dacef51578f92b34c60ee91e9ede9c7f8fadc4d347326d95e2b@146.190.13.128:30303,
PeerId 0xc75fd5e68f03216a57bb99fcdea486087e725fbec5328ae3df0ac9e0f509d6598e6fc752466f44f52b52d0f5cc5aa219f3795db2931f3f302a311efb3c29a60a, reputation PeerReputation 114, validated? true, disconnected? false, client: reth/v0.1.0-alpha.10-fd697d9d/x86_64-unknown-linux-gnu, connection [Connection with hashCode 999807797 with peer 0xc75fd5e68f03216a57bb99fcdea486087e725fbec5328ae3df0ac9e0f509d6598e6fc752466f44f52b52d0f5cc5aa219f3795db2931f3f302a311efb3c29a60a inboundInitiated true initAt 1697599848339], enode enode://c75fd5e68f03216a57bb99fcdea486087e725fbec5328ae3df0ac9e0f509d6598e6fc752466f44f52b52d0f5cc5aa219f3795db2931f3f302a311efb3c29a60a@141.193.240.11:30303?discport=0}
2023-10-17 23:31:13.867-04:00 | BesuCommand-Shutdown-Hook | DEBUG | AbstractPeerConnection | Disconnecting connection 1218264103, reason 0x08 CLIENT_QUITTING
2023-10-17 23:31:13.867-04:00 | BesuCommand-Shutdown-Hook | DEBUG | EthPeer | handleDisconnect - EthPeer PeerId 0x6f1ae486470ea6f5c1357cb6d0fdd906fef9adc40ee3daafeb0f3cdde4687e04fde55e3ef774ce709f895c1db6b406167649bcb69604f5a9fce8adfaf7df2d85, reputation PeerReputation 101, validated? true, disconnected? true, client: Nethermind/v1.21.0+bb9b72c0/linux-x64/dotnet7.0.11, connection [Connection with hashCode 1060997052 with peer 0x6f1ae486470ea6f5c1357cb6d0fdd906fef9adc40ee3daafeb0f3cdde4687e04fde55e3ef774ce709f895c1db6b406167649bcb69604f5a9fce8adfaf7df2d85 inboundInitiated true initAt 1697599806956], enode enode://6f1ae486470ea6f5c1357cb6d0fdd906fef9adc40ee3daafeb0f3cdde4687e04fde55e3ef774ce709f895c1db6b406167649bcb69604f5a9fce8adfaf7df2d85@198.55.124.115:30303?discport=0
2023-10-17 23:31:13.867-04:00 | BesuCommand-Shutdown-Hook | DEBUG | EthPeers | Disconnected EthPeer PeerId 0x6f1ae486470ea6f5c1357cb6d0fdd906fef9adc40ee3daafeb0f3cdde4687e04fde55e3ef774ce709f895c1db6b406167649bcb69604f5a9fce8adfaf7df2d85, reputation PeerReputation 101, validated? true, disconnected? true, client: Nethermind/v1.21.0+bb9b72c0/linux-x64/dotnet7.0.11, connection [Connection with hashCode 1060997052 with peer 0x6f1ae486470ea6f5c1357cb6d0fdd906fef9adc40ee3daafeb0f3cdde4687e04fde55e3ef774ce709f895c1db6b406167649bcb69604f5a9fce8adfaf7df2d85 inboundInitiated true initAt 1697599806956], enode enode://6f1ae486470ea6f5c1357cb6d0fdd906fef9adc40ee3daafeb0f3cdde4687e04fde55e3ef774ce709f895c1db6b406167649bcb69604f5a9fce8adfaf7df2d85@198.55.124.115:30303?discport=0
2023-10-17 23:31:13.867-04:00 | BesuCommand-Shutdown-Hook | DEBUG | EthProtocolManager | Disconnect - Outbound - 0x08 CLIENT_QUITTING - 0x6f1ae486470ea6f5c1357cb6d0fdd906fef9adc40ee3daafeb0f3cdde4687e04fde55e3ef774ce709f895c1db6b406167649bcb69604f5a9fce8adfaf7df2d85 - 7 peers left
7 EthPeers {
PeerId 0x58c2b70cdeed5a4b0d9ddad96666500e8f18f8e9f42290045d0813d09eea9e4cc667681b8cc1295ead69e97ef3bd384a53c295a1092f3b19fa329c523844aec1, reputation PeerReputation 101, validated? true, disconnected? false, client: Nethermind/v1.20.4+d06ec791/linux-x64/dotnet7.0.11, connection [Connection with hashCode -1707203024 with peer 0x58c2b70cdeed5a4b0d9ddad96666500e8f18f8e9f42290045d0813d09eea9e4cc667681b8cc1295ead69e97ef3bd384a53c295a1092f3b19fa329c523844aec1 inboundInitiated true initAt 1697599792447], enode enode://58c2b70cdeed5a4b0d9ddad96666500e8f18f8e9f42290045d0813d09eea9e4cc667681b8cc1295ead69e97ef3bd384a53c295a1092f3b19fa329c523844aec1@194.33.40.248:30306?discport=0,
PeerId 0x91ab5492a5fcb0921998b74e2070323104723022b03f01c8bff1b76d5f8582b44f82bfb658e5c297a06b02144aaadb47f30cd77312060801c45f335e274bae01, reputation PeerReputation 101, validated? true, disconnected? false, client: Nethermind/v1.20.4+d06ec791/linux-x64/dotnet7.0.11, connection [Connection with hashCode -962732051 with peer 0x91ab5492a5fcb0921998b74e2070323104723022b03f01c8bff1b76d5f8582b44f82bfb658e5c297a06b02144aaadb47f30cd77312060801c45f335e274bae01 inboundInitiated true initAt 1697599798421], enode enode://91ab5492a5fcb0921998b74e2070323104723022b03f01c8bff1b76d5f8582b44f82bfb658e5c297a06b02144aaadb47f30cd77312060801c45f335e274bae01@194.33.40.253:30304?discport=0,
PeerId 0xc2ab5158aa5569d992a23c5f3e2dbf282d58e007475a9b087dcec7750f7a90e1af60245f88b1706e0ac227e06df656176568779fe0be274db2f9df233e05c857, reputation PeerReputation 101, validated? true, disconnected? false, client: Nethermind/v1.20.4+d06ec791/linux-x64/dotnet7.0.11, connection [Connection with hashCode -31724877 with peer 0xc2ab5158aa5569d992a23c5f3e2dbf282d58e007475a9b087dcec7750f7a90e1af60245f88b1706e0ac227e06df656176568779fe0be274db2f9df233e05c857 inboundInitiated true initAt 1697599813807], enode enode://c2ab5158aa5569d992a23c5f3e2dbf282d58e007475a9b087dcec7750f7a90e1af60245f88b1706e0ac227e06df656176568779fe0be274db2f9df233e05c857@185.181.229.103:30305?discport=0,
PeerId 0x99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea, reputation PeerReputation 101, validated? true, disconnected? false, client: reth/v0.1.0-alpha.10-3887a181/x86_64-unknown-linux-gnu, connection [Connection with hashCode -1788915509 with peer 0x99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea inboundInitiated true initAt 1697599824849], enode enode://99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea@170.39.192.97:30303?discport=0,
PeerId 0xa3435a0155a3e837c02f5e7f5662a2f1fbc25b48e4dc232016e1c51b544cb5b4510ef633ea3278c0e970fa8ad8141e2d4d0f9f95456c537ff05fdf9b31c15072, reputation PeerReputation 104, validated? true, disconnected? false, client: Geth/v1.13.2-stable-dc34fe82/linux-amd64/go1.21.1, connection [Connection with hashCode 276035579 with peer 0xa3435a0155a3e837c02f5e7f5662a2f1fbc25b48e4dc232016e1c51b544cb5b4510ef633ea3278c0e970fa8ad8141e2d4d0f9f95456c537ff05fdf9b31c15072 inboundInitiated false initAt 1697599757591], enode enode://a3435a0155a3e837c02f5e7f5662a2f1fbc25b48e4dc232016e1c51b544cb5b4510ef633ea3278c0e970fa8ad8141e2d4d0f9f95456c537ff05fdf9b31c15072@178.128.136.233:30303,
PeerId 0xac906289e4b7f12df423d654c5a962b6ebe5b3a74cc9e06292a85221f9a64a6f1cfdd6b714ed6dacef51578f92b34c60ee91e9ede9c7f8fadc4d347326d95e2b, reputation PeerReputation 104, validated? true, disconnected? false, client: Geth/v1.13.2-stable-dc34fe82/linux-amd64/go1.21.1, connection [Connection with hashCode -22353295 with peer 0xac906289e4b7f12df423d654c5a962b6ebe5b3a74cc9e06292a85221f9a64a6f1cfdd6b714ed6dacef51578f92b34c60ee91e9ede9c7f8fadc4d347326d95e2b inboundInitiated false initAt 1697599757484], enode enode://ac906289e4b7f12df423d654c5a962b6ebe5b3a74cc9e06292a85221f9a64a6f1cfdd6b714ed6dacef51578f92b34c60ee91e9ede9c7f8fadc4d347326d95e2b@146.190.13.128:30303,
PeerId 0xc75fd5e68f03216a57bb99fcdea486087e725fbec5328ae3df0ac9e0f509d6598e6fc752466f44f52b52d0f5cc5aa219f3795db2931f3f302a311efb3c29a60a, reputation PeerReputation 114, validated? true, disconnected? false, client: reth/v0.1.0-alpha.10-fd697d9d/x86_64-unknown-linux-gnu, connection [Connection with hashCode 999807797 with peer 0xc75fd5e68f03216a57bb99fcdea486087e725fbec5328ae3df0ac9e0f509d6598e6fc752466f44f52b52d0f5cc5aa219f3795db2931f3f302a311efb3c29a60a inboundInitiated true initAt 1697599848339], enode enode://c75fd5e68f03216a57bb99fcdea486087e725fbec5328ae3df0ac9e0f509d6598e6fc752466f44f52b52d0f5cc5aa219f3795db2931f3f302a311efb3c29a60a@141.193.240.11:30303?discport=0}
2023-10-17 23:31:13.867-04:00 | BesuCommand-Shutdown-Hook | DEBUG | AbstractPeerConnection | Disconnecting connection 1437293130, reason 0x08 CLIENT_QUITTING
2023-10-17 23:31:13.867-04:00 | BesuCommand-Shutdown-Hook | DEBUG | EthPeer | handleDisconnect - EthPeer PeerId 0x91ab5492a5fcb0921998b74e2070323104723022b03f01c8bff1b76d5f8582b44f82bfb658e5c297a06b02144aaadb47f30cd77312060801c45f335e274bae01, reputation PeerReputation 101, validated? true, disconnected? true, client: Nethermind/v1.20.4+d06ec791/linux-x64/dotnet7.0.11, connection [Connection with hashCode -962732051 with peer 0x91ab5492a5fcb0921998b74e2070323104723022b03f01c8bff1b76d5f8582b44f82bfb658e5c297a06b02144aaadb47f30cd77312060801c45f335e274bae01 inboundInitiated true initAt 1697599798421], enode enode://91ab5492a5fcb0921998b74e2070323104723022b03f01c8bff1b76d5f8582b44f82bfb658e5c297a06b02144aaadb47f30cd77312060801c45f335e274bae01@194.33.40.253:30304?discport=0
2023-10-17 23:31:13.867-04:00 | BesuCommand-Shutdown-Hook | DEBUG | EthPeers | Disconnected EthPeer PeerId 0x91ab5492a5fcb0921998b74e2070323104723022b03f01c8bff1b76d5f8582b44f82bfb658e5c297a06b02144aaadb47f30cd77312060801c45f335e274bae01, reputation PeerReputation 101, validated? true, disconnected? true, client: Nethermind/v1.20.4+d06ec791/linux-x64/dotnet7.0.11, connection [Connection with hashCode -962732051 with peer 0x91ab5492a5fcb0921998b74e2070323104723022b03f01c8bff1b76d5f8582b44f82bfb658e5c297a06b02144aaadb47f30cd77312060801c45f335e274bae01 inboundInitiated true initAt 1697599798421], enode enode://91ab5492a5fcb0921998b74e2070323104723022b03f01c8bff1b76d5f8582b44f82bfb658e5c297a06b02144aaadb47f30cd77312060801c45f335e274bae01@194.33.40.253:30304?discport=0
2023-10-17 23:31:13.868-04:00 | BesuCommand-Shutdown-Hook | DEBUG | EthProtocolManager | Disconnect - Outbound - 0x08 CLIENT_QUITTING - 0x91ab5492a5fcb0921998b74e2070323104723022b03f01c8bff1b76d5f8582b44f82bfb658e5c297a06b02144aaadb47f30cd77312060801c45f335e274bae01 - 6 peers left
6 EthPeers {
PeerId 0x58c2b70cdeed5a4b0d9ddad96666500e8f18f8e9f42290045d0813d09eea9e4cc667681b8cc1295ead69e97ef3bd384a53c295a1092f3b19fa329c523844aec1, reputation PeerReputation 101, validated? true, disconnected? false, client: Nethermind/v1.20.4+d06ec791/linux-x64/dotnet7.0.11, connection [Connection with hashCode -1707203024 with peer 0x58c2b70cdeed5a4b0d9ddad96666500e8f18f8e9f42290045d0813d09eea9e4cc667681b8cc1295ead69e97ef3bd384a53c295a1092f3b19fa329c523844aec1 inboundInitiated true initAt 1697599792447], enode enode://58c2b70cdeed5a4b0d9ddad96666500e8f18f8e9f42290045d0813d09eea9e4cc667681b8cc1295ead69e97ef3bd384a53c295a1092f3b19fa329c523844aec1@194.33.40.248:30306?discport=0,
PeerId 0xc2ab5158aa5569d992a23c5f3e2dbf282d58e007475a9b087dcec7750f7a90e1af60245f88b1706e0ac227e06df656176568779fe0be274db2f9df233e05c857, reputation PeerReputation 101, validated? true, disconnected? false, client: Nethermind/v1.20.4+d06ec791/linux-x64/dotnet7.0.11, connection [Connection with hashCode -31724877 with peer 0xc2ab5158aa5569d992a23c5f3e2dbf282d58e007475a9b087dcec7750f7a90e1af60245f88b1706e0ac227e06df656176568779fe0be274db2f9df233e05c857 inboundInitiated true initAt 1697599813807], enode enode://c2ab5158aa5569d992a23c5f3e2dbf282d58e007475a9b087dcec7750f7a90e1af60245f88b1706e0ac227e06df656176568779fe0be274db2f9df233e05c857@185.181.229.103:30305?discport=0,
PeerId 0x99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea, reputation PeerReputation 101, validated? true, disconnected? false, client: reth/v0.1.0-alpha.10-3887a181/x86_64-unknown-linux-gnu, connection [Connection with hashCode -1788915509 with peer 0x99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea inboundInitiated true initAt 1697599824849], enode enode://99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea@170.39.192.97:30303?discport=0,
PeerId 0xa3435a0155a3e837c02f5e7f5662a2f1fbc25b48e4dc232016e1c51b544cb5b4510ef633ea3278c0e970fa8ad8141e2d4d0f9f95456c537ff05fdf9b31c15072, reputation PeerReputation 104, validated? true, disconnected? false, client: Geth/v1.13.2-stable-dc34fe82/linux-amd64/go1.21.1, connection [Connection with hashCode 276035579 with peer 0xa3435a0155a3e837c02f5e7f5662a2f1fbc25b48e4dc232016e1c51b544cb5b4510ef633ea3278c0e970fa8ad8141e2d4d0f9f95456c537ff05fdf9b31c15072 inboundInitiated false initAt 1697599757591], enode enode://a3435a0155a3e837c02f5e7f5662a2f1fbc25b48e4dc232016e1c51b544cb5b4510ef633ea3278c0e970fa8ad8141e2d4d0f9f95456c537ff05fdf9b31c15072@178.128.136.233:30303,
PeerId 0xac906289e4b7f12df423d654c5a962b6ebe5b3a74cc9e06292a85221f9a64a6f1cfdd6b714ed6dacef51578f92b34c60ee91e9ede9c7f8fadc4d347326d95e2b, reputation PeerReputation 104, validated? true, disconnected? false, client: Geth/v1.13.2-stable-dc34fe82/linux-amd64/go1.21.1, connection [Connection with hashCode -22353295 with peer 0xac906289e4b7f12df423d654c5a962b6ebe5b3a74cc9e06292a85221f9a64a6f1cfdd6b714ed6dacef51578f92b34c60ee91e9ede9c7f8fadc4d347326d95e2b inboundInitiated false initAt 1697599757484], enode enode://ac906289e4b7f12df423d654c5a962b6ebe5b3a74cc9e06292a85221f9a64a6f1cfdd6b714ed6dacef51578f92b34c60ee91e9ede9c7f8fadc4d347326d95e2b@146.190.13.128:30303,
PeerId 0xc75fd5e68f03216a57bb99fcdea486087e725fbec5328ae3df0ac9e0f509d6598e6fc752466f44f52b52d0f5cc5aa219f3795db2931f3f302a311efb3c29a60a, reputation PeerReputation 114, validated? true, disconnected? false, client: reth/v0.1.0-alpha.10-fd697d9d/x86_64-unknown-linux-gnu, connection [Connection with hashCode 999807797 with peer 0xc75fd5e68f03216a57bb99fcdea486087e725fbec5328ae3df0ac9e0f509d6598e6fc752466f44f52b52d0f5cc5aa219f3795db2931f3f302a311efb3c29a60a inboundInitiated true initAt 1697599848339], enode enode://c75fd5e68f03216a57bb99fcdea486087e725fbec5328ae3df0ac9e0f509d6598e6fc752466f44f52b52d0f5cc5aa219f3795db2931f3f302a311efb3c29a60a@141.193.240.11:30303?discport=0}
2023-10-17 23:31:13.868-04:00 | BesuCommand-Shutdown-Hook | DEBUG | AbstractPeerConnection | Disconnecting connection 1402423358, reason 0x08 CLIENT_QUITTING
2023-10-17 23:31:13.868-04:00 | BesuCommand-Shutdown-Hook | DEBUG | EthPeer | handleDisconnect - EthPeer PeerId 0xa3435a0155a3e837c02f5e7f5662a2f1fbc25b48e4dc232016e1c51b544cb5b4510ef633ea3278c0e970fa8ad8141e2d4d0f9f95456c537ff05fdf9b31c15072, reputation PeerReputation 104, validated? true, disconnected? true, client: Geth/v1.13.2-stable-dc34fe82/linux-amd64/go1.21.1, connection [Connection with hashCode 276035579 with peer 0xa3435a0155a3e837c02f5e7f5662a2f1fbc25b48e4dc232016e1c51b544cb5b4510ef633ea3278c0e970fa8ad8141e2d4d0f9f95456c537ff05fdf9b31c15072 inboundInitiated false initAt 1697599757591], enode enode://a3435a0155a3e837c02f5e7f5662a2f1fbc25b48e4dc232016e1c51b544cb5b4510ef633ea3278c0e970fa8ad8141e2d4d0f9f95456c537ff05fdf9b31c15072@178.128.136.233:30303
2023-10-17 23:31:13.868-04:00 | BesuCommand-Shutdown-Hook | DEBUG | EthPeers | Disconnected EthPeer PeerId 0xa3435a0155a3e837c02f5e7f5662a2f1fbc25b48e4dc232016e1c51b544cb5b4510ef633ea3278c0e970fa8ad8141e2d4d0f9f95456c537ff05fdf9b31c15072, reputation PeerReputation 104, validated? true, disconnected? true, client: Geth/v1.13.2-stable-dc34fe82/linux-amd64/go1.21.1, connection [Connection with hashCode 276035579 with peer 0xa3435a0155a3e837c02f5e7f5662a2f1fbc25b48e4dc232016e1c51b544cb5b4510ef633ea3278c0e970fa8ad8141e2d4d0f9f95456c537ff05fdf9b31c15072 inboundInitiated false initAt 1697599757591], enode enode://a3435a0155a3e837c02f5e7f5662a2f1fbc25b48e4dc232016e1c51b544cb5b4510ef633ea3278c0e970fa8ad8141e2d4d0f9f95456c537ff05fdf9b31c15072@178.128.136.233:30303
2023-10-17 23:31:13.868-04:00 | BesuCommand-Shutdown-Hook | DEBUG | EthProtocolManager | Disconnect - Outbound - 0x08 CLIENT_QUITTING - 0xa3435a0155a3e837c02f5e7f5662a2f1fbc25b48e4dc232016e1c51b544cb5b4510ef633ea3278c0e970fa8ad8141e2d4d0f9f95456c537ff05fdf9b31c15072 - 5 peers left
5 EthPeers {
PeerId 0x58c2b70cdeed5a4b0d9ddad96666500e8f18f8e9f42290045d0813d09eea9e4cc667681b8cc1295ead69e97ef3bd384a53c295a1092f3b19fa329c523844aec1, reputation PeerReputation 101, validated? true, disconnected? false, client: Nethermind/v1.20.4+d06ec791/linux-x64/dotnet7.0.11, connection [Connection with hashCode -1707203024 with peer 0x58c2b70cdeed5a4b0d9ddad96666500e8f18f8e9f42290045d0813d09eea9e4cc667681b8cc1295ead69e97ef3bd384a53c295a1092f3b19fa329c523844aec1 inboundInitiated true initAt 1697599792447], enode enode://58c2b70cdeed5a4b0d9ddad96666500e8f18f8e9f42290045d0813d09eea9e4cc667681b8cc1295ead69e97ef3bd384a53c295a1092f3b19fa329c523844aec1@194.33.40.248:30306?discport=0,
PeerId 0xc2ab5158aa5569d992a23c5f3e2dbf282d58e007475a9b087dcec7750f7a90e1af60245f88b1706e0ac227e06df656176568779fe0be274db2f9df233e05c857, reputation PeerReputation 101, validated? true, disconnected? false, client: Nethermind/v1.20.4+d06ec791/linux-x64/dotnet7.0.11, connection [Connection with hashCode -31724877 with peer 0xc2ab5158aa5569d992a23c5f3e2dbf282d58e007475a9b087dcec7750f7a90e1af60245f88b1706e0ac227e06df656176568779fe0be274db2f9df233e05c857 inboundInitiated true initAt 1697599813807], enode enode://c2ab5158aa5569d992a23c5f3e2dbf282d58e007475a9b087dcec7750f7a90e1af60245f88b1706e0ac227e06df656176568779fe0be274db2f9df233e05c857@185.181.229.103:30305?discport=0,
PeerId 0x99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea, reputation PeerReputation 101, validated? true, disconnected? false, client: reth/v0.1.0-alpha.10-3887a181/x86_64-unknown-linux-gnu, connection [Connection with hashCode -1788915509 with peer 0x99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea inboundInitiated true initAt 1697599824849], enode enode://99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea@170.39.192.97:30303?discport=0,
PeerId 0xac906289e4b7f12df423d654c5a962b6ebe5b3a74cc9e06292a85221f9a64a6f1cfdd6b714ed6dacef51578f92b34c60ee91e9ede9c7f8fadc4d347326d95e2b, reputation PeerReputation 104, validated? true, disconnected? false, client: Geth/v1.13.2-stable-dc34fe82/linux-amd64/go1.21.1, connection [Connection with hashCode -22353295 with peer 0xac906289e4b7f12df423d654c5a962b6ebe5b3a74cc9e06292a85221f9a64a6f1cfdd6b714ed6dacef51578f92b34c60ee91e9ede9c7f8fadc4d347326d95e2b inboundInitiated false initAt 1697599757484], enode enode://ac906289e4b7f12df423d654c5a962b6ebe5b3a74cc9e06292a85221f9a64a6f1cfdd6b714ed6dacef51578f92b34c60ee91e9ede9c7f8fadc4d347326d95e2b@146.190.13.128:30303,
PeerId 0xc75fd5e68f03216a57bb99fcdea486087e725fbec5328ae3df0ac9e0f509d6598e6fc752466f44f52b52d0f5cc5aa219f3795db2931f3f302a311efb3c29a60a, reputation PeerReputation 114, validated? true, disconnected? false, client: reth/v0.1.0-alpha.10-fd697d9d/x86_64-unknown-linux-gnu, connection [Connection with hashCode 999807797 with peer 0xc75fd5e68f03216a57bb99fcdea486087e725fbec5328ae3df0ac9e0f509d6598e6fc752466f44f52b52d0f5cc5aa219f3795db2931f3f302a311efb3c29a60a inboundInitiated true initAt 1697599848339], enode enode://c75fd5e68f03216a57bb99fcdea486087e725fbec5328ae3df0ac9e0f509d6598e6fc752466f44f52b52d0f5cc5aa219f3795db2931f3f302a311efb3c29a60a@141.193.240.11:30303?discport=0}
2023-10-17 23:31:13.868-04:00 | BesuCommand-Shutdown-Hook | DEBUG | AbstractPeerConnection | Disconnecting connection 282207643, reason 0x08 CLIENT_QUITTING
2023-10-17 23:31:13.868-04:00 | BesuCommand-Shutdown-Hook | DEBUG | EthPeer | handleDisconnect - EthPeer PeerId 0x58c2b70cdeed5a4b0d9ddad96666500e8f18f8e9f42290045d0813d09eea9e4cc667681b8cc1295ead69e97ef3bd384a53c295a1092f3b19fa329c523844aec1, reputation PeerReputation 101, validated? true, disconnected? true, client: Nethermind/v1.20.4+d06ec791/linux-x64/dotnet7.0.11, connection [Connection with hashCode -1707203024 with peer 0x58c2b70cdeed5a4b0d9ddad96666500e8f18f8e9f42290045d0813d09eea9e4cc667681b8cc1295ead69e97ef3bd384a53c295a1092f3b19fa329c523844aec1 inboundInitiated true initAt 1697599792447], enode enode://58c2b70cdeed5a4b0d9ddad96666500e8f18f8e9f42290045d0813d09eea9e4cc667681b8cc1295ead69e97ef3bd384a53c295a1092f3b19fa329c523844aec1@194.33.40.248:30306?discport=0
2023-10-17 23:31:13.868-04:00 | BesuCommand-Shutdown-Hook | DEBUG | EthPeers | Disconnected EthPeer PeerId 0x58c2b70cdeed5a4b0d9ddad96666500e8f18f8e9f42290045d0813d09eea9e4cc667681b8cc1295ead69e97ef3bd384a53c295a1092f3b19fa329c523844aec1, reputation PeerReputation 101, validated? true, disconnected? true, client: Nethermind/v1.20.4+d06ec791/linux-x64/dotnet7.0.11, connection [Connection with hashCode -1707203024 with peer 0x58c2b70cdeed5a4b0d9ddad96666500e8f18f8e9f42290045d0813d09eea9e4cc667681b8cc1295ead69e97ef3bd384a53c295a1092f3b19fa329c523844aec1 inboundInitiated true initAt 1697599792447], enode enode://58c2b70cdeed5a4b0d9ddad96666500e8f18f8e9f42290045d0813d09eea9e4cc667681b8cc1295ead69e97ef3bd384a53c295a1092f3b19fa329c523844aec1@194.33.40.248:30306?discport=0
2023-10-17 23:31:13.868-04:00 | BesuCommand-Shutdown-Hook | DEBUG | EthProtocolManager | Disconnect - Outbound - 0x08 CLIENT_QUITTING - 0x58c2b70cdeed5a4b0d9ddad96666500e8f18f8e9f42290045d0813d09eea9e4cc667681b8cc1295ead69e97ef3bd384a53c295a1092f3b19fa329c523844aec1 - 4 peers left
4 EthPeers {
PeerId 0xc2ab5158aa5569d992a23c5f3e2dbf282d58e007475a9b087dcec7750f7a90e1af60245f88b1706e0ac227e06df656176568779fe0be274db2f9df233e05c857, reputation PeerReputation 101, validated? true, disconnected? false, client: Nethermind/v1.20.4+d06ec791/linux-x64/dotnet7.0.11, connection [Connection with hashCode -31724877 with peer 0xc2ab5158aa5569d992a23c5f3e2dbf282d58e007475a9b087dcec7750f7a90e1af60245f88b1706e0ac227e06df656176568779fe0be274db2f9df233e05c857 inboundInitiated true initAt 1697599813807], enode enode://c2ab5158aa5569d992a23c5f3e2dbf282d58e007475a9b087dcec7750f7a90e1af60245f88b1706e0ac227e06df656176568779fe0be274db2f9df233e05c857@185.181.229.103:30305?discport=0,
PeerId 0x99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea, reputation PeerReputation 101, validated? true, disconnected? false, client: reth/v0.1.0-alpha.10-3887a181/x86_64-unknown-linux-gnu, connection [Connection with hashCode -1788915509 with peer 0x99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea inboundInitiated true initAt 1697599824849], enode enode://99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea@170.39.192.97:30303?discport=0,
PeerId 0xac906289e4b7f12df423d654c5a962b6ebe5b3a74cc9e06292a85221f9a64a6f1cfdd6b714ed6dacef51578f92b34c60ee91e9ede9c7f8fadc4d347326d95e2b, reputation PeerReputation 104, validated? true, disconnected? false, client: Geth/v1.13.2-stable-dc34fe82/linux-amd64/go1.21.1, connection [Connection with hashCode -22353295 with peer 0xac906289e4b7f12df423d654c5a962b6ebe5b3a74cc9e06292a85221f9a64a6f1cfdd6b714ed6dacef51578f92b34c60ee91e9ede9c7f8fadc4d347326d95e2b inboundInitiated false initAt 1697599757484], enode enode://ac906289e4b7f12df423d654c5a962b6ebe5b3a74cc9e06292a85221f9a64a6f1cfdd6b714ed6dacef51578f92b34c60ee91e9ede9c7f8fadc4d347326d95e2b@146.190.13.128:30303,
PeerId 0xc75fd5e68f03216a57bb99fcdea486087e725fbec5328ae3df0ac9e0f509d6598e6fc752466f44f52b52d0f5cc5aa219f3795db2931f3f302a311efb3c29a60a, reputation PeerReputation 114, validated? true, disconnected? false, client: reth/v0.1.0-alpha.10-fd697d9d/x86_64-unknown-linux-gnu, connection [Connection with hashCode 999807797 with peer 0xc75fd5e68f03216a57bb99fcdea486087e725fbec5328ae3df0ac9e0f509d6598e6fc752466f44f52b52d0f5cc5aa219f3795db2931f3f302a311efb3c29a60a inboundInitiated true initAt 1697599848339], enode enode://c75fd5e68f03216a57bb99fcdea486087e725fbec5328ae3df0ac9e0f509d6598e6fc752466f44f52b52d0f5cc5aa219f3795db2931f3f302a311efb3c29a60a@141.193.240.11:30303?discport=0}
2023-10-17 23:31:13.868-04:00 | BesuCommand-Shutdown-Hook | DEBUG | AbstractPeerConnection | Disconnecting connection 831475618, reason 0x08 CLIENT_QUITTING
2023-10-17 23:31:13.868-04:00 | BesuCommand-Shutdown-Hook | DEBUG | EthPeer | handleDisconnect - EthPeer PeerId 0xac906289e4b7f12df423d654c5a962b6ebe5b3a74cc9e06292a85221f9a64a6f1cfdd6b714ed6dacef51578f92b34c60ee91e9ede9c7f8fadc4d347326d95e2b, reputation PeerReputation 104, validated? true, disconnected? true, client: Geth/v1.13.2-stable-dc34fe82/linux-amd64/go1.21.1, connection [Connection with hashCode -22353295 with peer 0xac906289e4b7f12df423d654c5a962b6ebe5b3a74cc9e06292a85221f9a64a6f1cfdd6b714ed6dacef51578f92b34c60ee91e9ede9c7f8fadc4d347326d95e2b inboundInitiated false initAt 1697599757484], enode enode://ac906289e4b7f12df423d654c5a962b6ebe5b3a74cc9e06292a85221f9a64a6f1cfdd6b714ed6dacef51578f92b34c60ee91e9ede9c7f8fadc4d347326d95e2b@146.190.13.128:30303
2023-10-17 23:31:13.869-04:00 | BesuCommand-Shutdown-Hook | DEBUG | EthPeers | Disconnected EthPeer PeerId 0xac906289e4b7f12df423d654c5a962b6ebe5b3a74cc9e06292a85221f9a64a6f1cfdd6b714ed6dacef51578f92b34c60ee91e9ede9c7f8fadc4d347326d95e2b, reputation PeerReputation 104, validated? true, disconnected? true, client: Geth/v1.13.2-stable-dc34fe82/linux-amd64/go1.21.1, connection [Connection with hashCode -22353295 with peer 0xac906289e4b7f12df423d654c5a962b6ebe5b3a74cc9e06292a85221f9a64a6f1cfdd6b714ed6dacef51578f92b34c60ee91e9ede9c7f8fadc4d347326d95e2b inboundInitiated false initAt 1697599757484], enode enode://ac906289e4b7f12df423d654c5a962b6ebe5b3a74cc9e06292a85221f9a64a6f1cfdd6b714ed6dacef51578f92b34c60ee91e9ede9c7f8fadc4d347326d95e2b@146.190.13.128:30303
2023-10-17 23:31:13.869-04:00 | BesuCommand-Shutdown-Hook | DEBUG | EthProtocolManager | Disconnect - Outbound - 0x08 CLIENT_QUITTING - 0xac906289e4b7f12df423d654c5a962b6ebe5b3a74cc9e06292a85221f9a64a6f1cfdd6b714ed6dacef51578f92b34c60ee91e9ede9c7f8fadc4d347326d95e2b - 3 peers left
3 EthPeers {
PeerId 0xc2ab5158aa5569d992a23c5f3e2dbf282d58e007475a9b087dcec7750f7a90e1af60245f88b1706e0ac227e06df656176568779fe0be274db2f9df233e05c857, reputation PeerReputation 101, validated? true, disconnected? false, client: Nethermind/v1.20.4+d06ec791/linux-x64/dotnet7.0.11, connection [Connection with hashCode -31724877 with peer 0xc2ab5158aa5569d992a23c5f3e2dbf282d58e007475a9b087dcec7750f7a90e1af60245f88b1706e0ac227e06df656176568779fe0be274db2f9df233e05c857 inboundInitiated true initAt 1697599813807], enode enode://c2ab5158aa5569d992a23c5f3e2dbf282d58e007475a9b087dcec7750f7a90e1af60245f88b1706e0ac227e06df656176568779fe0be274db2f9df233e05c857@185.181.229.103:30305?discport=0,
PeerId 0x99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea, reputation PeerReputation 101, validated? true, disconnected? false, client: reth/v0.1.0-alpha.10-3887a181/x86_64-unknown-linux-gnu, connection [Connection with hashCode -1788915509 with peer 0x99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea inboundInitiated true initAt 1697599824849], enode enode://99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea@170.39.192.97:30303?discport=0,
PeerId 0xc75fd5e68f03216a57bb99fcdea486087e725fbec5328ae3df0ac9e0f509d6598e6fc752466f44f52b52d0f5cc5aa219f3795db2931f3f302a311efb3c29a60a, reputation PeerReputation 114, validated? true, disconnected? false, client: reth/v0.1.0-alpha.10-fd697d9d/x86_64-unknown-linux-gnu, connection [Connection with hashCode 999807797 with peer 0xc75fd5e68f03216a57bb99fcdea486087e725fbec5328ae3df0ac9e0f509d6598e6fc752466f44f52b52d0f5cc5aa219f3795db2931f3f302a311efb3c29a60a inboundInitiated true initAt 1697599848339], enode enode://c75fd5e68f03216a57bb99fcdea486087e725fbec5328ae3df0ac9e0f509d6598e6fc752466f44f52b52d0f5cc5aa219f3795db2931f3f302a311efb3c29a60a@141.193.240.11:30303?discport=0}
2023-10-17 23:31:13.869-04:00 | BesuCommand-Shutdown-Hook | DEBUG | AbstractPeerConnection | Disconnecting connection 1048128211, reason 0x08 CLIENT_QUITTING
2023-10-17 23:31:13.869-04:00 | BesuCommand-Shutdown-Hook | DEBUG | EthPeer | handleDisconnect - EthPeer PeerId 0xc75fd5e68f03216a57bb99fcdea486087e725fbec5328ae3df0ac9e0f509d6598e6fc752466f44f52b52d0f5cc5aa219f3795db2931f3f302a311efb3c29a60a, reputation PeerReputation 114, validated? true, disconnected? true, client: reth/v0.1.0-alpha.10-fd697d9d/x86_64-unknown-linux-gnu, connection [Connection with hashCode 999807797 with peer 0xc75fd5e68f03216a57bb99fcdea486087e725fbec5328ae3df0ac9e0f509d6598e6fc752466f44f52b52d0f5cc5aa219f3795db2931f3f302a311efb3c29a60a inboundInitiated true initAt 1697599848339], enode enode://c75fd5e68f03216a57bb99fcdea486087e725fbec5328ae3df0ac9e0f509d6598e6fc752466f44f52b52d0f5cc5aa219f3795db2931f3f302a311efb3c29a60a@141.193.240.11:30303?discport=0
2023-10-17 23:31:13.869-04:00 | BesuCommand-Shutdown-Hook | DEBUG | EthPeers | Disconnected EthPeer PeerId 0xc75fd5e68f03216a57bb99fcdea486087e725fbec5328ae3df0ac9e0f509d6598e6fc752466f44f52b52d0f5cc5aa219f3795db2931f3f302a311efb3c29a60a, reputation PeerReputation 114, validated? true, disconnected? true, client: reth/v0.1.0-alpha.10-fd697d9d/x86_64-unknown-linux-gnu, connection [Connection with hashCode 999807797 with peer 0xc75fd5e68f03216a57bb99fcdea486087e725fbec5328ae3df0ac9e0f509d6598e6fc752466f44f52b52d0f5cc5aa219f3795db2931f3f302a311efb3c29a60a inboundInitiated true initAt 1697599848339], enode enode://c75fd5e68f03216a57bb99fcdea486087e725fbec5328ae3df0ac9e0f509d6598e6fc752466f44f52b52d0f5cc5aa219f3795db2931f3f302a311efb3c29a60a@141.193.240.11:30303?discport=0
2023-10-17 23:31:13.869-04:00 | BesuCommand-Shutdown-Hook | DEBUG | EthProtocolManager | Disconnect - Outbound - 0x08 CLIENT_QUITTING - 0xc75fd5e68f03216a57bb99fcdea486087e725fbec5328ae3df0ac9e0f509d6598e6fc752466f44f52b52d0f5cc5aa219f3795db2931f3f302a311efb3c29a60a - 2 peers left
2 EthPeers {
PeerId 0xc2ab5158aa5569d992a23c5f3e2dbf282d58e007475a9b087dcec7750f7a90e1af60245f88b1706e0ac227e06df656176568779fe0be274db2f9df233e05c857, reputation PeerReputation 101, validated? true, disconnected? false, client: Nethermind/v1.20.4+d06ec791/linux-x64/dotnet7.0.11, connection [Connection with hashCode -31724877 with peer 0xc2ab5158aa5569d992a23c5f3e2dbf282d58e007475a9b087dcec7750f7a90e1af60245f88b1706e0ac227e06df656176568779fe0be274db2f9df233e05c857 inboundInitiated true initAt 1697599813807], enode enode://c2ab5158aa5569d992a23c5f3e2dbf282d58e007475a9b087dcec7750f7a90e1af60245f88b1706e0ac227e06df656176568779fe0be274db2f9df233e05c857@185.181.229.103:30305?discport=0,
PeerId 0x99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea, reputation PeerReputation 101, validated? true, disconnected? false, client: reth/v0.1.0-alpha.10-3887a181/x86_64-unknown-linux-gnu, connection [Connection with hashCode -1788915509 with peer 0x99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea inboundInitiated true initAt 1697599824849], enode enode://99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea@170.39.192.97:30303?discport=0}
2023-10-17 23:31:13.869-04:00 | BesuCommand-Shutdown-Hook | DEBUG | AbstractPeerConnection | Disconnecting connection 1472611226, reason 0x08 CLIENT_QUITTING
2023-10-17 23:31:13.869-04:00 | BesuCommand-Shutdown-Hook | DEBUG | EthPeer | handleDisconnect - EthPeer PeerId 0xc2ab5158aa5569d992a23c5f3e2dbf282d58e007475a9b087dcec7750f7a90e1af60245f88b1706e0ac227e06df656176568779fe0be274db2f9df233e05c857, reputation PeerReputation 101, validated? true, disconnected? true, client: Nethermind/v1.20.4+d06ec791/linux-x64/dotnet7.0.11, connection [Connection with hashCode -31724877 with peer 0xc2ab5158aa5569d992a23c5f3e2dbf282d58e007475a9b087dcec7750f7a90e1af60245f88b1706e0ac227e06df656176568779fe0be274db2f9df233e05c857 inboundInitiated true initAt 1697599813807], enode enode://c2ab5158aa5569d992a23c5f3e2dbf282d58e007475a9b087dcec7750f7a90e1af60245f88b1706e0ac227e06df656176568779fe0be274db2f9df233e05c857@185.181.229.103:30305?discport=0
2023-10-17 23:31:13.869-04:00 | BesuCommand-Shutdown-Hook | DEBUG | EthPeers | Disconnected EthPeer PeerId 0xc2ab5158aa5569d992a23c5f3e2dbf282d58e007475a9b087dcec7750f7a90e1af60245f88b1706e0ac227e06df656176568779fe0be274db2f9df233e05c857, reputation PeerReputation 101, validated? true, disconnected? true, client: Nethermind/v1.20.4+d06ec791/linux-x64/dotnet7.0.11, connection [Connection with hashCode -31724877 with peer 0xc2ab5158aa5569d992a23c5f3e2dbf282d58e007475a9b087dcec7750f7a90e1af60245f88b1706e0ac227e06df656176568779fe0be274db2f9df233e05c857 inboundInitiated true initAt 1697599813807], enode enode://c2ab5158aa5569d992a23c5f3e2dbf282d58e007475a9b087dcec7750f7a90e1af60245f88b1706e0ac227e06df656176568779fe0be274db2f9df233e05c857@185.181.229.103:30305?discport=0
2023-10-17 23:31:13.869-04:00 | BesuCommand-Shutdown-Hook | DEBUG | EthProtocolManager | Disconnect - Outbound - 0x08 CLIENT_QUITTING - 0xc2ab5158aa5569d992a23c5f3e2dbf282d58e007475a9b087dcec7750f7a90e1af60245f88b1706e0ac227e06df656176568779fe0be274db2f9df233e05c857 - 1 peers left
1 EthPeers {
PeerId 0x99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea, reputation PeerReputation 101, validated? true, disconnected? false, client: reth/v0.1.0-alpha.10-3887a181/x86_64-unknown-linux-gnu, connection [Connection with hashCode -1788915509 with peer 0x99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea inboundInitiated true initAt 1697599824849], enode enode://99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea@170.39.192.97:30303?discport=0}
2023-10-17 23:31:13.869-04:00 | BesuCommand-Shutdown-Hook | DEBUG | AbstractPeerConnection | Disconnecting connection 1446595076, reason 0x08 CLIENT_QUITTING
2023-10-17 23:31:13.869-04:00 | BesuCommand-Shutdown-Hook | DEBUG | EthPeer | handleDisconnect - EthPeer PeerId 0x99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea, reputation PeerReputation 101, validated? true, disconnected? true, client: reth/v0.1.0-alpha.10-3887a181/x86_64-unknown-linux-gnu, connection [Connection with hashCode -1788915509 with peer 0x99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea inboundInitiated true initAt 1697599824849], enode enode://99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea@170.39.192.97:30303?discport=0
2023-10-17 23:31:13.869-04:00 | BesuCommand-Shutdown-Hook | DEBUG | EthPeers | Disconnected EthPeer PeerId 0x99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea, reputation PeerReputation 101, validated? true, disconnected? true, client: reth/v0.1.0-alpha.10-3887a181/x86_64-unknown-linux-gnu, connection [Connection with hashCode -1788915509 with peer 0x99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea inboundInitiated true initAt 1697599824849], enode enode://99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea@170.39.192.97:30303?discport=0
2023-10-17 23:31:13.869-04:00 | BesuCommand-Shutdown-Hook | DEBUG | EthProtocolManager | Disconnect - Outbound - 0x08 CLIENT_QUITTING - 0x99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea - 0 peers left
0 EthPeers {}
2023-10-17 23:31:13.869-04:00 | BesuCommand-Shutdown-Hook | DEBUG | AbstractPeerConnection | Disconnecting connection 486599998, reason 0x08 CLIENT_QUITTING
2023-10-17 23:31:13.870-04:00 | nioEventLoopGroup-3-5 | DEBUG | AbstractPeerConnection | Terminating connection [Connection with hashCode 999807797 with peer 0xc75fd5e68f03216a57bb99fcdea486087e725fbec5328ae3df0ac9e0f509d6598e6fc752466f44f52b52d0f5cc5aa219f3795db2931f3f302a311efb3c29a60a inboundInitiated true initAt 1697599848339], reason 0x01 TCP_SUBSYSTEM_ERROR
2023-10-17 23:31:13.870-04:00 | nioEventLoopGroup-3-10 | DEBUG | AbstractPeerConnection | Terminating connection [Connection with hashCode -31724877 with peer 0xc2ab5158aa5569d992a23c5f3e2dbf282d58e007475a9b087dcec7750f7a90e1af60245f88b1706e0ac227e06df656176568779fe0be274db2f9df233e05c857 inboundInitiated true initAt 1697599813807], reason 0x01 TCP_SUBSYSTEM_ERROR
2023-10-17 23:31:13.870-04:00 | nioEventLoopGroup-3-10 | DEBUG | RlpxAgent | Failed to connect to peer 0x5d6f2a2f99998f62d5bf6aadb3d14d8ab689d33020e3e4ef12c594637731cec48463ec72faa0babbcdb4a2c295d8abdfcdfed7ef668d23a41b895599bbc1ba18: java.nio.channels.ClosedChannelException
2023-10-17 23:31:13.870-04:00 | nioEventLoopGroup-3-6 | DEBUG | AbstractPeerConnection | Terminating connection [Connection with hashCode -1707203024 with peer 0x58c2b70cdeed5a4b0d9ddad96666500e8f18f8e9f42290045d0813d09eea9e4cc667681b8cc1295ead69e97ef3bd384a53c295a1092f3b19fa329c523844aec1 inboundInitiated true initAt 1697599792447], reason 0x01 TCP_SUBSYSTEM_ERROR
2023-10-17 23:31:13.870-04:00 | nioEventLoopGroup-3-3 | DEBUG | AbstractPeerConnection | Terminating connection [Connection with hashCode 1060997052 with peer 0x6f1ae486470ea6f5c1357cb6d0fdd906fef9adc40ee3daafeb0f3cdde4687e04fde55e3ef774ce709f895c1db6b406167649bcb69604f5a9fce8adfaf7df2d85 inboundInitiated true initAt 1697599806956], reason 0x01 TCP_SUBSYSTEM_ERROR
2023-10-17 23:31:13.870-04:00 | nioEventLoopGroup-3-1 | DEBUG | AbstractPeerConnection | Terminating connection [Connection with hashCode -22353295 with peer 0xac906289e4b7f12df423d654c5a962b6ebe5b3a74cc9e06292a85221f9a64a6f1cfdd6b714ed6dacef51578f92b34c60ee91e9ede9c7f8fadc4d347326d95e2b inboundInitiated false initAt 1697599757484], reason 0x01 TCP_SUBSYSTEM_ERROR
2023-10-17 23:31:13.870-04:00 | BesuCommand-Shutdown-Hook | INFO  | EthProtocolManager | Stopping eth Subprotocol.
2023-10-17 23:31:13.870-04:00 | nioEventLoopGroup-3-1 | DEBUG | RlpxAgent | Failed to connect to peer 0xff3bfd0181b4e1ba94c778dc6a804f9b63b57a86a7342aae219a900a3b4ee198ec4c3212fc8d6daf01dda00cbd1873018068afdeb8be40620f71af55d3ed7677: java.nio.channels.ClosedChannelException
2023-10-17 23:31:13.870-04:00 | nioEventLoopGroup-3-4 | DEBUG | AbstractPeerConnection | Terminating connection [Connection with hashCode -1788915509 with peer 0x99dd86a312360473c6f4f20642f49160f40671bd6db9ce317176d5ef34051795a35bd672563532c3a89abea5d95f6808617dc05a9202f473442839644cb893ea inboundInitiated true initAt 1697599824849], reason 0x01 TCP_SUBSYSTEM_ERROR
2023-10-17 23:31:13.870-04:00 | nioEventLoopGroup-3-2 | DEBUG | AbstractPeerConnection | Terminating connection [Connection with hashCode 276035579 with peer 0xa3435a0155a3e837c02f5e7f5662a2f1fbc25b48e4dc232016e1c51b544cb5b4510ef633ea3278c0e970fa8ad8141e2d4d0f9f95456c537ff05fdf9b31c15072 inboundInitiated false initAt 1697599757591], reason 0x01 TCP_SUBSYSTEM_ERROR
2023-10-17 23:31:13.870-04:00 | nioEventLoopGroup-3-2 | DEBUG | AbstractPeerConnection | Terminating connection [Connection with hashCode 677768708 with peer 0xacd1dcc0a9c1a5b7db104f08ccdcbd254ad4837c157c24c29d41f2a38c8738e1b710a6da38dfc87043f48d3da4f58fb787d6bd757fff554c33e3c6ef210bca4e inboundInitiated true initAt 1697599819277], reason 0x01 TCP_SUBSYSTEM_ERROR
2023-10-17 23:31:13.871-04:00 | nioEventLoopGroup-3-2 | DEBUG | RlpxAgent | Failed to connect to peer 0xa24d09dcbbf48409f67252cb4422c9c9b288354743509995a402cbf95452633b38ffcc7cb7ce1d79577858bcedd86019f3d8ed03d2941fa797573a1fc5e8fdc3: java.nio.channels.ClosedChannelException
2023-10-17 23:31:13.871-04:00 | nioEventLoopGroup-3-2 | DEBUG | AbstractPeerConnection | Terminating connection [Connection with hashCode -962732051 with peer 0x91ab5492a5fcb0921998b74e2070323104723022b03f01c8bff1b76d5f8582b44f82bfb658e5c297a06b02144aaadb47f30cd77312060801c45f335e274bae01 inboundInitiated true initAt 1697599798421], reason 0x01 TCP_SUBSYSTEM_ERROR
2023-10-17 23:31:13.871-04:00 | BesuCommand-Shutdown-Hook | INFO  | EthProtocolManager | eth Subprotocol stopped.
2023-10-17 23:31:13.871-04:00 | BesuCommand-Shutdown-Hook | INFO  | NetworkRunner | Network stopped.
2023-10-17 23:31:13.871-04:00 | BesuCommand-Shutdown-Hook | INFO  | AutoTransactionLogBloomCachingService | Shutting down Auto transaction logs caching service.
2023-10-17 23:31:13.872-04:00 | BesuCommand-Shutdown-Hook | INFO  | NatService | No NAT environment detected so no service could be stopped
2023-10-17 23:31:13.889-04:00 | vert.x-eventloop-thread-1 | DEBUG | PoolThreadCache | Freed 6 thread-local buffer(s) from thread: vert.x-eventloop-thread-1
2023-10-17 23:31:13.890-04:00 | vert.x-eventloop-thread-1 | DEBUG | PoolThreadCache | Freed 30 thread-local buffer(s) from thread: vert.x-eventloop-thread-1

@siladu
Copy link
Contributor

siladu commented Oct 18, 2023

The Holesky nodes we are running also get this Unable to process past deposit contract logs, perhaps your execution client is not fully synced "error", however are fully functional and attesting/proposing successfully.

Something similar has come up before, see this old #interop discussion from February: https://discord.com/channels/595666850260713488/892088344438255616/1075719235000614922

Not sure exactly what current Prysm behaviour is, but previously in order to get the deposit data (which it needs to propose a block), it was performing large JSON-RPC batch requests to besu and exceeding our default. At the time they defaulted to 1000, so we increased our default to 1024: #5108

Maybe their default has changed, although looking at their docs, --eth1-header-req-limit is still 1000 by default.
If you want to play with the besu config for this to increase beyond 1024, then it's: https://besu.hyperledger.org/development/public-networks/reference/cli/options#rpc-http-max-batch-size

Of course, it might not be that issue. The only way to be sure I think is to increase the logging either on besu or prysm so that you can see what engine api requests/responses.

@siladu
Copy link
Contributor

siladu commented Oct 18, 2023

Thanks for the extra logs...DEBUG is a little noisy, I'll craft a curl command to get better logging.

These two look interesting though...

2023-10-17 23:31:12.818-04:00 | vert.x-worker-thread-10 | DEBUG | JsonRpcExecutor | JSON-RPC request -> eth_call [{"from":"0x0000000000000000000000000000000000000000","input":"0x621fd130","to":"0x4242424242424242424242424242424242424242"},"latest"]
2023-10-17 23:31:12.819-04:00 | vert.x-worker-thread-10 | DEBUG | JsonCallParameter | unknown property - input with value - 0x621fd130 and type - class java.lang.String caught during serialization

The eth_call appears to be calling the deposit contract (0x4242424242424242424242424242424242424242) so seems relevant.

@siladu
Copy link
Contributor

siladu commented Oct 18, 2023

With besu running with --logging=INFO, I ran this admin curl command on our holesky node to only enable DEBUG for the json rpc API...

curl --retry-delay 50 --retry-connrefused --location \
     --request POST 'http://127.0.0.1:8545' \
     --header 'Content-Type: application/json' \
     --data-raw '{
    "jsonrpc": "2.0",
    "method": "admin_changeLogLevel",
    "params": [
        "DEBUG", ["org.hyperledger.besu.ethereum.api.jsonrpc"]
    ],
    "id": 1
}
'

And got the same error as you above,

2023-10-17 23:31:12.819-04:00 | vert.x-worker-thread-10 | DEBUG | JsonCallParameter | unknown property - input with value - 0x621fd130 and type - class java.lang.String caught during serialization

I will investigate

@siladu
Copy link
Contributor

siladu commented Oct 18, 2023

@SeaMonkey82 Looks like it could be this issue: prysmaticlabs/prysm#12850 which is an upstream geth issue and AFAICT is either still yet to be released by geth or incorporated by prysm.

I suspect the "unknown property" is this errant data field mentioned in the issue

@siladu
Copy link
Contributor

siladu commented Oct 18, 2023

Hmmm, on second thoughts, I think I have it the wrong way around and besu is expecting data but getting input!

@siladu
Copy link
Contributor

siladu commented Oct 18, 2023

So if I change the prysm-style request from input to data, besu gives a good response...

curl --location 'http://localhost:8545' --header 'Content-Type: application/json' --data '{
    "jsonrpc": "2.0",
    "method": "eth_call",
    "params": [
        {
            "from": "0x0000000000000000000000000000000000000000",
            "data": "0x621fd130",
            "to": "0x4242424242424242424242424242424242424242"
        },
        "latest"
    ],
    "id": 1
}'
{"jsonrpc":"2.0","id":1,"result":"0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000089136000000000000000000000000000000000000000000000000000000000000"}

@siladu
Copy link
Contributor

siladu commented Oct 18, 2023

Don't think this is a simple rename in besu though, we need to consider the implications of all the client code that is still expecting to send data

@siladu
Copy link
Contributor

siladu commented Oct 18, 2023

@SeaMonkey82 thanks for the report, going to close this as this will be resolved when we play the newly created #6055

@siladu siladu closed this as completed Oct 18, 2023
@SeaMonkey82
Copy link
Author

Not fixed.

[2023-10-19 08:38:47] ERROR powchain: Unable to process past deposit contract logs, perhaps your execution client is not fully synced error=processPastLogs: Execution reverted
2023-10-19 08:38:47.771-04:00 | vert.x-worker-thread-18 | DEBUG | JsonRpcExecutor | JSON-RPC request -> eth_chainId null
2023-10-19 08:38:47.772-04:00 | vert.x-eventloop-thread-1 | DEBUG | B3PropagatorExtractorMultipleHeaders | Invalid TraceId in B3 header: null'. Returning INVALID span context.
2023-10-19 08:38:47.772-04:00 | vert.x-worker-thread-10 | DEBUG | JsonRpcExecutor | JSON-RPC request -> eth_getBlockByNumber ["latest",false]
2023-10-19 08:38:47.774-04:00 | vert.x-eventloop-thread-1 | DEBUG | B3PropagatorExtractorMultipleHeaders | Invalid TraceId in B3 header: null'. Returning INVALID span context.
2023-10-19 08:38:47.775-04:00 | vert.x-worker-thread-0 | DEBUG | JsonRpcExecutor | JSON-RPC request -> eth_call [{"from":"0x0000000000000000000000000000000000000000","input":"0x621fd130","to":"0x4242424242424242424242424242424242424242"},"latest"]
2023-10-19 08:38:47.775-04:00 | vert.x-worker-thread-0 | DEBUG | JsonCallParameter | unknown property - input with value - 0x621fd130 and type - class java.lang.String caught during serialization

@siladu
Copy link
Contributor

siladu commented Oct 28, 2023

@SeaMonkey82 This is fixed by #6094 and merged in main now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants