erigon icon indicating copy to clipboard operation
erigon copied to clipboard

Sync stuck at blockNumber 15537419

Open DaraDoyoung opened this issue 3 years ago • 22 comments

System information

Erigon version: erigon version 2022.09.3-dev-ef9e296e

OS & Version: Linux, m5.2xlarge, storage: ssd gp3 2.3T(for archive node), ssd gp3 800G(for full node)

Commit hash :

Expected behaviour

Sync to current block number(around 15587644).

Actual behaviour

Block number does not increase. It has been few weeks that the node shows 15537419 as current block number.

run script: for full node

nohup erigon \
  --datadir ~/data \
  --http \
  --http.addr 0.0.0.0 \
  --http.api 'eth,web3,net,debug,trace,txpool' \
  --http.vhosts '*' \
  --http.port 8545 \
  --torrent.download.rate=20mb \
  --prune.h.older=90000 \
  --prune.r.older=90000 \
  --prune.t.older=90000 \
  --prune.c.older=90000 \
  --private.api.addr=localhost:9090 \
  >> ~/data/logs/erigon.log \
  2>&1 &

for archive node

nohup erigon \
  --datadir ~/data \
  --http \
  --http.addr 0.0.0.0 \
  --http.api 'eth,web3,net,trace,debug,txpool' \
  --http.vhosts '*' \
  --http.port 8545 \
  --ws \
  --private.api.addr localhost:9090 \
  --torrent.download.rate 20mb \
  >> ~/data/logs/erigon.log \
  2>&1 &

The logs:

[WARN] [09-22|08:19:17.287] Served                                   conn=195.123.222.16:38570 method=miner_start reqid=1 t=10.9µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:19:17.929] Served                                   conn=195.123.222.16:47758 method=miner_start reqid=1 t=11.472µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:19:19.767] Served                                   conn=195.123.222.16:59316 method=miner_start reqid=1 t=11.457µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:19:20.526] Served                                   conn=195.123.222.16:58458 method=miner_start reqid=1 t=12.092µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:19:20.601] Served                                   conn=151.115.40.252:5572 method=eth_accounts reqid=52 t=36.67µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:19:21.189] Served                                   conn=195.123.222.16:41240 method=miner_start reqid=1 t=12.164µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:19:21.575] Served                                   conn=151.115.40.252:24890 method=eth_accounts reqid=16 t=39.822µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:19:22.100] Served                                   conn=195.123.222.16:53698 method=miner_start reqid=1 t=12.61µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:19:22.999] Served                                   conn=195.123.222.16:38304 method=miner_start reqid=1 t=11.176µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:19:23.794] Served                                   conn=195.123.222.16:51182 method=miner_start reqid=1 t=11.456µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:19:24.684] Served                                   conn=195.123.222.16:36550 method=miner_start reqid=1 t=10.404µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:19:25.521] Served                                   conn=195.123.222.16:48788 method=miner_start reqid=1 t=11.105µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:19:26.151] Served                                   conn=195.123.222.16:32908 method=miner_start reqid=1 t=10.542µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:19:26.910] Served                                   conn=195.123.222.16:44510 method=miner_start reqid=1 t=11.136µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:19:27.722] Served                                   conn=195.123.222.16:57678 method=miner_start reqid=1 t=12.882µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:19:28.418] Served                                   conn=195.123.222.16:42792 method=miner_start reqid=1 t=10.612µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:19:29.038] Served                                   conn=195.123.222.16:55610 method=miner_start reqid=1 t=10.883µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:19:29.717] Served                                   conn=195.123.222.16:40616 method=miner_start reqid=1 t=13.363µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:19:33.033] Served                                   conn=151.115.40.252:5584 method=eth_accounts reqid=12 t=40.195µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:19:33.165] Served                                   conn=151.115.40.252:5586 method=eth_accounts reqid=15 t=34.978µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:19:34.167] Served                                   conn=151.115.40.252:24912 method=eth_accounts reqid=83 t=37.259µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:19:38.764] Served                                   conn=151.115.40.252:24922 method=eth_accounts reqid=29 t=36.804µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:19:45.726] Served                                   conn=151.115.40.252:5598 method=eth_accounts reqid=2 t=41.179µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:19:46.771] Served                                   conn=151.115.40.252:24934 method=eth_accounts reqid=31 t=33.484µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:19:51.985] Served                                   conn=217.12.201.45:53670 method=eth_accounts reqid=1 t=32.237µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:19:54.844] Served                                   conn=151.115.40.252:5610 method=eth_accounts reqid=91 t=34.551µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:19:58.306] Served                                   conn=151.115.40.252:5612 method=eth_accounts reqid=52 t=35.793µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:19:59.348] Served                                   conn=151.115.40.252:24952 method=eth_accounts reqid=27 t=49.271µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:20:00.593] Served                                   conn=151.115.40.252:24956 method=eth_accounts reqid=73 t=36.755µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:20:07.560] Served                                   conn=195.123.222.16:38884 method=eth_coinbase reqid=1 t=40.194µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:20:07.601] Served                                   conn=195.123.222.16:42422 method=eth_coinbase reqid=1 t=46.357µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:20:07.605] Served                                   conn=195.123.222.16:40182 method=eth_coinbase reqid=1 t=34.449µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:20:07.866] Served                                   conn=195.123.222.16:44466 method=eth_coinbase reqid=1 t=48.468µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:20:07.889] Served                                   conn=195.123.222.16:44436 method=eth_coinbase reqid=1 t=41.541µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:20:08.031] Served                                   conn=195.123.222.16:48084 method=eth_coinbase reqid=1 t=37.372µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:20:09.162] Served                                   conn=195.123.222.16:48510 method=eth_coinbase reqid=1 t=37.037µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:20:10.892] Served                                   conn=151.115.40.252:5624 method=eth_accounts reqid=72 t=35.648µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:20:11.894] Served                                   conn=151.115.40.252:24974 method=eth_accounts reqid=5 t=38.563µs err="the method has been deprecated: eth_accounts"
[INFO] [09-22|08:20:13.531] [txpool] stat                            block=15537419 pending=3521 baseFee=30000 queued=30000 alloc=2.9GB sys=3.5GB
[WARN] [09-22|08:20:14.071] Served                                   conn=195.123.222.16:45340 method=miner_setEtherbase reqid=1 t=10.869µs err="the method miner_setEtherbase does not exist/is not available"
[WARN] [09-22|08:20:14.795] Served                                   conn=195.123.222.16:53210 method=miner_start reqid=1 t=11.156µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:20:15.419] Served                                   conn=195.123.222.16:33644 method=miner_start reqid=1 t=11.974µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:20:16.130] Served                                   conn=195.123.222.16:40972 method=miner_start reqid=1 t=11.687µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:20:16.600] Served                                   conn=151.115.40.252:5632 method=eth_accounts reqid=99 t=36.521µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:20:16.708] Served                                   conn=195.123.222.16:50478 method=miner_start reqid=1 t=10.61µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:20:17.287] Served                                   conn=195.123.222.16:58398 method=miner_start reqid=1 t=13.489µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:20:17.929] Served                                   conn=195.123.222.16:39112 method=miner_start reqid=1 t=11.359µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:20:18.520] Served                                   conn=195.123.222.16:48544 method=miner_start reqid=1 t=11.502µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:20:19.184] Served                                   conn=195.123.222.16:57308 method=miner_start reqid=1 t=12.386µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:20:19.493] Served                                   conn=195.123.222.16:33740 method=eth_coinbase reqid=1 t=36.98µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:20:19.812] Served                                   conn=195.123.222.16:38046 method=miner_start reqid=1 t=11.925µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:20:20.356] Served                                   conn=195.123.222.16:45772 method=miner_start reqid=1 t=11.21µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:20:20.943] Served                                   conn=195.123.222.16:53726 method=miner_start reqid=1 t=10.733µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:20:21.501] Served                                   conn=195.123.222.16:60816 method=miner_start reqid=1 t=11.226µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:20:22.192] Served                                   conn=195.123.222.16:39898 method=miner_start reqid=1 t=10.871µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:20:22.373] Served                                   conn=151.115.40.252:24994 method=eth_accounts reqid=65 t=37.628µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:20:22.750] Served                                   conn=195.123.222.16:49174 method=miner_start reqid=1 t=10.377µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:20:23.476] Served                                   conn=151.115.40.252:5640 method=eth_accounts reqid=1 t=37.23µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:20:24.422] Served                                   conn=151.115.40.252:24998 method=eth_accounts reqid=92 t=40.61µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:20:26.371] Served                                   conn=195.123.222.16:55570 method=miner_start reqid=1 t=10.944µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:20:26.990] Served                                   conn=195.123.222.16:52942 method=miner_start reqid=1 t=11.344µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:20:36.050] Served                                   conn=151.115.40.252:5652 method=eth_accounts reqid=64 t=38.054µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:20:36.952] Served                                   conn=217.12.201.45:53684 method=eth_accounts reqid=1 t=33.107µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:20:37.004] Served                                   conn=151.115.40.252:25018 method=eth_accounts reqid=51 t=33.351µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:20:38.401] Served                                   conn=151.115.40.252:5656 method=eth_accounts reqid=33 t=42.554µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:20:44.159] Served                                   conn=151.115.40.252:25030 method=eth_accounts reqid=70 t=40.144µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:20:48.634] Served                                   conn=151.115.40.252:5668 method=eth_accounts reqid=22 t=35.59µs err="the method has been deprecated: eth_accounts"

The log seems fine, but why is this happening?

DaraDoyoung avatar Sep 22 '22 08:09 DaraDoyoung

not enough logs

AskAlexSharov avatar Sep 22 '22 08:09 AskAlexSharov

[WARN] [09-22|08:23:24.410] Served                                   conn=217.12.201.45:58798 method=eth_accounts reqid=1 t=37.395µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:23:29.068] Served                                   conn=151.115.40.252:64732 method=eth_accounts reqid=6 t=36.154µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:23:29.663] Served                                   conn=195.123.222.16:58464 method=eth_coinbase reqid=1 t=39.584µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:23:29.893] Served                                   conn=195.123.222.16:33864 method=eth_coinbase reqid=1 t=37.534µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:23:29.973] Served                                   conn=195.123.222.16:34998 method=eth_coinbase reqid=1 t=41.182µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:23:32.072] Served                                   conn=195.123.222.16:35896 method=eth_coinbase reqid=1 t=42.127µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:23:32.988] Served                                   conn=151.115.40.252:64736 method=eth_accounts reqid=32 t=38.362µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:23:33.424] Served                                   conn=151.115.40.252:46072 method=eth_accounts reqid=19 t=40.881µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:23:33.962] Served                                   conn=151.115.40.252:46078 method=eth_accounts reqid=76 t=38.294µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:23:34.606] Served                                   conn=195.123.222.16:56934 method=eth_coinbase reqid=1 t=46.103µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:23:34.814] Served                                   conn=195.123.222.16:60814 method=eth_coinbase reqid=1 t=42.912µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:23:39.395] Served                                   conn=195.123.222.16:34548 method=eth_coinbase reqid=1 t=41.104µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:23:39.815] Served                                   conn=195.123.222.16:52438 method=eth_coinbase reqid=1 t=37.945µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:23:40.181] Served                                   conn=195.123.222.16:46416 method=eth_coinbase reqid=1 t=38.775µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:23:41.672] Served                                   conn=151.115.40.252:64742 method=eth_accounts reqid=43 t=40.711µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:23:41.795] Served                                   conn=195.123.222.16:40664 method=miner_setEtherbase reqid=1 t=12.207µs err="the method miner_setEtherbase does not exist/is not available"
[WARN] [09-22|08:23:41.812] Served                                   conn=195.123.222.16:52696 method=eth_coinbase reqid=1 t=51.602µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:23:42.559] Served                                   conn=195.123.222.16:49770 method=miner_start reqid=1 t=11.321µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:23:43.240] Served                                   conn=195.123.222.16:34034 method=eth_coinbase reqid=1 t=36.201µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:23:43.260] Served                                   conn=195.123.222.16:34458 method=miner_start reqid=1 t=10.26µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:23:43.799] Served                                   conn=195.123.222.16:45152 method=eth_coinbase reqid=1 t=48.306µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:23:43.816] Served                                   conn=195.123.222.16:45296 method=eth_coinbase reqid=1 t=39.638µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:23:43.869] Served                                   conn=195.123.222.16:47082 method=miner_start reqid=1 t=12.618µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:23:44.592] Served                                   conn=195.123.222.16:59020 method=miner_start reqid=1 t=11.653µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:23:45.224] Served                                   conn=195.123.222.16:41834 method=miner_start reqid=1 t=12.451µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:23:45.925] Served                                   conn=195.123.222.16:51962 method=miner_start reqid=1 t=12.758µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:23:46.529] Served                                   conn=151.115.40.252:46108 method=eth_accounts reqid=10 t=41.64µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:23:46.716] Served                                   conn=195.123.222.16:36590 method=miner_start reqid=1 t=11.94µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:23:47.540] Served                                   conn=195.123.222.16:49072 method=miner_start reqid=1 t=12.02µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:23:48.182] Served                                   conn=195.123.222.16:60660 method=miner_start reqid=1 t=11.299µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:23:49.960] Served                                   conn=195.123.222.16:45586 method=miner_start reqid=1 t=11.094µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:23:50.731] Served                                   conn=195.123.222.16:45124 method=miner_start reqid=1 t=10.993µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:23:51.474] Served                                   conn=195.123.222.16:55734 method=miner_start reqid=1 t=11.887µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:23:52.242] Served                                   conn=195.123.222.16:39056 method=miner_start reqid=1 t=12.7µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:23:53.038] Served                                   conn=195.123.222.16:49756 method=miner_start reqid=1 t=12.144µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:23:53.738] Served                                   conn=195.123.222.16:60876 method=miner_start reqid=1 t=11.273µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:23:54.213] Served                                   conn=151.115.40.252:64750 method=eth_accounts reqid=85 t=44.055µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:23:54.461] Served                                   conn=195.123.222.16:44092 method=miner_start reqid=1 t=11.894µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:23:54.778] Served                                   conn=151.115.40.252:64752 method=eth_accounts reqid=65 t=39.443µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:23:55.225] Served                                   conn=151.115.40.252:46122 method=eth_accounts reqid=6 t=42.188µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:23:59.051] Served                                   conn=151.115.40.252:46138 method=eth_accounts reqid=92 t=42.274µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:24:06.757] Served                                   conn=151.115.40.252:64756 method=eth_accounts reqid=92 t=40.934µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:24:09.402] Served                                   conn=217.12.201.45:58812 method=eth_accounts reqid=1 t=38.728µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:24:11.609] Served                                   conn=151.115.40.252:46170 method=eth_accounts reqid=33 t=46.983µs err="the method has been deprecated: eth_accounts"
[INFO] [09-22|08:24:15.069] [txpool] stat                            block=15537419 pending=3159 baseFee=30000 queued=30000 alloc=3.6GB sys=3.9GB
[WARN] [09-22|08:24:16.590] Served                                   conn=151.115.40.252:64762 method=eth_accounts reqid=46 t=38.41µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:24:17.022] Served                                   conn=151.115.40.252:46182 method=eth_accounts reqid=95 t=50.589µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:24:19.071] Served                                   conn=195.123.222.16:37500 method=eth_coinbase reqid=1 t=41.065µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:24:19.090] Served                                   conn=195.123.222.16:37512 method=eth_coinbase reqid=1 t=53.035µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:24:19.093] Served                                   conn=195.123.222.16:37674 method=eth_coinbase reqid=1 t=45.006µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:24:19.177] Served                                   conn=195.123.222.16:38594 method=eth_coinbase reqid=1 t=50.559µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:24:19.355] Served                                   conn=151.115.40.252:64768 method=eth_accounts reqid=96 t=54.569µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:24:24.169] Served                                   conn=151.115.40.252:46202 method=eth_accounts reqid=90 t=54.873µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:24:31.916] Served                                   conn=151.115.40.252:64772 method=eth_accounts reqid=94 t=41.432µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:24:36.713] Served                                   conn=151.115.40.252:46224 method=eth_accounts reqid=46 t=39.1µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:24:38.411] Served                                   conn=151.115.40.252:64776 method=eth_accounts reqid=87 t=37.051µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:24:38.822] Served                                   conn=151.115.40.252:46230 method=eth_accounts reqid=14 t=38.596µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:24:44.517] Served                                   conn=151.115.40.252:64780 method=eth_accounts reqid=75 t=44.374µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:24:49.239] Served                                   conn=151.115.40.252:46258 method=eth_accounts reqid=73 t=40.398µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:24:54.359] Served                                   conn=217.12.201.45:58828 method=eth_accounts reqid=1 t=34.536µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:24:54.367] Served                                   conn=195.123.222.16:60724 method=miner_setEtherbase reqid=1 t=9.158µs err="the method miner_setEtherbase does not exist/is not available"
[WARN] [09-22|08:24:55.061] Served                                   conn=195.123.222.16:36296 method=miner_start reqid=1 t=12.908µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:24:55.734] Served                                   conn=195.123.222.16:47822 method=miner_start reqid=1 t=12.364µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:24:56.471] Served                                   conn=195.123.222.16:60896 method=miner_start reqid=1 t=13.038µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:24:57.045] Served                                   conn=151.115.40.252:64784 method=eth_accounts reqid=68 t=41.578µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:24:57.101] Served                                   conn=195.123.222.16:43854 method=miner_start reqid=1 t=11.382µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:24:57.820] Served                                   conn=195.123.222.16:54746 method=miner_start reqid=1 t=12.006µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:24:58.522] Served                                   conn=195.123.222.16:39602 method=miner_start reqid=1 t=10.556µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:24:59.212] Served                                   conn=195.123.222.16:50862 method=miner_start reqid=1 t=11.743µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:25:00.000] Served                                   conn=195.123.222.16:36170 method=miner_start reqid=1 t=11.398µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:25:00.221] Served                                   conn=151.115.40.252:64790 method=eth_accounts reqid=32 t=50.172µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:25:00.606] Served                                   conn=151.115.40.252:46278 method=eth_accounts reqid=64 t=38.59µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:25:00.715] Served                                   conn=195.123.222.16:49492 method=miner_start reqid=1 t=12.074µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:25:01.538] Served                                   conn=195.123.222.16:60860 method=miner_start reqid=1 t=12.913µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:25:01.571] Served                                   conn=195.123.222.16:60674 method=eth_coinbase reqid=1 t=40.97µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:25:01.579] Served                                   conn=195.123.222.16:33756 method=eth_coinbase reqid=1 t=44.884µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:25:01.608] Served                                   conn=195.123.222.16:35352 method=eth_coinbase reqid=1 t=40.466µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:25:01.757] Served                                   conn=151.115.40.252:46286 method=eth_accounts reqid=63 t=39.801µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:25:02.170] Served                                   conn=195.123.222.16:46174 method=miner_start reqid=1 t=11.506µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:25:02.945] Served                                   conn=195.123.222.16:57778 method=miner_start reqid=1 t=12.87µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:25:03.636] Served                                   conn=195.123.222.16:41884 method=miner_start reqid=1 t=12.936µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:25:04.423] Served                                   conn=195.123.222.16:52422 method=miner_start reqid=1 t=11.496µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:25:06.284] Served                                   conn=195.123.222.16:36306 method=miner_start reqid=1 t=12.503µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:25:06.997] Served                                   conn=195.123.222.16:36664 method=miner_start reqid=1 t=11.388µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:25:09.632] Served                                   conn=151.115.40.252:64794 method=eth_accounts reqid=46 t=38.497µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:25:14.306] Served                                   conn=151.115.40.252:46314 method=eth_accounts reqid=84 t=39.376µs err="the method has been deprecated: eth_accounts"
[INFO] [09-22|08:25:14.639] [p2p] GoodPeers                          eth66=43
[INFO] [09-22|08:25:15.079] [txpool] stat                            block=15537419 pending=3159 baseFee=30000 queued=30000 alloc=3.0GB sys=3.9GB
[WARN] [09-22|08:25:22.046] Served                                   conn=151.115.40.252:64800 method=eth_accounts reqid=10 t=37.213µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:25:22.239] Served                                   conn=151.115.40.252:64802 method=eth_accounts reqid=54 t=42.954µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:25:22.378] Served                                   conn=151.115.40.252:46332 method=eth_accounts reqid=91 t=40.871µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:25:26.869] Served                                   conn=151.115.40.252:46346 method=eth_accounts reqid=19 t=39.571µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:25:34.800] Served                                   conn=151.115.40.252:64808 method=eth_accounts reqid=80 t=38.527µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:25:39.398] Served                                   conn=217.12.201.45:58842 method=eth_accounts reqid=1 t=35.691µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:25:39.465] Served                                   conn=151.115.40.252:46372 method=eth_accounts reqid=84 t=43.906µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:25:43.857] Served                                   conn=151.115.40.252:64816 method=eth_accounts reqid=46 t=42.193µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:25:44.171] Served                                   conn=151.115.40.252:46390 method=eth_accounts reqid=15 t=46.547µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:25:47.393] Served                                   conn=151.115.40.252:64818 method=eth_accounts reqid=78 t=39.299µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:25:52.033] Served                                   conn=151.115.40.252:46414 method=eth_accounts reqid=84 t=37.734µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:25:59.921] Served                                   conn=151.115.40.252:64832 method=eth_accounts reqid=59 t=37.639µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:26:00.952] Served                                   conn=195.123.222.16:36354 method=eth_coinbase reqid=1 t=42.853µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:26:00.964] Served                                   conn=195.123.222.16:38032 method=eth_coinbase reqid=1 t=40.462µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:26:00.999] Served                                   conn=195.123.222.16:36792 method=eth_coinbase reqid=1 t=41.711µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:26:01.367] Served                                   conn=195.123.222.16:45160 method=eth_coinbase reqid=1 t=49.576µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:26:04.593] Served                                   conn=151.115.40.252:46442 method=eth_accounts reqid=83 t=47.255µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:26:05.657] Served                                   conn=151.115.40.252:64838 method=eth_accounts reqid=80 t=44.054µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:26:05.936] Served                                   conn=151.115.40.252:46450 method=eth_accounts reqid=46 t=38.682µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:26:12.502] Served                                   conn=151.115.40.252:64842 method=eth_accounts reqid=46 t=39.928µs err="the method has been deprecated: eth_accounts"
[INFO] [09-22|08:26:15.068] [txpool] stat                            block=15537419 pending=3159 baseFee=30000 queued=30000 alloc=3.5GB sys=3.9GB
[WARN] [09-22|08:26:17.116] Served                                   conn=151.115.40.252:46482 method=eth_accounts reqid=16 t=37.017µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:26:17.591] Served                                   conn=195.123.222.16:59820 method=eth_accounts reqid=1 t=38.631µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:26:24.411] Served                                   conn=217.12.201.45:58858 method=eth_accounts reqid=1 t=34.856µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:26:25.084] Served                                   conn=151.115.40.252:64850 method=eth_accounts reqid=8 t=42.024µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:26:27.454] Served                                   conn=151.115.40.252:64854 method=eth_accounts reqid=82 t=37.564µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:26:27.725] Served                                   conn=151.115.40.252:46508 method=eth_accounts reqid=1 t=41.028µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:26:29.719] Served                                   conn=151.115.40.252:46518 method=eth_accounts reqid=43 t=42.388µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:26:37.660] Served                                   conn=151.115.40.252:64860 method=eth_accounts reqid=65 t=38.475µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:26:42.279] Served                                   conn=151.115.40.252:46544 method=eth_accounts reqid=30 t=40.047µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:26:48.686] Served                                   conn=195.123.222.16:59756 method=miner_setEtherbase reqid=1 t=13.509µs err="the method miner_setEtherbase does not exist/is not available"
[WARN] [09-22|08:26:49.274] Served                                   conn=151.115.40.252:64866 method=eth_accounts reqid=44 t=31.386µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:26:49.359] Served                                   conn=195.123.222.16:43572 method=miner_start reqid=1 t=11.032µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:26:49.529] Served                                   conn=151.115.40.252:46560 method=eth_accounts reqid=94 t=38.337µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:26:50.185] Served                                   conn=151.115.40.252:64868 method=eth_accounts reqid=18 t=42.575µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:26:50.235] Served                                   conn=195.123.222.16:55370 method=miner_start reqid=1 t=15.463µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:26:51.074] Served                                   conn=195.123.222.16:41650 method=miner_start reqid=1 t=12.705µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:26:53.004] Served                                   conn=195.123.222.16:56934 method=miner_start reqid=1 t=12.439µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:26:53.713] Served                                   conn=195.123.222.16:34046 method=miner_start reqid=1 t=12.724µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:26:54.449] Served                                   conn=195.123.222.16:46538 method=miner_start reqid=1 t=13.115µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:26:54.853] Served                                   conn=151.115.40.252:46578 method=eth_accounts reqid=98 t=41.479µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:26:55.168] Served                                   conn=195.123.222.16:58920 method=miner_start reqid=1 t=15.7µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:26:56.072] Served                                   conn=195.123.222.16:44612 method=miner_start reqid=1 t=15.231µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:26:56.775] Served                                   conn=195.123.222.16:58642 method=miner_start reqid=1 t=14.371µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:26:57.559] Served                                   conn=195.123.222.16:45354 method=miner_start reqid=1 t=13.288µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:26:58.570] Served                                   conn=195.123.222.16:59096 method=miner_start reqid=1 t=10.931µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:26:59.390] Served                                   conn=195.123.222.16:46048 method=miner_start reqid=1 t=12.88µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:00.168] Served                                   conn=195.123.222.16:58384 method=miner_start reqid=1 t=15.548µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:00.878] Served                                   conn=195.123.222.16:40536 method=miner_start reqid=1 t=12.09µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:01.653] Served                                   conn=195.123.222.16:52932 method=miner_start reqid=1 t=12.45µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:02.310] Served                                   conn=195.123.222.16:35796 method=miner_start reqid=1 t=13.42µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:02.709] Served                                   conn=151.115.40.252:64874 method=eth_accounts reqid=18 t=41.968µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:27:07.402] Served                                   conn=151.115.40.252:46606 method=eth_accounts reqid=23 t=41.75µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:27:09.430] Served                                   conn=217.12.201.45:58876 method=eth_accounts reqid=1 t=34.462µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:27:11.072] Served                                   conn=151.115.40.252:64880 method=eth_accounts reqid=43 t=38.677µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:27:11.338] Served                                   conn=151.115.40.252:46616 method=eth_accounts reqid=57 t=38.121µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:27:12.848] Served                                   conn=195.123.222.16:41832 method=eth_coinbase reqid=1 t=40.934µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:27:12.850] Served                                   conn=195.123.222.16:41020 method=eth_coinbase reqid=1 t=28.857µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:27:12.917] Served                                   conn=195.123.222.16:44394 method=eth_hashrate reqid=1 t=65.077µs err="method HashRate not implemented"
[WARN] [09-22|08:27:13.397] Served                                   conn=195.123.222.16:52158 method=eth_coinbase reqid=1 t=45.149µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:27:13.634] Served                                   conn=195.123.222.16:54812 method=miner_getHashrate reqid=1 t=11.625µs err="the method miner_getHashrate does not exist/is not available"
[WARN] [09-22|08:27:13.675] Served                                   conn=195.123.222.16:53802 method=eth_coinbase reqid=1 t=39.706µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:27:13.717] Served                                   conn=195.123.222.16:41072 method=eth_coinbase reqid=1 t=38.366µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:27:13.996] Served                                   conn=195.123.222.16:60548 method=eth_coinbase reqid=1 t=45.566µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:27:14.093] Served                                   conn=195.123.222.16:34836 method=eth_coinbase reqid=1 t=38.75µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:27:14.448] Served                                   conn=195.123.222.16:39156 method=miner_setEtherbase reqid=1 t=14.527µs err="the method miner_setEtherbase does not exist/is not available"
[INFO] [09-22|08:27:14.639] [p2p] GoodPeers                          eth66=50
[WARN] [09-22|08:27:15.230] Served                                   conn=195.123.222.16:50838 method=miner_start reqid=1 t=11.796µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:15.272] Served                                   conn=151.115.40.252:64882 method=eth_accounts reqid=80 t=40.548µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:27:15.901] Served                                   conn=195.123.222.16:35654 method=miner_start reqid=1 t=12.457µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:16.550] Served                                   conn=195.123.222.16:46962 method=miner_start reqid=1 t=11.496µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:17.213] Served                                   conn=195.123.222.16:58140 method=miner_start reqid=1 t=11.396µs err="the method miner_start does not exist/is not available"
[INFO] [09-22|08:27:17.670] [txpool] stat                            block=15537419 pending=3159 baseFee=30000 queued=30000 alloc=3.1GB sys=3.9GB
[WARN] [09-22|08:27:17.890] Served                                   conn=195.123.222.16:41798 method=miner_start reqid=1 t=12.017µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:17.959] Served                                   conn=195.123.222.16:44094 method=eth_coinbase reqid=1 t=40.614µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:27:18.515] Served                                   conn=195.123.222.16:52530 method=miner_start reqid=1 t=12.796µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:19.156] Served                                   conn=195.123.222.16:35368 method=miner_start reqid=1 t=11.905µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:19.732] Served                                   conn=195.123.222.16:44812 method=miner_start reqid=1 t=10.928µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:19.959] Served                                   conn=151.115.40.252:46640 method=eth_accounts reqid=54 t=39.537µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:27:20.425] Served                                   conn=195.123.222.16:54974 method=miner_start reqid=1 t=12.231µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:20.993] Served                                   conn=195.123.222.16:38148 method=eth_coinbase reqid=1 t=40.991µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:27:21.052] Served                                   conn=195.123.222.16:38388 method=miner_start reqid=1 t=15.547µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:21.639] Served                                   conn=195.123.222.16:48886 method=miner_start reqid=1 t=11.781µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:22.493] Served                                   conn=195.123.222.16:42500 method=eth_coinbase reqid=1 t=48.177µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:27:22.651] Served                                   conn=195.123.222.16:38976 method=eth_coinbase reqid=1 t=43.53µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:27:22.667] Served                                   conn=195.123.222.16:38854 method=eth_coinbase reqid=1 t=41.382µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:27:22.988] Served                                   conn=195.123.222.16:42300 method=eth_coinbase reqid=1 t=38.479µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:27:23.244] Served                                   conn=195.123.222.16:58952 method=miner_start reqid=1 t=12.637µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:23.542] Served                                   conn=195.123.222.16:35536 method=eth_coinbase reqid=1 t=39.396µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:27:23.874] Served                                   conn=195.123.222.16:56120 method=eth_coinbase reqid=1 t=41.494µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:27:24.627] Served                                   conn=195.123.222.16:41416 method=eth_accounts reqid=1 t=41.095µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:27:24.901] Served                                   conn=195.123.222.16:56280 method=miner_start reqid=1 t=14.98µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:24.934] Served                                   conn=195.123.222.16:44448 method=eth_coinbase reqid=1 t=36.624µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:27:25.656] Served                                   conn=195.123.222.16:56596 method=eth_coinbase reqid=1 t=44.64µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:27:25.660] Served                                   conn=195.123.222.16:56194 method=miner_start reqid=1 t=12.414µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:26.285] Served                                   conn=195.123.222.16:38214 method=miner_start reqid=1 t=13.086µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:26.605] Served                                   conn=195.123.222.16:54390 method=eth_coinbase reqid=1 t=35.798µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:27:27.018] Served                                   conn=195.123.222.16:49078 method=miner_start reqid=1 t=11.129µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:27.833] Served                                   conn=195.123.222.16:32818 method=eth_coinbase reqid=1 t=42.58µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:27:27.862] Served                                   conn=151.115.40.252:64890 method=eth_accounts reqid=26 t=35.992µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:27:30.788] Served                                   conn=195.123.222.16:57734 method=eth_coinbase reqid=1 t=37.42µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:27:31.121] Served                                   conn=195.123.222.16:33878 method=eth_coinbase reqid=1 t=46.023µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:27:31.158] Served                                   conn=195.123.222.16:36110 method=eth_coinbase reqid=1 t=36.208µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:27:31.262] Served                                   conn=195.123.222.16:38902 method=miner_setEtherbase reqid=1 t=11.89µs err="the method miner_setEtherbase does not exist/is not available"
[WARN] [09-22|08:27:31.479] Served                                   conn=195.123.222.16:51672 method=eth_coinbase reqid=1 t=41.184µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:27:31.547] Served                                   conn=195.123.222.16:52538 method=eth_coinbase reqid=1 t=39.391µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:27:31.686] Served                                   conn=195.123.222.16:45346 method=eth_coinbase reqid=1 t=38.344µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:27:32.179] Served                                   conn=195.123.222.16:53506 method=eth_coinbase reqid=1 t=42.12µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:27:32.473] Served                                   conn=195.123.222.16:58088 method=eth_coinbase reqid=1 t=38.026µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:27:32.488] Served                                   conn=195.123.222.16:40678 method=eth_coinbase reqid=1 t=35.554µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:27:32.533] Served                                   conn=151.115.40.252:46670 method=eth_accounts reqid=46 t=33.722µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:27:32.541] Served                                   conn=195.123.222.16:42182 method=eth_coinbase reqid=1 t=36.623µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:27:32.820] Served                                   conn=195.123.222.16:36790 method=eth_coinbase reqid=1 t=45.591µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:27:32.839] Served                                   conn=151.115.40.252:64896 method=eth_accounts reqid=24 t=39.191µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:27:32.917] Served                                   conn=195.123.222.16:49012 method=miner_start reqid=1 t=10.977µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:33.096] Served                                   conn=151.115.40.252:46672 method=eth_accounts reqid=93 t=37.871µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:27:33.668] Served                                   conn=195.123.222.16:51366 method=miner_start reqid=1 t=11.935µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:34.420] Served                                   conn=195.123.222.16:36224 method=miner_start reqid=1 t=11.083µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:35.035] Served                                   conn=195.123.222.16:49328 method=miner_start reqid=1 t=14.331µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:35.735] Served                                   conn=195.123.222.16:33944 method=miner_start reqid=1 t=12.235µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:36.345] Served                                   conn=195.123.222.16:44932 method=miner_start reqid=1 t=11.925µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:38.073] Served                                   conn=195.123.222.16:57692 method=miner_start reqid=1 t=12.027µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:38.655] Served                                   conn=195.123.222.16:58078 method=miner_start reqid=1 t=12.297µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:39.461] Served                                   conn=195.123.222.16:43228 method=miner_start reqid=1 t=11.936µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:40.068] Served                                   conn=195.123.222.16:57318 method=miner_start reqid=1 t=14.479µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:40.433] Served                                   conn=151.115.40.252:64898 method=eth_accounts reqid=21 t=43.442µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:27:40.890] Served                                   conn=195.123.222.16:43020 method=miner_start reqid=1 t=11.009µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:41.438] Served                                   conn=195.123.222.16:59028 method=miner_start reqid=1 t=12.071µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:43.050] Served                                   conn=195.123.222.16:40632 method=miner_start reqid=1 t=13.567µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:43.838] Served                                   conn=195.123.222.16:43262 method=miner_start reqid=1 t=10.719µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:44.468] Served                                   conn=195.123.222.16:54884 method=miner_start reqid=1 t=37.349µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:45.122] Served                                   conn=151.115.40.252:46698 method=eth_accounts reqid=91 t=58.895µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:27:45.642] Served                                   conn=195.123.222.16:41336 method=miner_start reqid=1 t=12.817µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:27:45.807] Served                                   conn=195.123.222.16:52338 method=eth_accounts reqid=1 t=37.84µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:27:53.027] Served                                   conn=151.115.40.252:64906 method=eth_accounts reqid=79 t=34.281µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:27:54.400] Served                                   conn=217.12.201.45:58890 method=eth_accounts reqid=1 t=34.933µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:27:54.640] Served                                   conn=151.115.40.252:64910 method=eth_accounts reqid=30 t=32.01µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:27:54.896] Served                                   conn=151.115.40.252:46722 method=eth_accounts reqid=19 t=39.847µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:27:57.720] Served                                   conn=151.115.40.252:46730 method=eth_accounts reqid=86 t=35.607µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:28:05.562] Served                                   conn=151.115.40.252:64912 method=eth_accounts reqid=22 t=42.134µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:28:08.748] Served                                   conn=195.123.222.16:46478 method=eth_coinbase reqid=1 t=36.979µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:28:08.941] Served                                   conn=195.123.222.16:47940 method=eth_coinbase reqid=1 t=40.942µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:28:09.354] Served                                   conn=195.123.222.16:55064 method=eth_coinbase reqid=1 t=41.931µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:28:10.249] Served                                   conn=151.115.40.252:46752 method=eth_accounts reqid=66 t=35.016µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:28:12.015] Served                                   conn=195.123.222.16:34600 method=eth_coinbase reqid=1 t=39.056µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:28:12.130] Served                                   conn=195.123.222.16:37662 method=eth_coinbase reqid=1 t=41.488µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:28:12.375] Served                                   conn=195.123.222.16:40332 method=eth_coinbase reqid=1 t=46.208µs err="etherbase must be explicitly specified"
[INFO] [09-22|08:28:15.068] [txpool] stat                            block=15537419 pending=3159 baseFee=30000 queued=30000 alloc=3.7GB sys=4.0GB
[WARN] [09-22|08:28:16.437] Served                                   conn=151.115.40.252:64920 method=eth_accounts reqid=11 t=38.357µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:28:16.654] Served                                   conn=151.115.40.252:46768 method=eth_accounts reqid=27 t=41.794µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:28:16.996] Served                                   conn=195.123.222.16:44996 method=eth_coinbase reqid=1 t=42.195µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:28:18.145] Served                                   conn=151.115.40.252:64922 method=eth_accounts reqid=30 t=45.808µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:28:20.431] Served                                   conn=195.123.222.16:57238 method=eth_coinbase reqid=1 t=36.861µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:28:22.837] Served                                   conn=151.115.40.252:46788 method=eth_accounts reqid=89 t=51.298µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:28:30.745] Served                                   conn=151.115.40.252:64928 method=eth_accounts reqid=41 t=36.889µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:28:35.371] Served                                   conn=151.115.40.252:46818 method=eth_accounts reqid=81 t=39.722µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:28:38.224] Served                                   conn=151.115.40.252:64932 method=eth_accounts reqid=33 t=33.09µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:28:38.407] Served                                   conn=151.115.40.252:46824 method=eth_accounts reqid=41 t=32.346µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:28:39.397] Served                                   conn=217.12.201.45:58906 method=eth_accounts reqid=1 t=32.612µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:28:43.277] Served                                   conn=151.115.40.252:64936 method=eth_accounts reqid=23 t=36.53µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:28:48.732] Served                                   conn=151.115.40.252:46848 method=eth_accounts reqid=94 t=35.429µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:28:55.792] Served                                   conn=151.115.40.252:64942 method=eth_accounts reqid=0 t=56.415µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:28:55.835] Served                                   conn=195.123.222.16:40444 method=miner_setEtherbase reqid=1 t=10.732µs err="the method miner_setEtherbase does not exist/is not available"
[WARN] [09-22|08:28:56.568] Served                                   conn=195.123.222.16:52652 method=miner_start reqid=1 t=11.193µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:28:57.292] Served                                   conn=195.123.222.16:35176 method=miner_start reqid=1 t=11.425µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:28:58.089] Served                                   conn=195.123.222.16:47146 method=miner_start reqid=1 t=11.314µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:28:58.960] Served                                   conn=195.123.222.16:60264 method=miner_start reqid=1 t=11.259µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:28:59.808] Served                                   conn=195.123.222.16:46682 method=miner_start reqid=1 t=9.673µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:29:00.058] Served                                   conn=151.115.40.252:64944 method=eth_accounts reqid=78 t=38.121µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:29:00.168] Served                                   conn=151.115.40.252:46874 method=eth_accounts reqid=36 t=32.339µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:29:00.481] Served                                   conn=195.123.222.16:58960 method=miner_start reqid=1 t=11.164µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:29:01.335] Served                                   conn=151.115.40.252:46878 method=eth_accounts reqid=83 t=35.631µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:29:01.414] Served                                   conn=195.123.222.16:44942 method=miner_start reqid=1 t=12.035µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:29:02.187] Served                                   conn=195.123.222.16:57044 method=miner_start reqid=1 t=13.534µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:29:04.163] Served                                   conn=195.123.222.16:43552 method=miner_start reqid=1 t=11.398µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:29:05.214] Served                                   conn=195.123.222.16:45356 method=miner_start reqid=1 t=11.919µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:29:06.001] Served                                   conn=195.123.222.16:56714 method=miner_start reqid=1 t=11.951µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:29:06.874] Served                                   conn=195.123.222.16:42358 method=miner_start reqid=1 t=10.964µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:29:07.597] Served                                   conn=195.123.222.16:54482 method=miner_start reqid=1 t=15.613µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:29:08.343] Served                                   conn=151.115.40.252:64948 method=eth_accounts reqid=75 t=34.526µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:29:08.413] Served                                   conn=195.123.222.16:37186 method=miner_start reqid=1 t=10.182µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:29:08.818] Served                                   conn=195.123.222.16:45188 method=eth_coinbase reqid=1 t=41.825µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:29:08.828] Served                                   conn=195.123.222.16:45332 method=eth_coinbase reqid=1 t=35.884µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:29:08.849] Served                                   conn=195.123.222.16:44924 method=eth_coinbase reqid=1 t=40.293µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:29:08.849] Served                                   conn=195.123.222.16:44930 method=eth_coinbase reqid=1 t=30.296µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:29:08.852] Served                                   conn=195.123.222.16:45362 method=eth_coinbase reqid=1 t=23.788µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:29:09.091] Served                                   conn=195.123.222.16:50118 method=miner_start reqid=1 t=10.342µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:29:09.353] Served                                   conn=195.123.222.16:52936 method=eth_coinbase reqid=1 t=39.22µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:29:09.807] Served                                   conn=195.123.222.16:60228 method=miner_start reqid=1 t=11.069µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:29:09.966] Served                                   conn=195.123.222.16:35952 method=eth_coinbase reqid=1 t=38.188µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:29:10.416] Served                                   conn=195.123.222.16:43044 method=eth_coinbase reqid=1 t=36.399µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:29:10.887] Served                                   conn=195.123.222.16:49318 method=eth_coinbase reqid=1 t=39.327µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:29:11.599] Served                                   conn=195.123.222.16:58406 method=eth_coinbase reqid=1 t=43.944µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:29:11.716] Served                                   conn=195.123.222.16:47174 method=eth_coinbase reqid=1 t=47.21µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:29:11.853] Served                                   conn=195.123.222.16:44160 method=eth_coinbase reqid=1 t=41.528µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:29:12.006] Served                                   conn=195.123.222.16:38858 method=eth_coinbase reqid=1 t=39.301µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:29:12.271] Served                                   conn=195.123.222.16:43972 method=eth_coinbase reqid=1 t=41.051µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:29:12.580] Served                                   conn=195.123.222.16:45866 method=eth_coinbase reqid=1 t=38.75µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:29:12.582] Served                                   conn=195.123.222.16:47876 method=eth_coinbase reqid=1 t=31.982µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:29:13.942] Served                                   conn=151.115.40.252:46904 method=eth_accounts reqid=68 t=35.942µs err="the method has been deprecated: eth_accounts"
[INFO] [09-22|08:29:14.639] [p2p] GoodPeers                          eth66=52
[INFO] [09-22|08:29:15.079] [txpool] stat                            block=15537419 pending=3159 baseFee=30000 queued=30000 alloc=3.0GB sys=4.1GB
[WARN] [09-22|08:29:20.919] Served                                   conn=151.115.40.252:64954 method=eth_accounts reqid=5 t=37.653µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:29:21.852] Served                                   conn=151.115.40.252:64956 method=eth_accounts reqid=78 t=36.106µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:29:21.953] Served                                   conn=151.115.40.252:46926 method=eth_accounts reqid=38 t=34.106µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:29:24.426] Served                                   conn=217.12.201.45:58920 method=eth_accounts reqid=1 t=38.813µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:29:26.549] Served                                   conn=151.115.40.252:46938 method=eth_accounts reqid=73 t=38.037µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:29:33.487] Served                                   conn=151.115.40.252:64960 method=eth_accounts reqid=78 t=35.543µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:29:39.002] Served                                   conn=195.123.222.16:60616 method=eth_accounts reqid=1 t=35.19µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:29:39.113] Served                                   conn=151.115.40.252:46964 method=eth_accounts reqid=24 t=34.937µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:29:43.646] Served                                   conn=151.115.40.252:64966 method=eth_accounts reqid=4 t=38.273µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:29:43.767] Served                                   conn=151.115.40.252:46982 method=eth_accounts reqid=19 t=35.099µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:29:46.024] Served                                   conn=151.115.40.252:64968 method=eth_accounts reqid=33 t=39.148µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:29:51.649] Served                                   conn=151.115.40.252:46994 method=eth_accounts reqid=35 t=38.044µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:29:58.575] Served                                   conn=151.115.40.252:64974 method=eth_accounts reqid=86 t=33.51µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:30:03.322] Served                                   conn=195.123.222.16:41136 method=miner_setEtherbase reqid=1 t=12.115µs err="the method miner_setEtherbase does not exist/is not available"
[WARN] [09-22|08:30:04.106] Served                                   conn=195.123.222.16:56556 method=miner_start reqid=1 t=10.704µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:30:04.177] Served                                   conn=151.115.40.252:47028 method=eth_accounts reqid=86 t=37.816µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:30:04.747] Served                                   conn=195.123.222.16:40534 method=miner_start reqid=1 t=12.827µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:30:05.410] Served                                   conn=195.123.222.16:51338 method=miner_start reqid=1 t=11.809µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:30:05.480] Served                                   conn=151.115.40.252:64980 method=eth_accounts reqid=79 t=39.678µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:30:05.571] Served                                   conn=151.115.40.252:47036 method=eth_accounts reqid=26 t=37.562µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:30:06.192] Served                                   conn=195.123.222.16:37196 method=miner_start reqid=1 t=11.244µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:30:06.825] Served                                   conn=195.123.222.16:51792 method=miner_start reqid=1 t=12.276µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:30:07.727] Served                                   conn=195.123.222.16:35748 method=miner_start reqid=1 t=11.071µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:30:08.485] Served                                   conn=195.123.222.16:51038 method=miner_start reqid=1 t=11.553µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:30:09.167] Served                                   conn=195.123.222.16:33740 method=miner_start reqid=1 t=12.401µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:30:09.356] Served                                   conn=217.12.201.45:58934 method=eth_accounts reqid=1 t=31.423µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:30:09.917] Served                                   conn=195.123.222.16:48202 method=miner_start reqid=1 t=11.561µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:30:11.139] Served                                   conn=151.115.40.252:64984 method=eth_accounts reqid=49 t=36.724µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:30:11.556] Served                                   conn=195.123.222.16:32936 method=miner_start reqid=1 t=12.297µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:30:11.658] Served                                   conn=195.123.222.16:50674 method=eth_coinbase reqid=1 t=46.662µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:30:12.223] Served                                   conn=195.123.222.16:57914 method=miner_start reqid=1 t=11.023µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:30:13.023] Served                                   conn=195.123.222.16:41132 method=miner_start reqid=1 t=11.042µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:30:13.671] Served                                   conn=195.123.222.16:53190 method=miner_start reqid=1 t=11.353µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:30:14.361] Served                                   conn=195.123.222.16:34516 method=miner_start reqid=1 t=11.767µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:30:14.972] Served                                   conn=195.123.222.16:46302 method=miner_start reqid=1 t=11.281µs err="the method miner_start does not exist/is not available"
[INFO] [09-22|08:30:15.069] [txpool] stat                            block=15537419 pending=3159 baseFee=30000 queued=30000 alloc=3.6GB sys=4.1GB
[WARN] [09-22|08:30:16.691] Served                                   conn=195.123.222.16:56662 method=miner_start reqid=1 t=12.086µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:30:16.730] Served                                   conn=151.115.40.252:47060 method=eth_accounts reqid=59 t=38.314µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:30:18.940] Served                                   conn=195.123.222.16:51360 method=eth_accounts reqid=1 t=35.115µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:30:23.702] Served                                   conn=151.115.40.252:1024 method=eth_accounts reqid=99 t=39.193µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:30:27.291] Served                                   conn=151.115.40.252:1026 method=eth_accounts reqid=71 t=42.963µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:30:27.392] Served                                   conn=151.115.40.252:47094 method=eth_accounts reqid=23 t=40.195µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:30:29.326] Served                                   conn=151.115.40.252:47104 method=eth_accounts reqid=70 t=37.454µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:30:36.282] Served                                   conn=151.115.40.252:1030 method=eth_accounts reqid=73 t=34.916µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:30:41.925] Served                                   conn=151.115.40.252:47138 method=eth_accounts reqid=10 t=45.581µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:30:48.803] Served                                   conn=151.115.40.252:1040 method=eth_accounts reqid=78 t=35.071µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:30:49.079] Served                                   conn=151.115.40.252:1042 method=eth_accounts reqid=45 t=36.966µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:30:49.225] Served                                   conn=151.115.40.252:47162 method=eth_accounts reqid=48 t=48.977µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:30:54.388] Served                                   conn=217.12.201.45:58948 method=eth_accounts reqid=1 t=35.785µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:30:54.462] Served                                   conn=151.115.40.252:47178 method=eth_accounts reqid=16 t=43.295µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:31:01.318] Served                                   conn=151.115.40.252:1048 method=eth_accounts reqid=98 t=39.159µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:31:06.227] Served                                   conn=195.123.222.16:56712 method=eth_coinbase reqid=1 t=37.328µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:31:07.052] Served                                   conn=151.115.40.252:47202 method=eth_accounts reqid=16 t=37.535µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:31:10.880] Served                                   conn=151.115.40.252:1056 method=eth_accounts reqid=19 t=37.09µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:31:10.999] Served                                   conn=151.115.40.252:47212 method=eth_accounts reqid=69 t=35.224µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:31:13.878] Served                                   conn=151.115.40.252:1058 method=eth_accounts reqid=0 t=37.342µs err="the method has been deprecated: eth_accounts"
[INFO] [09-22|08:31:14.639] [p2p] GoodPeers                          eth66=57
[INFO] [09-22|08:31:15.086] [txpool] stat                            block=15537419 pending=3159 baseFee=30000 queued=30000 alloc=3.1GB sys=4.1GB
[WARN] [09-22|08:31:15.846] Served                                   conn=195.123.222.16:33026 method=eth_coinbase reqid=1 t=40.181µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:31:19.629] Served                                   conn=151.115.40.252:47230 method=eth_accounts reqid=58 t=34.619µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:31:26.437] Served                                   conn=151.115.40.252:1066 method=eth_accounts reqid=7 t=39.717µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:31:32.153] Served                                   conn=151.115.40.252:47268 method=eth_accounts reqid=72 t=36.999µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:31:32.654] Served                                   conn=151.115.40.252:1070 method=eth_accounts reqid=27 t=36.87µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:31:32.822] Served                                   conn=151.115.40.252:47270 method=eth_accounts reqid=33 t=37.433µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:31:39.019] Served                                   conn=151.115.40.252:1072 method=eth_accounts reqid=72 t=40.619µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:31:39.341] Served                                   conn=195.123.222.16:46040 method=miner_setEtherbase reqid=1 t=12.364µs err="the method miner_setEtherbase does not exist/is not available"
[WARN] [09-22|08:31:39.421] Served                                   conn=217.12.201.45:58962 method=eth_accounts reqid=1 t=32.07µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:31:40.995] Served                                   conn=195.123.222.16:50452 method=miner_start reqid=1 t=13.319µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:31:41.550] Served                                   conn=195.123.222.16:54382 method=miner_start reqid=1 t=11.627µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:31:42.480] Served                                   conn=195.123.222.16:39906 method=miner_start reqid=1 t=10.826µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:31:43.063] Served                                   conn=195.123.222.16:55610 method=miner_start reqid=1 t=11.875µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:31:43.852] Served                                   conn=195.123.222.16:40920 method=miner_start reqid=1 t=15.225µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:31:44.470] Served                                   conn=195.123.222.16:53592 method=miner_start reqid=1 t=10.961µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:31:44.710] Served                                   conn=151.115.40.252:47294 method=eth_accounts reqid=77 t=43.856µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:31:45.185] Served                                   conn=195.123.222.16:39422 method=miner_start reqid=1 t=11.567µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:31:45.803] Served                                   conn=195.123.222.16:50774 method=miner_start reqid=1 t=12.794µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:31:46.716] Served                                   conn=195.123.222.16:37834 method=miner_start reqid=1 t=13.869µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:31:47.244] Served                                   conn=195.123.222.16:53116 method=miner_start reqid=1 t=11.297µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:31:47.894] Served                                   conn=195.123.222.16:39198 method=miner_start reqid=1 t=12.114µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:31:48.468] Served                                   conn=195.123.222.16:49940 method=miner_start reqid=1 t=14.309µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:31:49.300] Served                                   conn=195.123.222.16:35204 method=miner_start reqid=1 t=18.223µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:31:49.904] Served                                   conn=195.123.222.16:49734 method=miner_start reqid=1 t=12.212µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:31:50.575] Served                                   conn=195.123.222.16:34240 method=miner_start reqid=1 t=12.1µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:31:51.095] Served                                   conn=195.123.222.16:35778 method=eth_accounts reqid=1 t=34.718µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:31:51.135] Served                                   conn=195.123.222.16:44088 method=miner_start reqid=1 t=9.952µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:31:51.592] Served                                   conn=151.115.40.252:1078 method=eth_accounts reqid=30 t=38.398µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:31:54.485] Served                                   conn=151.115.40.252:1080 method=eth_accounts reqid=38 t=37.538µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:31:54.657] Served                                   conn=151.115.40.252:47318 method=eth_accounts reqid=40 t=38.426µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:31:57.274] Served                                   conn=151.115.40.252:47326 method=eth_accounts reqid=78 t=35.118µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:32:04.176] Served                                   conn=151.115.40.252:1088 method=eth_accounts reqid=28 t=37.466µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:32:09.829] Served                                   conn=195.123.222.16:58876 method=eth_coinbase reqid=1 t=50.011µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:09.835] Served                                   conn=151.115.40.252:47358 method=eth_accounts reqid=36 t=36.807µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:32:14.236] Served                                   conn=195.123.222.16:48338 method=eth_coinbase reqid=1 t=41.861µs err="etherbase must be explicitly specified"
[INFO] [09-22|08:32:15.070] [txpool] stat                            block=15537419 pending=3159 baseFee=30000 queued=30000 alloc=3.8GB sys=4.1GB
[WARN] [09-22|08:32:16.299] Served                                   conn=151.115.40.252:1096 method=eth_accounts reqid=78 t=42.548µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:32:16.424] Served                                   conn=151.115.40.252:47376 method=eth_accounts reqid=44 t=46.961µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:32:16.750] Served                                   conn=151.115.40.252:1098 method=eth_accounts reqid=16 t=43.674µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:32:18.783] Served                                   conn=195.123.222.16:43978 method=eth_coinbase reqid=1 t=44.35µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:21.116] Served                                   conn=195.123.222.16:57280 method=eth_coinbase reqid=1 t=37.176µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:21.814] Served                                   conn=195.123.222.16:40798 method=eth_coinbase reqid=1 t=41.857µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:22.422] Served                                   conn=151.115.40.252:47388 method=eth_accounts reqid=76 t=47.672µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:32:23.423] Served                                   conn=195.123.222.16:41382 method=eth_coinbase reqid=1 t=46.889µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:24.381] Served                                   conn=217.12.201.45:58976 method=eth_accounts reqid=1 t=32.527µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:32:24.400] Served                                   conn=195.123.222.16:58126 method=eth_coinbase reqid=1 t=45.87µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:24.967] Served                                   conn=195.123.222.16:39796 method=eth_coinbase reqid=1 t=50.576µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:25.045] Served                                   conn=195.123.222.16:43432 method=eth_coinbase reqid=1 t=47.171µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:27.274] Served                                   conn=195.123.222.16:36282 method=eth_coinbase reqid=1 t=39.268µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:27.513] Served                                   conn=195.123.222.16:58684 method=eth_coinbase reqid=1 t=39.107µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:27.572] Served                                   conn=195.123.222.16:32868 method=eth_coinbase reqid=1 t=35.932µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:27.798] Served                                   conn=195.123.222.16:35342 method=eth_coinbase reqid=1 t=38.87µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:28.072] Served                                   conn=195.123.222.16:41096 method=eth_coinbase reqid=1 t=39.675µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:28.823] Served                                   conn=195.123.222.16:54458 method=eth_coinbase reqid=1 t=39.461µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:29.294] Served                                   conn=151.115.40.252:1104 method=eth_accounts reqid=3 t=43.452µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:32:29.307] Served                                   conn=195.123.222.16:45078 method=eth_coinbase reqid=1 t=38.25µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:30.657] Served                                   conn=195.123.222.16:33150 method=eth_coinbase reqid=1 t=33.76µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:31.117] Served                                   conn=195.123.222.16:41144 method=eth_coinbase reqid=1 t=49.638µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:31.207] Served                                   conn=195.123.222.16:41882 method=eth_coinbase reqid=1 t=38.443µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:31.523] Served                                   conn=195.123.222.16:48772 method=eth_coinbase reqid=1 t=47.759µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:32.038] Served                                   conn=195.123.222.16:58144 method=eth_coinbase reqid=1 t=38.377µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:33.605] Served                                   conn=195.123.222.16:34518 method=miner_setEtherbase reqid=1 t=11.719µs err="the method miner_setEtherbase does not exist/is not available"
[WARN] [09-22|08:32:34.269] Served                                   conn=195.123.222.16:44764 method=miner_start reqid=1 t=13.477µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:32:34.788] Served                                   conn=195.123.222.16:56976 method=miner_start reqid=1 t=10.684µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:32:35.018] Served                                   conn=151.115.40.252:47420 method=eth_accounts reqid=2 t=37.457µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:32:35.342] Served                                   conn=195.123.222.16:37920 method=miner_start reqid=1 t=10.664µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:32:35.631] Served                                   conn=195.123.222.16:45138 method=eth_coinbase reqid=1 t=36.854µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:35.726] Served                                   conn=195.123.222.16:47746 method=eth_coinbase reqid=1 t=53.761µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:35.825] Served                                   conn=195.123.222.16:49768 method=miner_start reqid=1 t=14.161µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:32:35.933] Served                                   conn=195.123.222.16:51566 method=eth_coinbase reqid=1 t=36.119µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:36.299] Served                                   conn=195.123.222.16:58648 method=eth_coinbase reqid=1 t=42.685µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:36.327] Served                                   conn=195.123.222.16:58910 method=eth_coinbase reqid=1 t=45.998µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:36.361] Served                                   conn=195.123.222.16:59236 method=miner_start reqid=1 t=10.275µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:32:36.404] Served                                   conn=195.123.222.16:59232 method=eth_coinbase reqid=1 t=29.409µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:36.611] Served                                   conn=195.123.222.16:35990 method=eth_coinbase reqid=1 t=40.337µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:36.624] Served                                   conn=195.123.222.16:35632 method=eth_coinbase reqid=1 t=34.29µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:36.638] Served                                   conn=195.123.222.16:37332 method=eth_coinbase reqid=1 t=28.787µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:36.696] Served                                   conn=195.123.222.16:38422 method=eth_coinbase reqid=1 t=35.475µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:36.819] Served                                   conn=195.123.222.16:40988 method=eth_coinbase reqid=1 t=42.617µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:36.863] Served                                   conn=195.123.222.16:41958 method=miner_start reqid=1 t=11.391µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:32:37.444] Served                                   conn=195.123.222.16:52316 method=miner_start reqid=1 t=10.873µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:32:37.945] Served                                   conn=195.123.222.16:35484 method=miner_start reqid=1 t=10.885µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:32:38.126] Served                                   conn=151.115.40.252:1108 method=eth_accounts reqid=57 t=35.932µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:32:38.210] Served                                   conn=151.115.40.252:47430 method=eth_accounts reqid=34 t=30.424µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:32:38.582] Served                                   conn=195.123.222.16:45998 method=miner_start reqid=1 t=11.904µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:32:38.673] Served                                   conn=195.123.222.16:48756 method=eth_coinbase reqid=1 t=39.689µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:38.762] Served                                   conn=195.123.222.16:50930 method=eth_coinbase reqid=1 t=33.396µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:38.922] Served                                   conn=195.123.222.16:54176 method=eth_coinbase reqid=1 t=36.533µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:38.943] Served                                   conn=195.123.222.16:54948 method=eth_coinbase reqid=1 t=35.794µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:39.033] Served                                   conn=195.123.222.16:57176 method=eth_coinbase reqid=1 t=35.783µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:39.080] Served                                   conn=195.123.222.16:58480 method=miner_start reqid=1 t=9.904µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:32:39.724] Served                                   conn=195.123.222.16:40672 method=miner_start reqid=1 t=10.758µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:32:39.790] Served                                   conn=195.123.222.16:50496 method=eth_coinbase reqid=1 t=39.011µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:39.973] Served                                   conn=195.123.222.16:55042 method=eth_coinbase reqid=1 t=36.674µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:32:40.243] Served                                   conn=195.123.222.16:53760 method=miner_start reqid=1 t=10.612µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:32:40.810] Served                                   conn=195.123.222.16:35488 method=miner_start reqid=1 t=11.54µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:32:41.888] Served                                   conn=151.115.40.252:1110 method=eth_accounts reqid=27 t=36.3µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:32:42.311] Served                                   conn=195.123.222.16:47076 method=miner_start reqid=1 t=11.072µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:32:42.950] Served                                   conn=195.123.222.16:51236 method=miner_start reqid=1 t=11.407µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:32:43.453] Served                                   conn=195.123.222.16:35082 method=miner_start reqid=1 t=12.273µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:32:47.611] Served                                   conn=151.115.40.252:47448 method=eth_accounts reqid=94 t=49.644µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:32:54.421] Served                                   conn=151.115.40.252:1118 method=eth_accounts reqid=92 t=36.71µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:32:59.970] Served                                   conn=151.115.40.252:1122 method=eth_accounts reqid=31 t=38.865µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:33:00.053] Served                                   conn=151.115.40.252:47480 method=eth_accounts reqid=51 t=31.904µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:33:00.187] Served                                   conn=151.115.40.252:47482 method=eth_accounts reqid=93 t=33.61µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:33:04.308] Served                                   conn=195.123.222.16:45732 method=eth_coinbase reqid=1 t=40.292µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:33:06.939] Served                                   conn=151.115.40.252:1124 method=eth_accounts reqid=53 t=40.828µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:33:09.404] Served                                   conn=217.12.201.45:58990 method=eth_accounts reqid=1 t=37.227µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:33:12.705] Served                                   conn=151.115.40.252:47510 method=eth_accounts reqid=78 t=39.178µs err="the method has been deprecated: eth_accounts"
[INFO] [09-22|08:33:14.640] [p2p] GoodPeers                          eth66=60
[WARN] [09-22|08:33:14.916] Served                                   conn=195.123.222.16:46140 method=miner_setEtherbase reqid=1 t=31.385µs err="the method miner_setEtherbase does not exist/is not available"
[INFO] [09-22|08:33:15.081] [txpool] stat                            block=15537419 pending=3159 baseFee=30000 queued=30000 alloc=2.9GB sys=4.1GB
[WARN] [09-22|08:33:16.599] Served                                   conn=195.123.222.16:48086 method=miner_start reqid=1 t=12.195µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:33:17.422] Served                                   conn=195.123.222.16:47254 method=miner_start reqid=1 t=10.671µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:33:18.174] Served                                   conn=195.123.222.16:33214 method=miner_start reqid=1 t=10.986µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:33:19.460] Served                                   conn=151.115.40.252:1130 method=eth_accounts reqid=53 t=41.418µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:33:19.866] Served                                   conn=195.123.222.16:44160 method=miner_start reqid=1 t=11.172µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:33:20.461] Served                                   conn=195.123.222.16:42648 method=miner_start reqid=1 t=11.505µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:33:20.993] Served                                   conn=195.123.222.16:53980 method=miner_start reqid=1 t=11.364µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:33:21.741] Served                                   conn=151.115.40.252:1134 method=eth_accounts reqid=15 t=42.25µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:33:21.860] Served                                   conn=151.115.40.252:47536 method=eth_accounts reqid=55 t=40.062µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:33:22.792] Served                                   conn=195.123.222.16:33942 method=miner_start reqid=1 t=13.041µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:33:23.425] Served                                   conn=195.123.222.16:37662 method=miner_start reqid=1 t=11.307µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:33:24.051] Served                                   conn=195.123.222.16:47532 method=miner_start reqid=1 t=10.972µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:33:25.091] Served                                   conn=195.123.222.16:60656 method=miner_start reqid=1 t=11.74µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:33:25.220] Served                                   conn=151.115.40.252:47540 method=eth_accounts reqid=13 t=43.955µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:33:26.743] Served                                   conn=195.123.222.16:46732 method=miner_start reqid=1 t=10.373µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:33:27.471] Served                                   conn=195.123.222.16:49108 method=miner_start reqid=1 t=11.129µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:33:28.213] Served                                   conn=195.123.222.16:60440 method=miner_start reqid=1 t=11.258µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:33:29.002] Served                                   conn=195.123.222.16:47076 method=miner_start reqid=1 t=12.864µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:33:29.577] Served                                   conn=195.123.222.16:60984 method=miner_start reqid=1 t=10.873µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:33:32.053] Served                                   conn=151.115.40.252:1140 method=eth_accounts reqid=47 t=38.54µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:33:33.342] Served                                   conn=195.123.222.16:44004 method=miner_start reqid=1 t=12.051µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:33:37.763] Served                                   conn=151.115.40.252:47574 method=eth_accounts reqid=41 t=40.223µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:33:43.569] Served                                   conn=151.115.40.252:1144 method=eth_accounts reqid=88 t=41.024µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:33:43.630] Served                                   conn=151.115.40.252:47590 method=eth_accounts reqid=33 t=37.642µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:33:44.651] Served                                   conn=151.115.40.252:1146 method=eth_accounts reqid=4 t=39.276µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:33:50.320] Served                                   conn=151.115.40.252:47604 method=eth_accounts reqid=70 t=38.877µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:33:54.413] Served                                   conn=217.12.201.45:59004 method=eth_accounts reqid=1 t=39.826µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:33:57.212] Served                                   conn=151.115.40.252:1154 method=eth_accounts reqid=37 t=45.809µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:34:02.881] Served                                   conn=151.115.40.252:47640 method=eth_accounts reqid=38 t=38.093µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:34:05.391] Served                                   conn=151.115.40.252:47646 method=eth_accounts reqid=0 t=49.257µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:34:05.410] Served                                   conn=151.115.40.252:1156 method=eth_accounts reqid=86 t=39.895µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:34:09.749] Served                                   conn=151.115.40.252:1160 method=eth_accounts reqid=4 t=36.397µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:34:10.034] Served                                   conn=195.123.222.16:56092 method=eth_coinbase reqid=1 t=37.159µs err="etherbase must be explicitly specified"
[INFO] [09-22|08:34:15.068] [txpool] stat                            block=15537419 pending=3159 baseFee=30000 queued=30000 alloc=3.5GB sys=4.1GB
[WARN] [09-22|08:34:15.438] Served                                   conn=151.115.40.252:47668 method=eth_accounts reqid=91 t=41.502µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:34:22.343] Served                                   conn=151.115.40.252:1166 method=eth_accounts reqid=18 t=40.703µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:34:27.217] Served                                   conn=151.115.40.252:1168 method=eth_accounts reqid=56 t=47.844µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:34:27.221] Served                                   conn=151.115.40.252:47694 method=eth_accounts reqid=93 t=49.286µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:34:28.009] Served                                   conn=151.115.40.252:47698 method=eth_accounts reqid=40 t=60.494µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:34:34.950] Served                                   conn=151.115.40.252:1176 method=eth_accounts reqid=59 t=35.752µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:34:39.378] Served                                   conn=217.12.201.45:59018 method=eth_accounts reqid=1 t=37.164µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:34:40.556] Served                                   conn=151.115.40.252:47726 method=eth_accounts reqid=3 t=37.717µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:34:47.508] Served                                   conn=151.115.40.252:1180 method=eth_accounts reqid=82 t=40.551µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:34:49.001] Served                                   conn=151.115.40.252:47748 method=eth_accounts reqid=55 t=49.47µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:34:49.036] Served                                   conn=151.115.40.252:1184 method=eth_accounts reqid=43 t=32.973µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:34:49.527] Served                                   conn=195.123.222.16:40672 method=miner_setEtherbase reqid=1 t=10.76µs err="the method miner_setEtherbase does not exist/is not available"
[WARN] [09-22|08:34:50.100] Served                                   conn=195.123.222.16:54038 method=miner_start reqid=1 t=11.879µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:34:50.865] Served                                   conn=195.123.222.16:40150 method=miner_start reqid=1 t=10.688µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:34:52.531] Served                                   conn=195.123.222.16:54662 method=miner_start reqid=1 t=11.529µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:34:53.119] Served                                   conn=151.115.40.252:47764 method=eth_accounts reqid=17 t=38.626µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:34:53.378] Served                                   conn=195.123.222.16:59940 method=miner_start reqid=1 t=12.375µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:34:53.963] Served                                   conn=195.123.222.16:47282 method=miner_start reqid=1 t=12.655µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:34:54.622] Served                                   conn=195.123.222.16:60716 method=miner_start reqid=1 t=12.887µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:34:55.238] Served                                   conn=195.123.222.16:44106 method=miner_start reqid=1 t=12.507µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:34:56.077] Served                                   conn=195.123.222.16:59492 method=miner_start reqid=1 t=11.523µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:34:56.650] Served                                   conn=195.123.222.16:45710 method=miner_start reqid=1 t=13.078µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:34:57.540] Served                                   conn=195.123.222.16:59616 method=miner_start reqid=1 t=12.473µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:34:58.158] Served                                   conn=195.123.222.16:46466 method=miner_start reqid=1 t=11.548µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:34:58.987] Served                                   conn=195.123.222.16:60894 method=miner_start reqid=1 t=12.527µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:34:59.657] Served                                   conn=195.123.222.16:46322 method=miner_start reqid=1 t=11.621µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:35:00.047] Served                                   conn=151.115.40.252:1202 method=eth_accounts reqid=88 t=40.085µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:35:00.291] Served                                   conn=195.123.222.16:58816 method=miner_start reqid=1 t=12.968µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:35:00.975] Served                                   conn=195.123.222.16:44712 method=miner_start reqid=1 t=11.974µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:35:01.581] Served                                   conn=195.123.222.16:56352 method=miner_start reqid=1 t=12.444µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:35:05.725] Served                                   conn=151.115.40.252:47802 method=eth_accounts reqid=88 t=38.427µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:35:10.784] Served                                   conn=151.115.40.252:47816 method=eth_accounts reqid=95 t=51.419µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:35:10.865] Served                                   conn=151.115.40.252:1212 method=eth_accounts reqid=41 t=39.758µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:35:12.237] Served                                   conn=195.123.222.16:41404 method=eth_coinbase reqid=1 t=37.116µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:35:12.591] Served                                   conn=151.115.40.252:1218 method=eth_accounts reqid=84 t=37.744µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:35:12.704] Served                                   conn=195.123.222.16:49292 method=eth_coinbase reqid=1 t=39.357µs err="etherbase must be explicitly specified"
[INFO] [09-22|08:35:14.639] [p2p] GoodPeers                          eth66=63
[WARN] [09-22|08:35:14.717] Served                                   conn=195.123.222.16:37952 method=miner_setEtherbase reqid=1 t=12.204µs err="the method miner_setEtherbase does not exist/is not available"
[INFO] [09-22|08:35:15.081] [txpool] stat                            block=15537419 pending=3170 baseFee=30000 queued=30000 alloc=3.1GB sys=4.1GB
[WARN] [09-22|08:35:15.471] Served                                   conn=195.123.222.16:38820 method=miner_start reqid=1 t=11.329µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:35:16.240] Served                                   conn=195.123.222.16:50114 method=miner_start reqid=1 t=11.015µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:35:16.901] Served                                   conn=195.123.222.16:34682 method=miner_start reqid=1 t=10.841µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:35:18.282] Served                                   conn=151.115.40.252:47852 method=eth_accounts reqid=37 t=34.598µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:35:18.605] Served                                   conn=195.123.222.16:45478 method=miner_start reqid=1 t=11.722µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:35:19.236] Served                                   conn=195.123.222.16:43500 method=miner_start reqid=1 t=10.333µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:35:19.809] Served                                   conn=195.123.222.16:51586 method=miner_start reqid=1 t=13.17µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:35:20.444] Served                                   conn=195.123.222.16:60666 method=miner_start reqid=1 t=11.487µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:35:24.077] Served                                   conn=195.123.222.16:41656 method=miner_start reqid=1 t=12.85µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:35:24.359] Served                                   conn=217.12.201.45:59034 method=eth_accounts reqid=1 t=36.492µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:35:25.164] Served                                   conn=151.115.40.252:1224 method=eth_accounts reqid=27 t=39.993µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:35:25.807] Served                                   conn=195.123.222.16:48388 method=miner_start reqid=1 t=11.488µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:35:27.501] Served                                   conn=195.123.222.16:49972 method=miner_start reqid=1 t=12.696µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:35:28.090] Served                                   conn=195.123.222.16:51202 method=miner_start reqid=1 t=11.599µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:35:28.842] Served                                   conn=195.123.222.16:34526 method=miner_start reqid=1 t=11.668µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:35:29.578] Served                                   conn=195.123.222.16:47572 method=miner_start reqid=1 t=11.639µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:35:30.165] Served                                   conn=195.123.222.16:59720 method=miner_start reqid=1 t=11.29µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:35:30.882] Served                                   conn=151.115.40.252:47882 method=eth_accounts reqid=43 t=37.124µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:35:30.942] Served                                   conn=195.123.222.16:45158 method=miner_start reqid=1 t=12.56µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:35:31.612] Served                                   conn=195.123.222.16:56692 method=miner_start reqid=1 t=11.892µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:35:32.555] Served                                   conn=151.115.40.252:47886 method=eth_accounts reqid=40 t=35.064µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:35:32.682] Served                                   conn=151.115.40.252:1226 method=eth_accounts reqid=19 t=38.599µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:35:37.751] Served                                   conn=151.115.40.252:1232 method=eth_accounts reqid=34 t=45.774µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:35:43.444] Served                                   conn=151.115.40.252:47914 method=eth_accounts reqid=65 t=41.069µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:35:50.324] Served                                   conn=151.115.40.252:1240 method=eth_accounts reqid=50 t=68.664µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:35:52.612] Served                                   conn=195.123.222.16:52778 method=eth_accounts reqid=1 t=35.531µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:35:54.377] Served                                   conn=151.115.40.252:47942 method=eth_accounts reqid=96 t=37.621µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:35:54.446] Served                                   conn=151.115.40.252:1244 method=eth_accounts reqid=98 t=44.532µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:35:56.014] Served                                   conn=151.115.40.252:47946 method=eth_accounts reqid=49 t=45.54µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:36:02.900] Served                                   conn=151.115.40.252:1254 method=eth_accounts reqid=34 t=39.481µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:36:08.535] Served                                   conn=151.115.40.252:47984 method=eth_accounts reqid=31 t=35.692µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:36:09.421] Served                                   conn=217.12.201.45:59048 method=eth_accounts reqid=1 t=30.288µs err="the method has been deprecated: eth_accounts"
[INFO] [09-22|08:36:15.068] [txpool] stat                            block=15537419 pending=3170 baseFee=30000 queued=30000 alloc=3.7GB sys=4.1GB
[WARN] [09-22|08:36:15.425] Served                                   conn=151.115.40.252:1258 method=eth_accounts reqid=89 t=34.884µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:36:16.183] Served                                   conn=151.115.40.252:48004 method=eth_accounts reqid=41 t=42.541µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:36:16.229] Served                                   conn=151.115.40.252:1260 method=eth_accounts reqid=64 t=42.67µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:36:21.055] Served                                   conn=151.115.40.252:48014 method=eth_accounts reqid=34 t=35.281µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:36:22.968] Served                                   conn=195.123.222.16:36822 method=miner_setEtherbase reqid=1 t=17.799µs err="the method miner_setEtherbase does not exist/is not available"
[WARN] [09-22|08:36:23.548] Served                                   conn=195.123.222.16:48994 method=miner_start reqid=1 t=11.376µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:36:24.127] Served                                   conn=195.123.222.16:58628 method=miner_start reqid=1 t=12.895µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:36:24.737] Served                                   conn=195.123.222.16:43468 method=miner_start reqid=1 t=12.179µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:36:25.603] Served                                   conn=195.123.222.16:58488 method=miner_start reqid=1 t=13.061µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:36:26.173] Served                                   conn=195.123.222.16:43930 method=miner_start reqid=1 t=11.52µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:36:27.023] Served                                   conn=195.123.222.16:57544 method=miner_start reqid=1 t=12.211µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:36:27.617] Served                                   conn=195.123.222.16:43280 method=miner_start reqid=1 t=11.511µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:36:27.971] Served                                   conn=151.115.40.252:1270 method=eth_accounts reqid=80 t=39.732µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:36:28.398] Served                                   conn=195.123.222.16:56574 method=miner_start reqid=1 t=13.14µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:36:29.234] Served                                   conn=195.123.222.16:41394 method=miner_start reqid=1 t=15.736µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:36:29.840] Served                                   conn=195.123.222.16:55080 method=miner_start reqid=1 t=12.713µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:36:30.548] Served                                   conn=195.123.222.16:41540 method=miner_start reqid=1 t=11.526µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:36:31.434] Served                                   conn=195.123.222.16:54414 method=miner_start reqid=1 t=11.338µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:36:32.316] Served                                   conn=195.123.222.16:44154 method=miner_start reqid=1 t=10.867µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:36:32.898] Served                                   conn=195.123.222.16:32974 method=miner_start reqid=1 t=10.732µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:36:33.580] Served                                   conn=151.115.40.252:48044 method=eth_accounts reqid=60 t=51.324µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:36:33.726] Served                                   conn=195.123.222.16:47364 method=miner_start reqid=1 t=10.248µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:36:34.432] Served                                   conn=195.123.222.16:34310 method=miner_start reqid=1 t=11.018µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:36:34.857] Served                                   conn=195.123.222.16:41594 method=eth_coinbase reqid=1 t=39.352µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:36:34.932] Served                                   conn=195.123.222.16:43176 method=eth_coinbase reqid=1 t=37.628µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:36:35.591] Served                                   conn=195.123.222.16:54474 method=eth_coinbase reqid=1 t=41.788µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:36:35.650] Served                                   conn=195.123.222.16:50338 method=eth_coinbase reqid=1 t=40.253µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:36:38.021] Served                                   conn=151.115.40.252:48062 method=eth_accounts reqid=1 t=42.725µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:36:38.024] Served                                   conn=151.115.40.252:1276 method=eth_accounts reqid=54 t=30.402µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:36:40.549] Served                                   conn=151.115.40.252:1278 method=eth_accounts reqid=83 t=36.76µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:36:46.144] Served                                   conn=151.115.40.252:48076 method=eth_accounts reqid=36 t=37.339µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:36:53.140] Served                                   conn=151.115.40.252:1284 method=eth_accounts reqid=36 t=43.335µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:36:54.380] Served                                   conn=217.12.201.45:59064 method=eth_accounts reqid=1 t=34.722µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:36:58.711] Served                                   conn=151.115.40.252:48110 method=eth_accounts reqid=37 t=40.381µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:36:59.791] Served                                   conn=151.115.40.252:48114 method=eth_accounts reqid=9 t=35.282µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:37:00.712] Served                                   conn=151.115.40.252:1288 method=eth_accounts reqid=1 t=41.664µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:37:02.054] Served                                   conn=195.123.222.16:42484 method=eth_accounts reqid=1 t=39.593µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:37:03.220] Served                                   conn=195.123.222.16:51462 method=eth_coinbase reqid=1 t=39.382µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:37:05.710] Served                                   conn=151.115.40.252:1292 method=eth_accounts reqid=48 t=45.559µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:37:11.270] Served                                   conn=151.115.40.252:48146 method=eth_accounts reqid=98 t=37.778µs err="the method has been deprecated: eth_accounts"
[INFO] [09-22|08:37:14.639] [p2p] GoodPeers                          eth66=70
[INFO] [09-22|08:37:16.755] [txpool] stat                            block=15537419 pending=3170 baseFee=30000 queued=30000 alloc=3.1GB sys=4.2GB
[WARN] [09-22|08:37:18.224] Served                                   conn=151.115.40.252:1298 method=eth_accounts reqid=93 t=35.768µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:37:22.302] Served                                   conn=151.115.40.252:48168 method=eth_accounts reqid=62 t=35.817µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:37:22.509] Served                                   conn=151.115.40.252:1302 method=eth_accounts reqid=57 t=43.756µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:37:23.856] Served                                   conn=151.115.40.252:48176 method=eth_accounts reqid=80 t=41.286µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:37:26.619] Served                                   conn=195.123.222.16:48466 method=miner_setEtherbase reqid=1 t=10.919µs err="the method miner_setEtherbase does not exist/is not available"
[WARN] [09-22|08:37:27.211] Served                                   conn=195.123.222.16:59734 method=miner_start reqid=1 t=12.153µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:37:27.971] Served                                   conn=195.123.222.16:44656 method=miner_start reqid=1 t=11.339µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:37:28.561] Served                                   conn=195.123.222.16:56750 method=miner_start reqid=1 t=10.899µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:37:29.254] Served                                   conn=195.123.222.16:39132 method=miner_start reqid=1 t=11.238µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:37:30.028] Served                                   conn=195.123.222.16:53560 method=miner_start reqid=1 t=10.604µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:37:30.765] Served                                   conn=151.115.40.252:1308 method=eth_accounts reqid=62 t=42.719µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:37:30.816] Served                                   conn=195.123.222.16:39862 method=miner_start reqid=1 t=15.424µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:37:31.520] Served                                   conn=195.123.222.16:55994 method=miner_start reqid=1 t=10.88µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:37:32.153] Served                                   conn=195.123.222.16:39482 method=miner_start reqid=1 t=11.143µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:37:32.950] Served                                   conn=195.123.222.16:54472 method=miner_start reqid=1 t=12.614µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:37:33.606] Served                                   conn=195.123.222.16:40694 method=miner_start reqid=1 t=13.293µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:37:34.220] Served                                   conn=195.123.222.16:52204 method=miner_start reqid=1 t=12.599µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:37:34.844] Served                                   conn=195.123.222.16:38176 method=miner_start reqid=1 t=11.093µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:37:35.550] Served                                   conn=195.123.222.16:49342 method=miner_start reqid=1 t=11.098µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:37:36.131] Served                                   conn=195.123.222.16:35356 method=miner_start reqid=1 t=13.804µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:37:36.458] Served                                   conn=151.115.40.252:48206 method=eth_accounts reqid=32 t=35.939µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:37:39.407] Served                                   conn=217.12.201.45:59080 method=eth_accounts reqid=1 t=31.189µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:37:39.911] Served                                   conn=195.123.222.16:46316 method=miner_start reqid=1 t=11.736µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:37:40.781] Served                                   conn=195.123.222.16:36292 method=miner_start reqid=1 t=11.33µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:37:43.343] Served                                   conn=151.115.40.252:1312 method=eth_accounts reqid=84 t=41.681µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:37:44.058] Served                                   conn=151.115.40.252:48222 method=eth_accounts reqid=49 t=40.509µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:37:44.310] Served                                   conn=151.115.40.252:1314 method=eth_accounts reqid=43 t=37.714µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:37:49.027] Served                                   conn=151.115.40.252:48236 method=eth_accounts reqid=39 t=36.332µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:37:55.933] Served                                   conn=151.115.40.252:1320 method=eth_accounts reqid=75 t=35.568µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:38:00.867] Served                                   conn=195.123.222.16:33386 method=miner_setEtherbase reqid=1 t=10.879µs err="the method miner_setEtherbase does not exist/is not available"
[WARN] [09-22|08:38:01.547] Served                                   conn=151.115.40.252:48262 method=eth_accounts reqid=54 t=36.54µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:38:01.716] Served                                   conn=195.123.222.16:47964 method=miner_start reqid=1 t=10.997µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:38:02.284] Served                                   conn=195.123.222.16:33866 method=miner_start reqid=1 t=16.4µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:38:03.159] Served                                   conn=195.123.222.16:48960 method=miner_start reqid=1 t=14.609µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:38:03.832] Served                                   conn=195.123.222.16:36464 method=miner_start reqid=1 t=14.128µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:38:04.028] Served                                   conn=195.123.222.16:39198 method=eth_coinbase reqid=1 t=38.909µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:38:04.436] Served                                   conn=195.123.222.16:48154 method=eth_hashrate reqid=1 t=43.949µs err="method HashRate not implemented"
[WARN] [09-22|08:38:04.437] Served                                   conn=195.123.222.16:48034 method=miner_start reqid=1 t=9.289µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:38:05.238] Served                                   conn=195.123.222.16:60442 method=miner_getHashrate reqid=1 t=10.782µs err="the method miner_getHashrate does not exist/is not available"
[WARN] [09-22|08:38:05.755] Served                                   conn=195.123.222.16:41810 method=miner_start reqid=1 t=11.485µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:38:05.851] Served                                   conn=151.115.40.252:48274 method=eth_accounts reqid=31 t=30.149µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:38:06.081] Served                                   conn=151.115.40.252:1324 method=eth_accounts reqid=84 t=35.93µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:38:07.780] Served                                   conn=195.123.222.16:44486 method=miner_start reqid=1 t=11.977µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:38:08.421] Served                                   conn=195.123.222.16:58310 method=miner_start reqid=1 t=22.246µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:38:08.490] Served                                   conn=151.115.40.252:1328 method=eth_accounts reqid=12 t=36.715µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:38:09.056] Served                                   conn=195.123.222.16:40368 method=miner_start reqid=1 t=11.107µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:38:09.750] Served                                   conn=195.123.222.16:51286 method=miner_start reqid=1 t=11.542µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:38:10.446] Served                                   conn=195.123.222.16:34396 method=miner_start reqid=1 t=10.594µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:38:11.066] Served                                   conn=195.123.222.16:44842 method=miner_start reqid=1 t=14.596µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:38:11.695] Served                                   conn=195.123.222.16:53694 method=miner_start reqid=1 t=13.218µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:38:12.391] Served                                   conn=195.123.222.16:37462 method=miner_start reqid=1 t=12.166µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:38:12.993] Served                                   conn=195.123.222.16:48002 method=miner_start reqid=1 t=17.009µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:38:13.656] Served                                   conn=195.123.222.16:57828 method=miner_start reqid=1 t=10.946µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:38:14.107] Served                                   conn=151.115.40.252:48294 method=eth_accounts reqid=41 t=37.747µs err="the method has been deprecated: eth_accounts"
[INFO] [09-22|08:38:15.068] [txpool] stat                            block=15537419 pending=3196 baseFee=30000 queued=30000 alloc=3.9GB sys=4.2GB
[WARN] [09-22|08:38:21.085] Served                                   conn=151.115.40.252:1334 method=eth_accounts reqid=50 t=41.654µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:38:24.430] Served                                   conn=217.12.201.45:59096 method=eth_accounts reqid=1 t=30.611µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:38:26.628] Served                                   conn=151.115.40.252:48324 method=eth_accounts reqid=69 t=35.792µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:38:27.615] Served                                   conn=151.115.40.252:48326 method=eth_accounts reqid=48 t=49.323µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:38:27.909] Served                                   conn=151.115.40.252:1338 method=eth_accounts reqid=21 t=44.312µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:38:33.614] Served                                   conn=151.115.40.252:1342 method=eth_accounts reqid=80 t=36.472µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:38:39.146] Served                                   conn=151.115.40.252:48354 method=eth_accounts reqid=12 t=38.352µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:38:46.047] Served                                   conn=195.123.222.16:40596 method=eth_accounts reqid=1 t=37.481µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:38:46.168] Served                                   conn=151.115.40.252:1346 method=eth_accounts reqid=24 t=33.683µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:38:49.401] Served                                   conn=151.115.40.252:48378 method=eth_accounts reqid=49 t=37.579µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:38:49.713] Served                                   conn=151.115.40.252:1352 method=eth_accounts reqid=20 t=40.898µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:38:51.667] Served                                   conn=151.115.40.252:48386 method=eth_accounts reqid=52 t=36.304µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:38:59.537] Served                                   conn=151.115.40.252:1356 method=eth_accounts reqid=72 t=36.522µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:39:03.072] Served                                   conn=195.123.222.16:58526 method=eth_coinbase reqid=1 t=40.112µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:39:03.077] Served                                   conn=195.123.222.16:58444 method=eth_coinbase reqid=1 t=33.606µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:39:03.090] Served                                   conn=195.123.222.16:58528 method=eth_coinbase reqid=1 t=36.245µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:39:03.176] Served                                   conn=195.123.222.16:33150 method=eth_coinbase reqid=1 t=40.71µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:39:03.194] Served                                   conn=195.123.222.16:33146 method=eth_coinbase reqid=1 t=37.547µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:39:03.542] Served                                   conn=195.123.222.16:38402 method=eth_coinbase reqid=1 t=40.918µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:39:03.562] Served                                   conn=195.123.222.16:36872 method=eth_coinbase reqid=1 t=28.026µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:39:03.669] Served                                   conn=195.123.222.16:42574 method=eth_coinbase reqid=1 t=56.405µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:39:04.257] Served                                   conn=151.115.40.252:48414 method=eth_accounts reqid=93 t=34.915µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:39:09.361] Served                                   conn=217.12.201.45:59110 method=eth_accounts reqid=1 t=38.548µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:39:11.194] Served                                   conn=151.115.40.252:48432 method=eth_accounts reqid=54 t=40.368µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:39:11.523] Served                                   conn=151.115.40.252:1366 method=eth_accounts reqid=71 t=37.208µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:39:12.101] Served                                   conn=151.115.40.252:1368 method=eth_accounts reqid=32 t=36.062µs err="the method has been deprecated: eth_accounts"
[INFO] [09-22|08:39:14.640] [p2p] GoodPeers                          eth66=67
[INFO] [09-22|08:39:15.079] [txpool] stat                            block=15537419 pending=3196 baseFee=30000 queued=30000 alloc=3.0GB sys=4.3GB
[WARN] [09-22|08:39:16.853] Served                                   conn=151.115.40.252:48444 method=eth_accounts reqid=87 t=37.361µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:39:24.658] Served                                   conn=151.115.40.252:1384 method=eth_accounts reqid=21 t=40.469µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:39:27.599] Served                                   conn=195.123.222.16:46202 method=eth_accounts reqid=1 t=35.893µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:39:29.448] Served                                   conn=151.115.40.252:48482 method=eth_accounts reqid=6 t=36.457µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:39:32.354] Served                                   conn=195.123.222.16:57638 method=miner_setEtherbase reqid=1 t=11.693µs err="the method miner_setEtherbase does not exist/is not available"
[WARN] [09-22|08:39:32.951] Served                                   conn=195.123.222.16:42926 method=miner_start reqid=1 t=10.972µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:39:32.989] Served                                   conn=151.115.40.252:48488 method=eth_accounts reqid=42 t=38.894µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:39:33.327] Served                                   conn=151.115.40.252:1388 method=eth_accounts reqid=93 t=36.626µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:39:33.731] Served                                   conn=195.123.222.16:56162 method=miner_start reqid=1 t=11.173µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:39:34.303] Served                                   conn=195.123.222.16:40208 method=miner_start reqid=1 t=11.298µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:39:35.134] Served                                   conn=195.123.222.16:53728 method=miner_start reqid=1 t=11.99µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:39:35.717] Served                                   conn=195.123.222.16:38814 method=miner_start reqid=1 t=11.209µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:39:36.515] Served                                   conn=195.123.222.16:53784 method=miner_start reqid=1 t=11.305µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:39:37.096] Served                                   conn=195.123.222.16:39656 method=miner_start reqid=1 t=13.097µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:39:37.245] Served                                   conn=151.115.40.252:1392 method=eth_accounts reqid=70 t=39.115µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:39:37.925] Served                                   conn=195.123.222.16:54528 method=miner_start reqid=1 t=11.329µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:39:38.559] Served                                   conn=195.123.222.16:40922 method=miner_start reqid=1 t=11.354µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:39:39.247] Served                                   conn=195.123.222.16:55638 method=miner_start reqid=1 t=14.078µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:39:40.915] Served                                   conn=195.123.222.16:39176 method=miner_start reqid=1 t=11.411µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:39:41.708] Served                                   conn=195.123.222.16:45204 method=miner_start reqid=1 t=12.908µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:39:41.976] Served                                   conn=151.115.40.252:48520 method=eth_accounts reqid=84 t=44.343µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:39:42.550] Served                                   conn=195.123.222.16:59396 method=miner_start reqid=1 t=11.914µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:39:43.220] Served                                   conn=195.123.222.16:46692 method=miner_start reqid=1 t=11.694µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:39:44.127] Served                                   conn=195.123.222.16:36186 method=miner_start reqid=1 t=11.069µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:39:44.950] Served                                   conn=195.123.222.16:52034 method=miner_start reqid=1 t=10.608µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:39:49.786] Served                                   conn=151.115.40.252:1398 method=eth_accounts reqid=18 t=36.014µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:39:54.405] Served                                   conn=217.12.201.45:59126 method=eth_accounts reqid=1 t=36.473µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:39:54.557] Served                                   conn=151.115.40.252:48554 method=eth_accounts reqid=94 t=33.531µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:39:54.789] Served                                   conn=151.115.40.252:48558 method=eth_accounts reqid=46 t=36.857µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:39:55.155] Served                                   conn=151.115.40.252:1402 method=eth_accounts reqid=3 t=46.988µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:40:02.369] Served                                   conn=151.115.40.252:1406 method=eth_accounts reqid=44 t=41.03µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:40:07.083] Served                                   conn=151.115.40.252:48586 method=eth_accounts reqid=53 t=38.673µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:40:14.900] Served                                   conn=151.115.40.252:1412 method=eth_accounts reqid=65 t=36.187µs err="the method has been deprecated: eth_accounts"
[INFO] [09-22|08:40:15.068] [txpool] stat                            block=15537419 pending=3196 baseFee=30000 queued=30000 alloc=3.6GB sys=4.3GB
[WARN] [09-22|08:40:16.638] Served                                   conn=151.115.40.252:48604 method=eth_accounts reqid=2 t=38.71µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:40:16.956] Served                                   conn=151.115.40.252:1418 method=eth_accounts reqid=92 t=37.153µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:40:19.676] Served                                   conn=151.115.40.252:48616 method=eth_accounts reqid=32 t=36.061µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:40:27.441] Served                                   conn=151.115.40.252:1424 method=eth_accounts reqid=57 t=60.901µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:40:32.237] Served                                   conn=151.115.40.252:48648 method=eth_accounts reqid=75 t=39.546µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:40:38.434] Served                                   conn=151.115.40.252:48666 method=eth_accounts reqid=52 t=36.643µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:40:38.785] Served                                   conn=151.115.40.252:1430 method=eth_accounts reqid=67 t=38.624µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:40:39.426] Served                                   conn=217.12.201.45:59140 method=eth_accounts reqid=1 t=38.875µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:40:40.035] Served                                   conn=151.115.40.252:1432 method=eth_accounts reqid=33 t=37.322µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:40:44.840] Served                                   conn=151.115.40.252:48684 method=eth_accounts reqid=23 t=38.753µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:40:52.588] Served                                   conn=151.115.40.252:1436 method=eth_accounts reqid=88 t=42.954µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:40:57.420] Served                                   conn=151.115.40.252:48708 method=eth_accounts reqid=37 t=37.52µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:41:00.228] Served                                   conn=151.115.40.252:48722 method=eth_accounts reqid=15 t=35.354µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:41:00.549] Served                                   conn=151.115.40.252:1444 method=eth_accounts reqid=53 t=39.423µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:41:05.159] Served                                   conn=151.115.40.252:1448 method=eth_accounts reqid=80 t=38.481µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:41:05.347] Served                                   conn=195.123.222.16:37548 method=eth_coinbase reqid=1 t=41.004µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:41:05.642] Served                                   conn=195.123.222.16:47746 method=eth_hashrate reqid=1 t=40.199µs err="method HashRate not implemented"
[WARN] [09-22|08:41:07.205] Served                                   conn=195.123.222.16:45838 method=miner_getHashrate reqid=1 t=12.975µs err="the method miner_getHashrate does not exist/is not available"
[WARN] [09-22|08:41:09.984] Served                                   conn=151.115.40.252:48742 method=eth_accounts reqid=46 t=37.329µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:41:13.091] Served                                   conn=195.123.222.16:55704 method=eth_accounts reqid=1 t=38.768µs err="the method has been deprecated: eth_accounts"
[INFO] [09-22|08:41:14.639] [p2p] GoodPeers                          eth66=67
[INFO] [09-22|08:41:15.085] [txpool] stat                            block=15537419 pending=3196 baseFee=30000 queued=30000 alloc=3.3GB sys=4.3GB
[WARN] [09-22|08:41:17.726] Served                                   conn=151.115.40.252:1452 method=eth_accounts reqid=79 t=48.911µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:41:22.045] Served                                   conn=151.115.40.252:48776 method=eth_accounts reqid=69 t=37.363µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:41:22.317] Served                                   conn=151.115.40.252:1456 method=eth_accounts reqid=66 t=35.043µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:41:22.571] Served                                   conn=151.115.40.252:48780 method=eth_accounts reqid=77 t=36.159µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:41:24.398] Served                                   conn=217.12.201.45:59154 method=eth_accounts reqid=1 t=44.805µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:41:30.267] Served                                   conn=151.115.40.252:1462 method=eth_accounts reqid=30 t=38.385µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:41:35.148] Served                                   conn=151.115.40.252:48808 method=eth_accounts reqid=20 t=35.585µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:41:42.822] Served                                   conn=151.115.40.252:1468 method=eth_accounts reqid=33 t=35.177µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:41:43.830] Served                                   conn=151.115.40.252:48828 method=eth_accounts reqid=3 t=35.87µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:41:44.108] Served                                   conn=151.115.40.252:1470 method=eth_accounts reqid=81 t=34.627µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:41:47.715] Served                                   conn=151.115.40.252:48836 method=eth_accounts reqid=61 t=34.343µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:41:55.445] Served                                   conn=151.115.40.252:1478 method=eth_accounts reqid=37 t=43.861µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:41:57.067] Served                                   conn=195.123.222.16:46782 method=miner_setEtherbase reqid=1 t=11.391µs err="the method miner_setEtherbase does not exist/is not available"
[WARN] [09-22|08:41:58.627] Served                                   conn=195.123.222.16:56016 method=miner_start reqid=1 t=10.838µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:41:59.278] Served                                   conn=195.123.222.16:32876 method=miner_start reqid=1 t=10.979µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:42:00.232] Served                                   conn=151.115.40.252:48868 method=eth_accounts reqid=20 t=35.754µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:42:02.836] Served                                   conn=195.123.222.16:43512 method=miner_start reqid=1 t=12.194µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:42:03.528] Served                                   conn=195.123.222.16:56500 method=miner_start reqid=1 t=11.034µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:42:05.363] Served                                   conn=195.123.222.16:41482 method=miner_start reqid=1 t=11.758µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:42:05.640] Served                                   conn=151.115.40.252:48878 method=eth_accounts reqid=25 t=35.627µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:42:05.885] Served                                   conn=151.115.40.252:1484 method=eth_accounts reqid=28 t=38.464µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:42:06.145] Served                                   conn=195.123.222.16:45876 method=miner_start reqid=1 t=11.766µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:42:06.915] Served                                   conn=195.123.222.16:58986 method=miner_start reqid=1 t=12.517µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:42:07.704] Served                                   conn=195.123.222.16:43876 method=miner_start reqid=1 t=11.324µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:42:07.999] Served                                   conn=151.115.40.252:1486 method=eth_accounts reqid=58 t=40.677µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:42:08.314] Served                                   conn=195.123.222.16:56838 method=miner_start reqid=1 t=12.344µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:42:08.518] Served                                   conn=195.123.222.16:59120 method=eth_coinbase reqid=1 t=48.098µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:42:08.880] Served                                   conn=195.123.222.16:37688 method=miner_start reqid=1 t=12.738µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:42:09.339] Served                                   conn=195.123.222.16:43888 method=eth_coinbase reqid=1 t=38.704µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:42:09.373] Served                                   conn=217.12.201.45:59168 method=eth_accounts reqid=1 t=32.635µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:42:09.418] Served                                   conn=195.123.222.16:59092 method=eth_coinbase reqid=1 t=50.063µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:42:09.656] Served                                   conn=195.123.222.16:50178 method=miner_start reqid=1 t=10.904µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:42:10.101] Served                                   conn=195.123.222.16:57884 method=eth_coinbase reqid=1 t=37.481µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:42:10.334] Served                                   conn=195.123.222.16:47932 method=eth_coinbase reqid=1 t=38.672µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:42:10.453] Served                                   conn=195.123.222.16:34898 method=miner_start reqid=1 t=10.757µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:42:11.277] Served                                   conn=195.123.222.16:48300 method=miner_start reqid=1 t=11.658µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:42:11.914] Served                                   conn=195.123.222.16:58170 method=miner_start reqid=1 t=15.825µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:42:12.730] Served                                   conn=195.123.222.16:45000 method=miner_start reqid=1 t=11.347µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:42:12.786] Served                                   conn=151.115.40.252:48900 method=eth_accounts reqid=50 t=38.799µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:42:13.143] Served                                   conn=195.123.222.16:52514 method=eth_coinbase reqid=1 t=41.493µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:42:13.266] Served                                   conn=195.123.222.16:53360 method=eth_accounts reqid=1 t=36.857µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:42:13.373] Served                                   conn=195.123.222.16:54342 method=miner_start reqid=1 t=12.313µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:42:15.784] Served                                   conn=195.123.222.16:41556 method=eth_coinbase reqid=1 t=47.126µs err="etherbase must be explicitly specified"
[INFO] [09-22|08:42:16.326] [txpool] stat                            block=15537419 pending=3196 baseFee=30000 queued=30000 alloc=4.2GB sys=4.5GB
[WARN] [09-22|08:42:17.855] Served                                   conn=195.123.222.16:47422 method=eth_coinbase reqid=1 t=41.224µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:42:17.901] Served                                   conn=195.123.222.16:51278 method=eth_coinbase reqid=1 t=33.78µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:42:19.874] Served                                   conn=195.123.222.16:38250 method=eth_accounts reqid=1 t=52.293µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:42:20.564] Served                                   conn=151.115.40.252:1490 method=eth_accounts reqid=88 t=41.9µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:42:21.842] Served                                   conn=195.123.222.16:38306 method=eth_coinbase reqid=1 t=44.617µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:42:22.255] Served                                   conn=195.123.222.16:45874 method=eth_accounts reqid=1 t=43.5µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:42:23.684] Served                                   conn=195.123.222.16:42078 method=eth_accounts reqid=1 t=38.512µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:42:24.050] Served                                   conn=195.123.222.16:50110 method=eth_accounts reqid=1 t=37.207µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:42:25.372] Served                                   conn=151.115.40.252:48926 method=eth_accounts reqid=1 t=40.95µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:42:27.400] Served                                   conn=151.115.40.252:48930 method=eth_accounts reqid=23 t=34.892µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:42:27.690] Served                                   conn=151.115.40.252:1498 method=eth_accounts reqid=29 t=34.166µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:42:33.170] Served                                   conn=151.115.40.252:1500 method=eth_accounts reqid=44 t=38.156µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:42:37.939] Served                                   conn=151.115.40.252:48958 method=eth_accounts reqid=35 t=36.131µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:42:45.705] Served                                   conn=151.115.40.252:1506 method=eth_accounts reqid=1 t=37.481µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:42:46.917] Served                                   conn=195.123.222.16:56016 method=miner_setEtherbase reqid=1 t=11.74µs err="the method miner_setEtherbase does not exist/is not available"
[WARN] [09-22|08:42:47.505] Served                                   conn=195.123.222.16:33626 method=miner_start reqid=1 t=12.853µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:42:48.057] Served                                   conn=195.123.222.16:44540 method=miner_start reqid=1 t=11.11µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:42:48.759] Served                                   conn=195.123.222.16:58540 method=miner_start reqid=1 t=11.229µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:42:49.187] Served                                   conn=151.115.40.252:48980 method=eth_accounts reqid=83 t=36.134µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:42:49.423] Served                                   conn=195.123.222.16:44716 method=miner_start reqid=1 t=11.675µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:42:49.482] Served                                   conn=151.115.40.252:1510 method=eth_accounts reqid=26 t=34.299µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:42:49.925] Served                                   conn=195.123.222.16:56132 method=miner_start reqid=1 t=11.519µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:42:50.473] Served                                   conn=151.115.40.252:48984 method=eth_accounts reqid=83 t=38.039µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:42:50.531] Served                                   conn=195.123.222.16:40492 method=miner_start reqid=1 t=10.658µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:42:51.061] Served                                   conn=195.123.222.16:50846 method=miner_start reqid=1 t=11.449µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:42:51.770] Served                                   conn=195.123.222.16:35382 method=miner_start reqid=1 t=10.978µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:42:52.411] Served                                   conn=195.123.222.16:48072 method=miner_start reqid=1 t=10.802µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:42:54.027] Served                                   conn=195.123.222.16:59874 method=miner_start reqid=1 t=11.117µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:42:54.421] Served                                   conn=217.12.201.45:59182 method=eth_accounts reqid=1 t=30.843µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:42:54.739] Served                                   conn=195.123.222.16:33900 method=miner_start reqid=1 t=11.23µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:42:55.328] Served                                   conn=195.123.222.16:44874 method=miner_start reqid=1 t=10.894µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:42:55.989] Served                                   conn=195.123.222.16:56324 method=miner_start reqid=1 t=12.737µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:42:56.592] Served                                   conn=195.123.222.16:38750 method=miner_start reqid=1 t=12.595µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:42:57.319] Served                                   conn=195.123.222.16:50528 method=miner_start reqid=1 t=11.123µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:42:57.899] Served                                   conn=195.123.222.16:60624 method=miner_start reqid=1 t=11.97µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:42:58.264] Served                                   conn=151.115.40.252:1512 method=eth_accounts reqid=57 t=36.058µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:43:03.026] Served                                   conn=151.115.40.252:49008 method=eth_accounts reqid=39 t=48.559µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:43:06.299] Served                                   conn=195.123.222.16:40446 method=eth_coinbase reqid=1 t=37.543µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:43:10.812] Served                                   conn=151.115.40.252:1520 method=eth_accounts reqid=20 t=33.299µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:43:10.980] Served                                   conn=151.115.40.252:49030 method=eth_accounts reqid=23 t=35.602µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:43:11.327] Served                                   conn=151.115.40.252:1522 method=eth_accounts reqid=14 t=37.525µs err="the method has been deprecated: eth_accounts"
[INFO] [09-22|08:43:14.639] [p2p] GoodPeers                          eth66=71
[INFO] [09-22|08:43:15.081] [txpool] stat                            block=15537419 pending=3196 baseFee=30000 queued=30000 alloc=3.2GB sys=4.7GB
[WARN] [09-22|08:43:15.580] Served                                   conn=151.115.40.252:49038 method=eth_accounts reqid=94 t=39.646µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:43:23.388] Served                                   conn=151.115.40.252:1526 method=eth_accounts reqid=55 t=45.579µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:43:28.142] Served                                   conn=151.115.40.252:49070 method=eth_accounts reqid=79 t=35.418µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:43:30.764] Served                                   conn=195.123.222.16:60932 method=eth_accounts reqid=1 t=37.725µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:43:32.783] Served                                   conn=151.115.40.252:49084 method=eth_accounts reqid=74 t=44.911µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:43:33.176] Served                                   conn=151.115.40.252:1534 method=eth_accounts reqid=5 t=55.278µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:43:35.976] Served                                   conn=151.115.40.252:1536 method=eth_accounts reqid=14 t=45.155µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:43:39.364] Served                                   conn=217.12.201.45:59196 method=eth_accounts reqid=1 t=33.353µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:43:40.682] Served                                   conn=151.115.40.252:49098 method=eth_accounts reqid=22 t=35.527µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:43:48.537] Served                                   conn=151.115.40.252:1542 method=eth_accounts reqid=84 t=43.435µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:43:52.217] Served                                   conn=195.123.222.16:50994 method=miner_setEtherbase reqid=1 t=12.481µs err="the method miner_setEtherbase does not exist/is not available"
[WARN] [09-22|08:43:52.955] Served                                   conn=195.123.222.16:35296 method=miner_start reqid=1 t=11.127µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:43:53.239] Served                                   conn=151.115.40.252:49134 method=eth_accounts reqid=6 t=43.369µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:43:53.625] Served                                   conn=195.123.222.16:45460 method=miner_start reqid=1 t=11.916µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:43:54.369] Served                                   conn=195.123.222.16:57944 method=miner_start reqid=1 t=19.792µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:43:54.590] Served                                   conn=151.115.40.252:49138 method=eth_accounts reqid=15 t=36.501µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:43:54.951] Served                                   conn=151.115.40.252:1556 method=eth_accounts reqid=24 t=41.682µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:43:54.982] Served                                   conn=195.123.222.16:40830 method=miner_start reqid=1 t=12.312µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:43:56.213] Served                                   conn=195.123.222.16:60370 method=miner_start reqid=1 t=10.573µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:43:56.848] Served                                   conn=195.123.222.16:42852 method=miner_start reqid=1 t=10.414µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:43:57.561] Served                                   conn=195.123.222.16:51302 method=miner_start reqid=1 t=14.116µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:43:58.557] Served                                   conn=195.123.222.16:36112 method=miner_start reqid=1 t=13.856µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:43:59.250] Served                                   conn=195.123.222.16:48400 method=miner_start reqid=1 t=14.735µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:43:59.916] Served                                   conn=195.123.222.16:59124 method=miner_start reqid=1 t=10.583µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:44:00.575] Served                                   conn=195.123.222.16:41528 method=miner_start reqid=1 t=12.205µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:44:01.137] Served                                   conn=151.115.40.252:1558 method=eth_accounts reqid=87 t=37.009µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:44:01.287] Served                                   conn=195.123.222.16:52276 method=miner_start reqid=1 t=11.327µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:44:01.892] Served                                   conn=195.123.222.16:34876 method=miner_start reqid=1 t=22.912µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:44:02.508] Served                                   conn=195.123.222.16:43048 method=miner_start reqid=1 t=11.408µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:44:03.164] Served                                   conn=195.123.222.16:54858 method=miner_start reqid=1 t=11.647µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:44:03.523] Served                                   conn=195.123.222.16:60210 method=eth_coinbase reqid=1 t=53.914µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:44:03.830] Served                                   conn=195.123.222.16:36978 method=miner_start reqid=1 t=9.697µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:44:03.905] Served                                   conn=195.123.222.16:37862 method=eth_coinbase reqid=1 t=40.124µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:44:04.203] Served                                   conn=195.123.222.16:40786 method=eth_coinbase reqid=1 t=37.561µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:44:05.807] Served                                   conn=151.115.40.252:49168 method=eth_accounts reqid=50 t=42.219µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:44:13.667] Served                                   conn=151.115.40.252:1568 method=eth_accounts reqid=2 t=39.287µs err="the method has been deprecated: eth_accounts"
[INFO] [09-22|08:44:15.068] [txpool] stat                            block=15537419 pending=3200 baseFee=30000 queued=30000 alloc=4.0GB sys=4.7GB
[WARN] [09-22|08:44:16.397] Served                                   conn=151.115.40.252:49196 method=eth_accounts reqid=69 t=39.84µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:44:16.782] Served                                   conn=151.115.40.252:1570 method=eth_accounts reqid=37 t=39.302µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:44:18.386] Served                                   conn=151.115.40.252:49206 method=eth_accounts reqid=98 t=42.395µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:44:21.390] Served                                   conn=195.123.222.16:59548 method=eth_accounts reqid=1 t=38.716µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:44:24.428] Served                                   conn=217.12.201.45:59210 method=eth_accounts reqid=1 t=30.555µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:44:26.222] Served                                   conn=151.115.40.252:1576 method=eth_accounts reqid=43 t=36.066µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:44:30.922] Served                                   conn=151.115.40.252:49234 method=eth_accounts reqid=46 t=37.732µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:44:38.240] Served                                   conn=151.115.40.252:49254 method=eth_accounts reqid=6 t=36.942µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:44:38.557] Served                                   conn=151.115.40.252:1586 method=eth_accounts reqid=2 t=43.22µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:44:38.803] Served                                   conn=151.115.40.252:1588 method=eth_accounts reqid=40 t=39.734µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:44:43.511] Served                                   conn=151.115.40.252:49268 method=eth_accounts reqid=49 t=41.424µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:44:51.397] Served                                   conn=151.115.40.252:1594 method=eth_accounts reqid=32 t=34.332µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:44:56.085] Served                                   conn=151.115.40.252:49294 method=eth_accounts reqid=6 t=38.112µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:45:00.016] Served                                   conn=151.115.40.252:49310 method=eth_accounts reqid=15 t=35.676µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:45:00.384] Served                                   conn=151.115.40.252:1600 method=eth_accounts reqid=21 t=48.575µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:45:03.960] Served                                   conn=151.115.40.252:1604 method=eth_accounts reqid=29 t=35.827µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:45:08.644] Served                                   conn=151.115.40.252:49340 method=eth_accounts reqid=67 t=47.301µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:45:09.389] Served                                   conn=217.12.201.45:59224 method=eth_accounts reqid=1 t=34.714µs err="the method has been deprecated: eth_accounts"
[INFO] [09-22|08:45:14.639] [p2p] GoodPeers                          eth66=72
[INFO] [09-22|08:45:15.081] [txpool] stat                            block=15537419 pending=3201 baseFee=30000 queued=30000 alloc=3.2GB sys=4.7GB
[WARN] [09-22|08:45:16.528] Served                                   conn=151.115.40.252:1610 method=eth_accounts reqid=62 t=33.961µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:45:21.195] Served                                   conn=151.115.40.252:49368 method=eth_accounts reqid=43 t=40.972µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:45:21.819] Served                                   conn=151.115.40.252:49372 method=eth_accounts reqid=69 t=68.709µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:45:22.159] Served                                   conn=151.115.40.252:1612 method=eth_accounts reqid=87 t=44.099µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:45:29.073] Served                                   conn=151.115.40.252:1620 method=eth_accounts reqid=69 t=37.642µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:45:33.795] Served                                   conn=151.115.40.252:49404 method=eth_accounts reqid=53 t=43.094µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:45:40.511] Served                                   conn=195.123.222.16:35524 method=eth_coinbase reqid=1 t=41.878µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:40.520] Served                                   conn=195.123.222.16:35564 method=eth_coinbase reqid=1 t=33.553µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:40.642] Served                                   conn=195.123.222.16:38950 method=eth_coinbase reqid=1 t=33.622µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:40.644] Served                                   conn=195.123.222.16:38556 method=eth_coinbase reqid=1 t=24.389µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:40.669] Served                                   conn=195.123.222.16:39286 method=eth_coinbase reqid=1 t=27.009µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:40.670] Served                                   conn=195.123.222.16:38946 method=eth_coinbase reqid=1 t=27.308µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:40.703] Served                                   conn=195.123.222.16:39992 method=eth_coinbase reqid=1 t=24.262µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:40.782] Served                                   conn=195.123.222.16:41552 method=eth_accounts reqid=1 t=26.535µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:45:40.844] Served                                   conn=195.123.222.16:42478 method=eth_coinbase reqid=1 t=26.304µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:40.963] Served                                   conn=195.123.222.16:44790 method=eth_coinbase reqid=1 t=31.41µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:41.221] Served                                   conn=195.123.222.16:46678 method=eth_coinbase reqid=1 t=37.837µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:41.240] Served                                   conn=195.123.222.16:47600 method=eth_coinbase reqid=1 t=37.932µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:41.250] Served                                   conn=195.123.222.16:46670 method=eth_coinbase reqid=1 t=28.665µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:41.251] Served                                   conn=195.123.222.16:47674 method=eth_coinbase reqid=1 t=32.87µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:41.263] Served                                   conn=195.123.222.16:47884 method=eth_coinbase reqid=1 t=24.639µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:41.538] Served                                   conn=195.123.222.16:53422 method=eth_accounts reqid=1 t=35.123µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:45:41.666] Served                                   conn=151.115.40.252:1628 method=eth_accounts reqid=36 t=36.13µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:45:43.577] Served                                   conn=151.115.40.252:49430 method=eth_accounts reqid=10 t=40.191µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:45:43.964] Served                                   conn=151.115.40.252:1630 method=eth_accounts reqid=66 t=35.589µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:45:45.861] Served                                   conn=195.123.222.16:44710 method=miner_setEtherbase reqid=1 t=12.513µs err="the method miner_setEtherbase does not exist/is not available"
[WARN] [09-22|08:45:46.358] Served                                   conn=151.115.40.252:49438 method=eth_accounts reqid=96 t=34.668µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:45:46.472] Served                                   conn=195.123.222.16:55652 method=miner_start reqid=1 t=9.16µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:45:47.163] Served                                   conn=195.123.222.16:38316 method=miner_start reqid=1 t=12.405µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:45:47.167] Served                                   conn=195.123.222.16:38222 method=eth_coinbase reqid=1 t=47.912µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:47.193] Served                                   conn=195.123.222.16:39272 method=eth_coinbase reqid=1 t=38.302µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:47.196] Served                                   conn=195.123.222.16:39290 method=eth_coinbase reqid=1 t=52.944µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:47.210] Served                                   conn=195.123.222.16:39250 method=eth_coinbase reqid=1 t=29.964µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:47.221] Served                                   conn=195.123.222.16:39276 method=eth_coinbase reqid=1 t=30.194µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:47.499] Served                                   conn=195.123.222.16:44190 method=eth_coinbase reqid=1 t=37.141µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:47.511] Served                                   conn=195.123.222.16:44386 method=eth_coinbase reqid=1 t=36.24µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:47.512] Served                                   conn=195.123.222.16:44550 method=eth_coinbase reqid=1 t=29.032µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:47.517] Served                                   conn=195.123.222.16:44174 method=eth_coinbase reqid=1 t=26.549µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:47.518] Served                                   conn=195.123.222.16:44062 method=eth_coinbase reqid=1 t=25.772µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:47.520] Served                                   conn=195.123.222.16:44416 method=eth_coinbase reqid=1 t=21.425µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:47.530] Served                                   conn=195.123.222.16:44182 method=eth_coinbase reqid=1 t=26.493µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:47.534] Served                                   conn=195.123.222.16:44450 method=eth_coinbase reqid=1 t=25.702µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:47.538] Served                                   conn=195.123.222.16:44566 method=eth_coinbase reqid=1 t=23.354µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:47.540] Served                                   conn=195.123.222.16:44186 method=eth_coinbase reqid=1 t=23.883µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:47.544] Served                                   conn=195.123.222.16:44272 method=eth_coinbase reqid=1 t=24.539µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:47.548] Served                                   conn=195.123.222.16:44554 method=eth_coinbase reqid=1 t=25.393µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:47.556] Served                                   conn=195.123.222.16:44392 method=eth_coinbase reqid=1 t=22.313µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:47.590] Served                                   conn=195.123.222.16:45718 method=eth_coinbase reqid=1 t=23.233µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:47.614] Served                                   conn=195.123.222.16:46618 method=eth_coinbase reqid=1 t=44.203µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:47.671] Served                                   conn=195.123.222.16:47190 method=eth_accounts reqid=1 t=33.743µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:45:47.762] Served                                   conn=195.123.222.16:48164 method=eth_coinbase reqid=1 t=35.011µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:47.821] Served                                   conn=195.123.222.16:48138 method=eth_coinbase reqid=1 t=36.084µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:47.828] Served                                   conn=195.123.222.16:48192 method=eth_coinbase reqid=1 t=32.836µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:47.850] Served                                   conn=195.123.222.16:48126 method=eth_coinbase reqid=1 t=32.712µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:47.892] Served                                   conn=195.123.222.16:48766 method=eth_coinbase reqid=1 t=34.918µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:47.917] Served                                   conn=195.123.222.16:48542 method=eth_coinbase reqid=1 t=29.908µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:47.938] Served                                   conn=195.123.222.16:48146 method=eth_coinbase reqid=1 t=27.223µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:47.942] Served                                   conn=195.123.222.16:48760 method=eth_coinbase reqid=1 t=24.891µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:47.963] Served                                   conn=195.123.222.16:48304 method=eth_coinbase reqid=1 t=26.092µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:47.981] Served                                   conn=195.123.222.16:50248 method=eth_coinbase reqid=1 t=28.55µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:47.982] Served                                   conn=195.123.222.16:49772 method=eth_coinbase reqid=1 t=22.256µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:47.990] Served                                   conn=195.123.222.16:50256 method=eth_coinbase reqid=1 t=24.515µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:48.007] Served                                   conn=195.123.222.16:50420 method=miner_start reqid=1 t=8.699µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:45:48.274] Served                                   conn=195.123.222.16:39362 method=eth_coinbase reqid=1 t=41.266µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:48.667] Served                                   conn=195.123.222.16:33802 method=miner_start reqid=1 t=11.203µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:45:48.716] Served                                   conn=195.123.222.16:35008 method=eth_coinbase reqid=1 t=49.218µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:48.719] Served                                   conn=195.123.222.16:35464 method=eth_coinbase reqid=1 t=33.5µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:48.723] Served                                   conn=195.123.222.16:35584 method=eth_coinbase reqid=1 t=29.11µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:48.724] Served                                   conn=195.123.222.16:35506 method=eth_coinbase reqid=1 t=48.079µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:48.732] Served                                   conn=195.123.222.16:35006 method=eth_coinbase reqid=1 t=23.883µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:48.733] Served                                   conn=195.123.222.16:35502 method=eth_coinbase reqid=1 t=25.78µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:48.743] Served                                   conn=195.123.222.16:34990 method=eth_coinbase reqid=1 t=30.948µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:48.743] Served                                   conn=195.123.222.16:35912 method=eth_coinbase reqid=1 t=24.714µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:48.778] Served                                   conn=195.123.222.16:35920 method=eth_coinbase reqid=1 t=40.114µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:48.825] Served                                   conn=195.123.222.16:36896 method=eth_coinbase reqid=1 t=39.723µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:48.855] Served                                   conn=195.123.222.16:50310 method=eth_coinbase reqid=1 t=46.346µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:48.891] Served                                   conn=195.123.222.16:38318 method=eth_coinbase reqid=1 t=40.578µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:48.928] Served                                   conn=195.123.222.16:38472 method=eth_coinbase reqid=1 t=40.49µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:49.162] Served                                   conn=195.123.222.16:39446 method=eth_coinbase reqid=1 t=36.653µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:49.182] Served                                   conn=195.123.222.16:39866 method=eth_coinbase reqid=1 t=38.401µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:49.222] Served                                   conn=195.123.222.16:43762 method=eth_coinbase reqid=1 t=36.91µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:49.223] Served                                   conn=195.123.222.16:43722 method=eth_coinbase reqid=1 t=24.274µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:49.225] Served                                   conn=195.123.222.16:43952 method=eth_coinbase reqid=1 t=24.973µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:49.277] Served                                   conn=195.123.222.16:44662 method=eth_coinbase reqid=1 t=33.828µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:49.360] Served                                   conn=195.123.222.16:44978 method=eth_coinbase reqid=1 t=31.883µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:49.371] Served                                   conn=195.123.222.16:40670 method=eth_coinbase reqid=1 t=55.467µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:49.419] Served                                   conn=195.123.222.16:44982 method=eth_coinbase reqid=1 t=38.641µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:49.535] Served                                   conn=195.123.222.16:46144 method=eth_coinbase reqid=1 t=37.259µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:49.548] Served                                   conn=195.123.222.16:46338 method=eth_coinbase reqid=1 t=40.494µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:49.560] Served                                   conn=195.123.222.16:46172 method=eth_coinbase reqid=1 t=40.054µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:49.566] Served                                   conn=195.123.222.16:46334 method=eth_coinbase reqid=1 t=31.532µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:49.577] Served                                   conn=195.123.222.16:46170 method=eth_coinbase reqid=1 t=30.014µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:49.586] Served                                   conn=195.123.222.16:47120 method=eth_coinbase reqid=1 t=32.352µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:49.718] Served                                   conn=195.123.222.16:49054 method=miner_start reqid=1 t=15.43µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:45:49.719] Served                                   conn=195.123.222.16:48970 method=eth_coinbase reqid=1 t=37.072µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:49.894] Served                                   conn=195.123.222.16:37970 method=eth_coinbase reqid=1 t=43.018µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:50.431] Served                                   conn=195.123.222.16:32774 method=eth_accounts reqid=1 t=34.463µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:45:50.437] Served                                   conn=195.123.222.16:32838 method=miner_start reqid=1 t=10.097µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:45:50.757] Served                                   conn=195.123.222.16:48988 method=eth_coinbase reqid=1 t=37.931µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:45:51.113] Served                                   conn=195.123.222.16:43002 method=miner_start reqid=1 t=11.198µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:45:51.929] Served                                   conn=195.123.222.16:56410 method=miner_start reqid=1 t=11.078µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:45:52.644] Served                                   conn=195.123.222.16:40970 method=miner_start reqid=1 t=12.43µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:45:53.372] Served                                   conn=195.123.222.16:52328 method=miner_start reqid=1 t=11.407µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:45:54.261] Served                                   conn=151.115.40.252:1634 method=eth_accounts reqid=37 t=37.49µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:45:54.280] Served                                   conn=195.123.222.16:36816 method=miner_start reqid=1 t=10.462µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:45:54.377] Served                                   conn=217.12.201.45:59240 method=eth_accounts reqid=1 t=32.39µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:45:55.300] Served                                   conn=195.123.222.16:50418 method=miner_start reqid=1 t=11.947µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:45:55.890] Served                                   conn=195.123.222.16:37484 method=miner_start reqid=1 t=12.848µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:45:56.641] Served                                   conn=195.123.222.16:48704 method=miner_start reqid=1 t=15.423µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:45:57.374] Served                                   conn=195.123.222.16:60392 method=miner_start reqid=1 t=13.234µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:45:58.066] Served                                   conn=195.123.222.16:43306 method=miner_start reqid=1 t=11.775µs err="the method miner_start does not exist/is not available"
[WARN] [09-22|08:45:58.915] Served                                   conn=151.115.40.252:49468 method=eth_accounts reqid=29 t=48.819µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:46:05.360] Served                                   conn=151.115.40.252:49486 method=eth_accounts reqid=16 t=36.711µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:46:05.791] Served                                   conn=151.115.40.252:1640 method=eth_accounts reqid=21 t=42.175µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:46:06.789] Served                                   conn=151.115.40.252:1642 method=eth_accounts reqid=68 t=36.325µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:46:09.959] Served                                   conn=195.123.222.16:46664 method=eth_coinbase reqid=1 t=38.293µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:46:09.983] Served                                   conn=195.123.222.16:48668 method=eth_coinbase reqid=1 t=32.585µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:46:10.673] Served                                   conn=195.123.222.16:55984 method=eth_coinbase reqid=1 t=37.935µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:46:11.472] Served                                   conn=151.115.40.252:49500 method=eth_accounts reqid=18 t=35.554µs err="the method has been deprecated: eth_accounts"
[INFO] [09-22|08:46:15.068] [txpool] stat                            block=15537419 pending=3201 baseFee=30000 queued=30000 alloc=4.3GB sys=4.7GB
[WARN] [09-22|08:46:19.310] Served                                   conn=151.115.40.252:1650 method=eth_accounts reqid=52 t=40.284µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:46:20.469] Served                                   conn=195.123.222.16:34370 method=eth_coinbase reqid=1 t=42.177µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:46:20.830] Served                                   conn=195.123.222.16:39190 method=eth_coinbase reqid=1 t=38.724µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:46:21.206] Served                                   conn=195.123.222.16:42840 method=eth_coinbase reqid=1 t=41.546µs err="etherbase must be explicitly specified"
[WARN] [09-22|08:46:24.040] Served                                   conn=151.115.40.252:49528 method=eth_accounts reqid=40 t=44.071µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:46:27.194] Served                                   conn=151.115.40.252:49536 method=eth_accounts reqid=46 t=35.484µs err="the method has been deprecated: eth_accounts"
[WARN] [09-22|08:46:27.631] Served                                   conn=151.115.40.252:1654 method=eth_accounts reqid=45 t=45.516µs err="the method has been deprecated: eth_accounts"

DaraDoyoung avatar Sep 22 '22 08:09 DaraDoyoung

  • do you have ConsensusLayer?
  • what you see by "integration print_stages"
  • what you see by pkill -SIGUSR1 erigon

AskAlexSharov avatar Sep 22 '22 09:09 AskAlexSharov

If I pkill -SIGUSR1 erigon I get

goroutine profile: total 2884
1080 @ 0x45f236 0x46f0fc 0xda012a 0x490bc1
#	0xda0129	github.com/anacrolix/torrent.(*trackerScraper).Run.func1+0xc9	github.com/anacrolix/[email protected]/tracker_scraper.go:207

858 @ 0x45f236 0x46f0fc 0xd9ffd3 0x490bc1
#	0xd9ffd2	github.com/anacrolix/torrent.(*trackerScraper).Run+0x512	github.com/anacrolix/[email protected]/tracker_scraper.go:249

216 @ 0x45f236 0x46f0fc 0xd9e857 0xd9fc13 0x490bc1
#	0xd9e856	github.com/anacrolix/torrent.(*trackerScraper).announce+0x216	github.com/anacrolix/[email protected]/tracker_scraper.go:129
#	0xd9fc12	github.com/anacrolix/torrent.(*trackerScraper).Run+0x152	github.com/anacrolix/[email protected]/tracker_scraper.go:217

70 @ 0x45f236 0x42b7bb 0x42b2f8 0x159500a 0x490bc1
#	0x1595009	github.com/ledgerwatch/erigon/cmd/sentry/sentry.NewPeerInfo.func1+0x49	github.com/ledgerwatch/erigon/cmd/sentry/sentry/sentry_grpc_server.go:80

70 @ 0x45f236 0x457c17 0x48adc9 0x4fc792 0x4fdafa 0x4fdae8 0x570f49 0x585285 0x11d05c6 0x4da7da 0x11c78f8 0x11c8347 0x11c8025 0x11dcdca 0x11d1e30 0x490bc1
#	0x48adc8	internal/poll.runtime_pollWait+0x88					runtime/netpoll.go:305
#	0x4fc791	internal/poll.(*pollDesc).wait+0x31					internal/poll/fd_poll_runtime.go:84
#	0x4fdaf9	internal/poll.(*pollDesc).waitRead+0x259				internal/poll/fd_poll_runtime.go:89
#	0x4fdae7	internal/poll.(*FD).Read+0x247						internal/poll/fd_unix.go:167
#	0x570f48	net.(*netFD).Read+0x28							net/fd_posix.go:55
#	0x585284	net.(*conn).Read+0x44							net/net.go:183
#	0x11d05c5	github.com/ledgerwatch/erigon/p2p.(*meteredConn).Read+0x25		github.com/ledgerwatch/erigon/p2p/metrics.go:63
#	0x4da7d9	io.ReadAtLeast+0x99							io/io.go:332
#	0x11c78f7	github.com/ledgerwatch/erigon/p2p/rlpx.(*readBuffer).read+0x1d7		github.com/ledgerwatch/erigon/p2p/rlpx/buffer.go:64
#	0x11c8346	github.com/ledgerwatch/erigon/p2p/rlpx.(*sessionState).readFrame+0x106	github.com/ledgerwatch/erigon/p2p/rlpx/rlpx.go:166
#	0x11c8024	github.com/ledgerwatch/erigon/p2p/rlpx.(*Conn).Read+0x64		github.com/ledgerwatch/erigon/p2p/rlpx/rlpx.go:136
#	0x11dcdc9	github.com/ledgerwatch/erigon/p2p.(*rlpxTransport).ReadMsg+0x149	github.com/ledgerwatch/erigon/p2p/transport.go:66
#	0x11d1e2f	github.com/ledgerwatch/erigon/p2p.(*Peer).readLoop+0xcf			github.com/ledgerwatch/erigon/p2p/peer.go:304

70 @ 0x45f236 0x46f0fc 0x11d179e 0x11dbf05 0x490bc1
#	0x11d179d	github.com/ledgerwatch/erigon/p2p.(*Peer).run+0x23d		github.com/ledgerwatch/erigon/p2p/peer.go:249
#	0x11dbf04	github.com/ledgerwatch/erigon/p2p.(*Server).runPeer+0x1e4	github.com/ledgerwatch/erigon/p2p/server.go:1078

70 @ 0x45f236 0x46f0fc 0x11d1b93 0x490bc1
#	0x11d1b92	github.com/ledgerwatch/erigon/p2p.(*Peer).pingLoop+0x132	github.com/ledgerwatch/erigon/p2p/peer.go:287

69 @ 0x45f236 0x46f0fc 0x11d357b 0x1597229 0x159a29c 0x11d2e7a 0x490bc1
#	0x11d357a	github.com/ledgerwatch/erigon/p2p.(*protoRW).ReadMsg+0xba			github.com/ledgerwatch/erigon/p2p/peer.go:462
#	0x1597228	github.com/ledgerwatch/erigon/cmd/sentry/sentry.runPeer+0x3e8			github.com/ledgerwatch/erigon/cmd/sentry/sentry/sentry_grpc_server.go:312
#	0x159a29b	github.com/ledgerwatch/erigon/cmd/sentry/sentry.NewGrpcServer.func1+0x7bb	github.com/ledgerwatch/erigon/cmd/sentry/sentry/sentry_grpc_server.go:536
#	0x11d2e79	github.com/ledgerwatch/erigon/p2p.(*Peer).startProtocols.func1+0x99		github.com/ledgerwatch/erigon/p2p/peer.go:405

62 @ 0x45f236 0x46f0fc 0xb84379 0xb83f36 0xd652df 0xd652c2 0x490bc1
#	0xb84378	golang.org/x/time/rate.(*Limiter).wait+0x3f8			golang.org/x/[email protected]/rate/rate.go:270
#	0xb83f35	golang.org/x/time/rate.(*Limiter).WaitN+0x55			golang.org/x/[email protected]/rate/rate.go:233
#	0xd652de	golang.org/x/time/rate.(*Limiter).Wait+0x9e			golang.org/x/[email protected]/rate/rate.go:218
#	0xd652c1	github.com/anacrolix/torrent.(*Client).outgoingConnection+0x81	github.com/anacrolix/[email protected]/client.go:778

33 @ 0x45f236 0x48cc2c 0x48cc0c 0x4a766c 0xd56bb3 0xd6dcbf 0xd82e86 0x4da7da 0xd6f0db 0xd6f0ab 0xd65e56 0xd66845 0xd63765 0x490bc1
#	0x48cc0b	sync.runtime_notifyListWait+0x12b				runtime/sema.go:517
#	0x4a766b	sync.(*Cond).Wait+0x8b						sync/cond.go:70
#	0xd56bb2	github.com/anacrolix/go-libutp.(*Conn).Read+0x92		github.com/anacrolix/[email protected]/conn.go:151
#	0xd6dcbe	github.com/anacrolix/torrent.connStatsReadWriter.Read+0x3e	github.com/anacrolix/[email protected]/conn_stats.go:114
#	0xd82e85	github.com/anacrolix/torrent.(*rateLimitedReader).Read+0xe5	github.com/anacrolix/[email protected]/ratelimitreader.go:43
#	0x4da7d9	io.ReadAtLeast+0x99						io/io.go:332
#	0xd6f0da	io.ReadFull+0x9a						io/io.go:351
#	0xd6f0aa	github.com/anacrolix/torrent.handleEncryption+0x6a		github.com/anacrolix/[email protected]/handshake.go:45
#	0xd65e55	github.com/anacrolix/torrent.(*Client).receiveHandshakes+0x195	github.com/anacrolix/[email protected]/client.go:869
#	0xd66844	github.com/anacrolix/torrent.(*Client).runReceivedConn+0xc4	github.com/anacrolix/[email protected]/client.go:929
#	0xd63764	github.com/anacrolix/torrent.(*Client).incomingConnection+0x384	github.com/anacrolix/[email protected]/client.go:570

30 @ 0x45f236 0x46f0fc 0x572de6 0x490bc1
#	0x572de5	net.(*netFD).connect.func2+0x85	net/fd_unix.go:118

29 @ 0x45f236 0x42b7bb 0x42b2b8 0xd56572 0x490bc1
#	0xd56571	github.com/anacrolix/go-libutp.(*Conn).waitForConnect.func1+0x31	github.com/anacrolix/[email protected]/conn.go:70

29 @ 0x45f236 0x48cc2c 0x48cc0c 0x4a766c 0xd563dc 0xd5ab65 0xd87d08 0xd644c6 0xd6430b 0x490bc1
#	0x48cc0b	sync.runtime_notifyListWait+0x12b				runtime/sema.go:517
#	0x4a766b	sync.(*Cond).Wait+0x8b						sync/cond.go:70
#	0xd563db	github.com/anacrolix/go-libutp.(*Conn).waitForConnect+0xdb	github.com/anacrolix/[email protected]/conn.go:86
#	0xd5ab64	github.com/anacrolix/go-libutp.(*Socket).DialContext+0x2a4	github.com/anacrolix/[email protected]/socket.go:442
#	0xd87d07	github.com/anacrolix/torrent.utpSocketSocket.Dial+0x107		github.com/anacrolix/[email protected]/socket.go:124
#	0xd644c5	github.com/anacrolix/torrent.dialFromSocket+0x45		github.com/anacrolix/[email protected]/client.go:667
#	0xd6430a	github.com/anacrolix/torrent.DialFirst.func2+0x4a		github.com/anacrolix/[email protected]/client.go:639

28 @ 0x45f236 0x457c17 0x48adc9 0x4fc792 0x5728f9 0x5728dd 0x572901 0x58ab65 0x58a6d2 0x57eb78 0x58f485 0x58f369 0x566cb4 0x566672 0x565c13 0x5654e5 0xdb044e 0xd644c6 0xd6430b 0x490bc1
#	0x48adc8	internal/poll.runtime_pollWait+0x88			runtime/netpoll.go:305
#	0x4fc791	internal/poll.(*pollDesc).wait+0x31			internal/poll/fd_poll_runtime.go:84
#	0x5728f8	internal/poll.(*pollDesc).waitWrite+0x718		internal/poll/fd_poll_runtime.go:93
#	0x5728dc	internal/poll.(*FD).WaitWrite+0x6fc			internal/poll/fd_unix.go:741
#	0x572900	net.(*netFD).connect+0x720				net/fd_unix.go:141
#	0x58ab64	net.(*netFD).dial+0x384					net/sock_posix.go:149
#	0x58a6d1	net.socket+0x2b1					net/sock_posix.go:70
#	0x57eb77	net.internetSocket+0xf7					net/ipsock_posix.go:142
#	0x58f484	net.(*sysDialer).doDialTCP+0xa4				net/tcpsock_posix.go:68
#	0x58f368	net.(*sysDialer).dialTCP+0x68				net/tcpsock_posix.go:64
#	0x566cb3	net.(*sysDialer).dialSingle+0x213			net/dial.go:582
#	0x566671	net.(*sysDialer).dialSerial+0x311			net/dial.go:550
#	0x565c12	net.(*sysDialer).dialParallel+0x412			net/dial.go:451
#	0x5654e4	net.(*Dialer).DialContext+0x704				net/dial.go:428
#	0xdb044d	github.com/anacrolix/torrent.NetworkDialer.Dial+0x4d	github.com/anacrolix/[email protected]/dialer.go:33
#	0xd644c5	github.com/anacrolix/torrent.dialFromSocket+0x45	github.com/anacrolix/[email protected]/client.go:667
#	0xd6430a	github.com/anacrolix/torrent.DialFirst.func2+0x4a	github.com/anacrolix/[email protected]/client.go:639

16 @ 0x45f236 0x42b7bb 0x42b2b8 0xd64217 0xd63d52 0xd64a79 0xd64999 0xd65118 0xd65305 0x490bc1
#	0xd64216	github.com/anacrolix/torrent.DialFirst.func3+0x96			github.com/anacrolix/[email protected]/client.go:648
#	0xd63d51	github.com/anacrolix/torrent.DialFirst+0x1d1				github.com/anacrolix/[email protected]/client.go:650
#	0xd64a78	github.com/anacrolix/torrent.(*Client).dialFirst+0x118			github.com/anacrolix/[email protected]/client.go:614
#	0xd64998	github.com/anacrolix/torrent.(*Client).establishOutgoingConnEx+0x38	github.com/anacrolix/[email protected]/client.go:727
#	0xd65117	github.com/anacrolix/torrent.(*Client).establishOutgoingConn+0x77	github.com/anacrolix/[email protected]/client.go:755
#	0xd65304	github.com/anacrolix/torrent.(*Client).outgoingConnection+0xc4		github.com/anacrolix/[email protected]/client.go:779

13 @ 0x45f236 0x42b7bb 0x42b2b8 0xd64217 0xd63d52 0xd64a79 0xd64999 0xd6515e 0xd65305 0x490bc1
#	0xd64216	github.com/anacrolix/torrent.DialFirst.func3+0x96			github.com/anacrolix/[email protected]/client.go:648
#	0xd63d51	github.com/anacrolix/torrent.DialFirst+0x1d1				github.com/anacrolix/[email protected]/client.go:650
#	0xd64a78	github.com/anacrolix/torrent.(*Client).dialFirst+0x118			github.com/anacrolix/[email protected]/client.go:614
#	0xd64998	github.com/anacrolix/torrent.(*Client).establishOutgoingConnEx+0x38	github.com/anacrolix/[email protected]/client.go:727
#	0xd6515d	github.com/anacrolix/torrent.(*Client).establishOutgoingConn+0xbd	github.com/anacrolix/[email protected]/client.go:767
#	0xd65304	github.com/anacrolix/torrent.(*Client).outgoingConnection+0xc4		github.com/anacrolix/[email protected]/client.go:779

11 @ 0x45f236 0x48cc2c 0x48cc0c 0x4a766c 0xb42d51 0x490bc1
#	0x48cc0b	sync.runtime_notifyListWait+0x12b				runtime/sema.go:517
#	0x4a766b	sync.(*Cond).Wait+0x8b						sync/cond.go:70
#	0xb42d50	github.com/anacrolix/torrent/mse.(*handshake).writer+0x170	github.com/anacrolix/[email protected]/mse/mse.go:262

8 @ 0x45f236 0x46f0fc 0xd70aba 0xd70618 0x490bc1
#	0xd70ab9	github.com/anacrolix/torrent.(*peerConnMsgWriter).run+0x319		github.com/anacrolix/[email protected]/peer-conn-msg-writer.go:85
#	0xd70617	github.com/anacrolix/torrent.(*PeerConn).messageWriterRunner+0xd7	github.com/anacrolix/[email protected]/peer-conn-msg-writer.go:47

7 @ 0x45f236 0x42b7bb 0x42b2f8 0xb4df26 0x490bc1
#	0xb4df25	github.com/anacrolix/torrent/peer_protocol.handshakeWriter+0x65	github.com/anacrolix/[email protected]/peer_protocol/handshake.go:23

4 @ 0x45f236 0x42b7bb 0x42b2f8 0x15a673a 0x490bc1
#	0x15a6739	github.com/ledgerwatch/erigon/cmd/sentry/sentry.pumpStreamLoop[...].func2+0x99	github.com/ledgerwatch/erigon/cmd/sentry/sentry/sentry_multi_client.go:213

4 @ 0x45f236 0x457c17 0x48adc9 0x4fc792 0x4fe445 0x4fe432 0x571169 0x592858 0x590531 0x5906f0 0xc0445b 0x490bc1
#	0x48adc8	internal/poll.runtime_pollWait+0x88					runtime/netpoll.go:305
#	0x4fc791	internal/poll.(*pollDesc).wait+0x31					internal/poll/fd_poll_runtime.go:84
#	0x4fe444	internal/poll.(*pollDesc).waitRead+0x1e4				internal/poll/fd_poll_runtime.go:89
#	0x4fe431	internal/poll.(*FD).ReadFromInet4+0x1d1					internal/poll/fd_unix.go:250
#	0x571168	net.(*netFD).readFromInet4+0x28						net/fd_posix.go:66
#	0x592857	net.(*UDPConn).readFrom+0x1b7						net/udpsock_posix.go:52
#	0x590530	net.(*UDPConn).readFromUDP+0x30						net/udpsock.go:149
#	0x5906ef	net.(*UDPConn).ReadFrom+0x4f						net/udpsock.go:158
#	0xc0445a	github.com/anacrolix/torrent/tracker/udp.(*ConnClient).reader+0x7a	github.com/anacrolix/[email protected]/tracker/udp/conn-client.go:40

4 @ 0x45f236 0x46f0fc 0x159e71f 0xacbf59 0x490bc1
#	0x159e71e	github.com/ledgerwatch/erigon/cmd/sentry/sentry.(*GrpcServer).Messages+0x21e		github.com/ledgerwatch/erigon/cmd/sentry/sentry/sentry_grpc_server.go:1017
#	0xacbf58	github.com/ledgerwatch/erigon-lib/direct.(*SentryClientDirect).Messages.func1+0x78	github.com/ledgerwatch/[email protected]/direct/sentry_client.go:236

4 @ 0x45f236 0x46f0fc 0xc03af6 0xc04285 0x490bc1
#	0xc03af5	github.com/anacrolix/torrent/tracker/udp.(*Client).requestWriter+0x235	github.com/anacrolix/[email protected]/tracker/udp/client.go:141
#	0xc04284	github.com/anacrolix/torrent/tracker/udp.(*Client).request.func2+0x44	github.com/anacrolix/[email protected]/tracker/udp/client.go:159

4 @ 0x45f236 0x46f0fc 0xc03f37 0xc02d73 0xc04e06 0xc09925 0xc0957f 0xd9efff 0xd9fc13 0x490bc1
#	0xc03f36	github.com/anacrolix/torrent/tracker/udp.(*Client).request+0x356	github.com/anacrolix/[email protected]/tracker/udp/client.go:161
#	0xc02d72	github.com/anacrolix/torrent/tracker/udp.(*Client).Announce+0x312	github.com/anacrolix/[email protected]/tracker/udp/client.go:36
#	0xc04e05	github.com/anacrolix/torrent/tracker/udp.(*ConnClient).Announce+0xa5	github.com/anacrolix/[email protected]/tracker/udp/conn-client.go:126
#	0xc09924	github.com/anacrolix/torrent/tracker.(*udpClient).Announce+0xe4		github.com/anacrolix/[email protected]/tracker/udp.go:28
#	0xc0957e	github.com/anacrolix/torrent/tracker.Announce.Do+0x45e			github.com/anacrolix/[email protected]/tracker/tracker.go:80
#	0xd9effe	github.com/anacrolix/torrent.(*trackerScraper).announce+0x9be		github.com/anacrolix/[email protected]/tracker_scraper.go:172
#	0xd9fc12	github.com/anacrolix/torrent.(*trackerScraper).Run+0x152		github.com/anacrolix/[email protected]/tracker_scraper.go:217

4 @ 0x45f236 0x46f0fc 0xc03f37 0xc0359a 0xc0382e 0xc0396b 0xc04285 0x490bc1
#	0xc03f36	github.com/anacrolix/torrent/tracker/udp.(*Client).request+0x356		github.com/anacrolix/[email protected]/tracker/udp/client.go:161
#	0xc03599	github.com/anacrolix/torrent/tracker/udp.(*Client).connect+0x159		github.com/anacrolix/[email protected]/tracker/udp/client.go:92
#	0xc0382d	github.com/anacrolix/torrent/tracker/udp.(*Client).connIdForRequest+0x2d	github.com/anacrolix/[email protected]/tracker/udp/client.go:111
#	0xc0396a	github.com/anacrolix/torrent/tracker/udp.(*Client).requestWriter+0xaa		github.com/anacrolix/[email protected]/tracker/udp/client.go:123
#	0xc04284	github.com/anacrolix/torrent/tracker/udp.(*Client).request.func2+0x44		github.com/anacrolix/[email protected]/tracker/udp/client.go:159

4 @ 0x45f236 0x48cc2c 0x48cc0c 0x4a766c 0xd56bb3 0xd6dcbf 0xd82e86 0x4db69b 0x4db69b 0xd6efe2 0x694f7b 0x4da7da 0xb4efd6 0xb4efb9 0xb4d615 0xd794c6 0xd77ead 0xd672c5 0xd95e32 0xd66913 0xd668f5 0xd63765 0x490bc1
#	0x48cc0b	sync.runtime_notifyListWait+0x12b						runtime/sema.go:517
#	0x4a766b	sync.(*Cond).Wait+0x8b								sync/cond.go:70
#	0xd56bb2	github.com/anacrolix/go-libutp.(*Conn).Read+0x92				github.com/anacrolix/[email protected]/conn.go:151
#	0xd6dcbe	github.com/anacrolix/torrent.connStatsReadWriter.Read+0x3e			github.com/anacrolix/[email protected]/conn_stats.go:114
#	0xd82e85	github.com/anacrolix/torrent.(*rateLimitedReader).Read+0xe5			github.com/anacrolix/[email protected]/ratelimitreader.go:43
#	0x4db69a	io.(*multiReader).Read+0x9a							io/multi.go:26
#	0x4db69a	io.(*multiReader).Read+0x9a							io/multi.go:26
#	0xd6efe1	github.com/anacrolix/torrent.deadlineReader.Read+0x101				github.com/anacrolix/[email protected]/handshake.go:27
#	0x694f7a	bufio.(*Reader).Read+0x1ba							bufio/bufio.go:237
#	0x4da7d9	io.ReadAtLeast+0x99								io/io.go:332
#	0xb4efd5	io.ReadFull+0x55								io/io.go:351
#	0xb4efb8	github.com/anacrolix/torrent/peer_protocol.(*Integer).Read+0x38			github.com/anacrolix/[email protected]/peer_protocol/int.go:22
#	0xb4d614	github.com/anacrolix/torrent/peer_protocol.(*Decoder).Decode+0x54		github.com/anacrolix/[email protected]/peer_protocol/decoder.go:22
#	0xd794c5	github.com/anacrolix/torrent.(*PeerConn).mainReadLoop.func2+0x85		github.com/anacrolix/[email protected]/peerconn.go:1171
#	0xd77eac	github.com/anacrolix/torrent.(*PeerConn).mainReadLoop+0x2ec			github.com/anacrolix/[email protected]/peerconn.go:1172
#	0xd672c4	github.com/anacrolix/torrent.(*Client).runHandshookConn+0x4a4			github.com/anacrolix/[email protected]/client.go:994
#	0xd95e31	github.com/anacrolix/torrent.(*Torrent).logRunHandshookConn+0x51		github.com/anacrolix/[email protected]/torrent.go:1615
#	0xd66912	github.com/anacrolix/torrent.(*Torrent).runHandshookConnLoggingErr+0x192	github.com/anacrolix/[email protected]/torrent.go:1622
#	0xd668f4	github.com/anacrolix/torrent.(*Client).runReceivedConn+0x174			github.com/anacrolix/[email protected]/client.go:958
#	0xd63764	github.com/anacrolix/torrent.(*Client).incomingConnection+0x384			github.com/anacrolix/[email protected]/client.go:570

3 @ 0x45f236 0x457c17 0x48adc9 0x4fc792 0x4fdafa 0x4fdae8 0x570f49 0x585285 0xd6dcbf 0xd82e86 0x4da7da 0xb42885 0xb4284b 0xb4558e 0xb45a7c 0xd65857 0xd64856 0xd64c70 0xd65118 0xd65305 0x490bc1
#	0x48adc8	internal/poll.runtime_pollWait+0x88					runtime/netpoll.go:305
#	0x4fc791	internal/poll.(*pollDesc).wait+0x31					internal/poll/fd_poll_runtime.go:84
#	0x4fdaf9	internal/poll.(*pollDesc).waitRead+0x259				internal/poll/fd_poll_runtime.go:89
#	0x4fdae7	internal/poll.(*FD).Read+0x247						internal/poll/fd_unix.go:167
#	0x570f48	net.(*netFD).Read+0x28							net/fd_posix.go:55
#	0x585284	net.(*conn).Read+0x44							net/net.go:183
#	0xd6dcbe	github.com/anacrolix/torrent.connStatsReadWriter.Read+0x3e		github.com/anacrolix/[email protected]/conn_stats.go:114
#	0xd82e85	github.com/anacrolix/torrent.(*rateLimitedReader).Read+0xe5		github.com/anacrolix/[email protected]/ratelimitreader.go:43
#	0x4da7d9	io.ReadAtLeast+0x99							io/io.go:332
#	0xb42884	io.ReadFull+0xa4							io/io.go:351
#	0xb4284a	github.com/anacrolix/torrent/mse.(*handshake).establishS+0x6a		github.com/anacrolix/[email protected]/mse/mse.go:184
#	0xb4558d	github.com/anacrolix/torrent/mse.(*handshake).Do+0x14d			github.com/anacrolix/[email protected]/mse/mse.go:525
#	0xb45a7b	github.com/anacrolix/torrent/mse.InitiateHandshake+0x1db		github.com/anacrolix/[email protected]/mse/mse.go:557
#	0xd65856	github.com/anacrolix/torrent.(*Client).initiateHandshakes+0xf6		github.com/anacrolix/[email protected]/client.go:809
#	0xd64855	github.com/anacrolix/torrent.(*Client).initiateProtocolHandshakes+0x195	github.com/anacrolix/[email protected]/client.go:715
#	0xd64c6f	github.com/anacrolix/torrent.(*Client).establishOutgoingConnEx+0x30f	github.com/anacrolix/[email protected]/client.go:736
#	0xd65117	github.com/anacrolix/torrent.(*Client).establishOutgoingConn+0x77	github.com/anacrolix/[email protected]/client.go:755
#	0xd65304	github.com/anacrolix/torrent.(*Client).outgoingConnection+0xc4		github.com/anacrolix/[email protected]/client.go:779

3 @ 0x45f236 0x48cc2c 0x48cc0c 0x4a766c 0xd56bb3 0xd6dcbf 0xd82e86 0x4db69b 0x4db69b 0x4da7da 0xb4e7bd 0xb4e762 0xd664c8 0xd66154 0xd66845 0xd63765 0x490bc1
#	0x48cc0b	sync.runtime_notifyListWait+0x12b				runtime/sema.go:517
#	0x4a766b	sync.(*Cond).Wait+0x8b						sync/cond.go:70
#	0xd56bb2	github.com/anacrolix/go-libutp.(*Conn).Read+0x92		github.com/anacrolix/[email protected]/conn.go:151
#	0xd6dcbe	github.com/anacrolix/torrent.connStatsReadWriter.Read+0x3e	github.com/anacrolix/[email protected]/conn_stats.go:114
#	0xd82e85	github.com/anacrolix/torrent.(*rateLimitedReader).Read+0xe5	github.com/anacrolix/[email protected]/ratelimitreader.go:43
#	0x4db69a	io.(*multiReader).Read+0x9a					io/multi.go:26
#	0x4db69a	io.(*multiReader).Read+0x9a					io/multi.go:26
#	0x4da7d9	io.ReadAtLeast+0x99						io/io.go:332
#	0xb4e7bc	io.ReadFull+0x43c						io/io.go:351
#	0xb4e761	github.com/anacrolix/torrent/peer_protocol.Handshake+0x3e1	github.com/anacrolix/[email protected]/peer_protocol/handshake.go:119
#	0xd664c7	github.com/anacrolix/torrent.(*Client).connBtHandshake+0x127	github.com/anacrolix/[email protected]/client.go:909
#	0xd66153	github.com/anacrolix/torrent.(*Client).receiveHandshakes+0x493	github.com/anacrolix/[email protected]/client.go:890
#	0xd66844	github.com/anacrolix/torrent.(*Client).runReceivedConn+0xc4	github.com/anacrolix/[email protected]/client.go:929
#	0xd63764	github.com/anacrolix/torrent.(*Client).incomingConnection+0x384	github.com/anacrolix/[email protected]/client.go:570

2 @ 0x45f236 0x42b7bb 0x42b2f8 0xd5a5ab 0xd627e4 0x490bc1
#	0xd5a5aa	github.com/anacrolix/go-libutp.(*Socket).Accept+0x2a		github.com/anacrolix/[email protected]/socket.go:387
#	0xd627e3	github.com/anacrolix/torrent.(*Client).acceptConnections+0x63	github.com/anacrolix/[email protected]/client.go:500

2 @ 0x45f236 0x457c17 0x48adc9 0x4fc792 0x4fdafa 0x4fdae8 0x570f49 0x585285 0xd6dcbf 0xd82e86 0x4db69b 0x4dae45 0x4da7da 0xb43285 0xb43248 0xb4416d 0xb456db 0xb45c97 0xd6f2d7 0xd6f06f 0xd65e56 0xd66845 0xd63765 0x490bc1
#	0x48adc8	internal/poll.runtime_pollWait+0x88					runtime/netpoll.go:305
#	0x4fc791	internal/poll.(*pollDesc).wait+0x31					internal/poll/fd_poll_runtime.go:84
#	0x4fdaf9	internal/poll.(*pollDesc).waitRead+0x259				internal/poll/fd_poll_runtime.go:89
#	0x4fdae7	internal/poll.(*FD).Read+0x247						internal/poll/fd_unix.go:167
#	0x570f48	net.(*netFD).Read+0x28							net/fd_posix.go:55
#	0x585284	net.(*conn).Read+0x44							net/net.go:183
#	0xd6dcbe	github.com/anacrolix/torrent.connStatsReadWriter.Read+0x3e		github.com/anacrolix/[email protected]/conn_stats.go:114
#	0xd82e85	github.com/anacrolix/torrent.(*rateLimitedReader).Read+0xe5		github.com/anacrolix/[email protected]/ratelimitreader.go:43
#	0x4db69a	io.(*multiReader).Read+0x9a						io/multi.go:26
#	0x4dae44	io.(*LimitedReader).Read+0x44						io/io.go:477
#	0x4da7d9	io.ReadAtLeast+0x99							io/io.go:332
#	0xb43284	io.ReadFull+0x84							io/io.go:351
#	0xb43247	github.com/anacrolix/torrent/mse.readUntil+0x47				github.com/anacrolix/[email protected]/mse/mse.go:350
#	0xb4416c	github.com/anacrolix/torrent/mse.(*handshake).receiverSteps+0x16c	github.com/anacrolix/[email protected]/mse/mse.go:432
#	0xb456da	github.com/anacrolix/torrent/mse.(*handshake).Do+0x29a			github.com/anacrolix/[email protected]/mse/mse.go:539
#	0xb45c96	github.com/anacrolix/torrent/mse.ReceiveHandshakeEx+0x116		github.com/anacrolix/[email protected]/mse/mse.go:579
#	0xd6f2d6	github.com/anacrolix/torrent/mse.ReceiveHandshake+0x296			github.com/anacrolix/[email protected]/mse/mse.go:568
#	0xd6f06e	github.com/anacrolix/torrent.handleEncryption+0x2e			github.com/anacrolix/[email protected]/handshake.go:68
#	0xd65e55	github.com/anacrolix/torrent.(*Client).receiveHandshakes+0x195		github.com/anacrolix/[email protected]/client.go:869
#	0xd66844	github.com/anacrolix/torrent.(*Client).runReceivedConn+0xc4		github.com/anacrolix/[email protected]/client.go:929
#	0xd63764	github.com/anacrolix/torrent.(*Client).incomingConnection+0x384		github.com/anacrolix/[email protected]/client.go:570

2 @ 0x45f236 0x457c17 0x48adc9 0x4fc792 0x4fdafa 0x4fdae8 0x570f49 0x585285 0xd6dcbf 0xd82e86 0x4db69b 0x4db69b 0x4da7da 0xb4e7bd 0xb4e762 0xd664c8 0xd66154 0xd66845 0xd63765 0x490bc1
#	0x48adc8	internal/poll.runtime_pollWait+0x88				runtime/netpoll.go:305
#	0x4fc791	internal/poll.(*pollDesc).wait+0x31				internal/poll/fd_poll_runtime.go:84
#	0x4fdaf9	internal/poll.(*pollDesc).waitRead+0x259			internal/poll/fd_poll_runtime.go:89
#	0x4fdae7	internal/poll.(*FD).Read+0x247					internal/poll/fd_unix.go:167
#	0x570f48	net.(*netFD).Read+0x28						net/fd_posix.go:55
#	0x585284	net.(*conn).Read+0x44						net/net.go:183
#	0xd6dcbe	github.com/anacrolix/torrent.connStatsReadWriter.Read+0x3e	github.com/anacrolix/[email protected]/conn_stats.go:114
#	0xd82e85	github.com/anacrolix/torrent.(*rateLimitedReader).Read+0xe5	github.com/anacrolix/[email protected]/ratelimitreader.go:43
#	0x4db69a	io.(*multiReader).Read+0x9a					io/multi.go:26
#	0x4db69a	io.(*multiReader).Read+0x9a					io/multi.go:26
#	0x4da7d9	io.ReadAtLeast+0x99						io/io.go:332
#	0xb4e7bc	io.ReadFull+0x43c						io/io.go:351
#	0xb4e761	github.com/anacrolix/torrent/peer_protocol.Handshake+0x3e1	github.com/anacrolix/[email protected]/peer_protocol/handshake.go:119
#	0xd664c7	github.com/anacrolix/torrent.(*Client).connBtHandshake+0x127	github.com/anacrolix/[email protected]/client.go:909
#	0xd66153	github.com/anacrolix/torrent.(*Client).receiveHandshakes+0x493	github.com/anacrolix/[email protected]/client.go:890
#	0xd66844	github.com/anacrolix/torrent.(*Client).runReceivedConn+0xc4	github.com/anacrolix/[email protected]/client.go:929
#	0xd63764	github.com/anacrolix/torrent.(*Client).incomingConnection+0x384	github.com/anacrolix/[email protected]/client.go:570

2 @ 0x45f236 0x457c17 0x48adc9 0x4fc792 0x4fdafa 0x4fdae8 0x570f49 0x585285 0xd6dcbf 0xd82e86 0x4db69b 0x4db69b 0xd6efe2 0x694f7b 0x4da7da 0xb4efd6 0xb4efb9 0xb4d615 0xd794c6 0xd77ead 0xd672c5 0xd95e32 0xd66913 0xd668f5 0xd63765 0x490bc1
#	0x48adc8	internal/poll.runtime_pollWait+0x88						runtime/netpoll.go:305
#	0x4fc791	internal/poll.(*pollDesc).wait+0x31						internal/poll/fd_poll_runtime.go:84
#	0x4fdaf9	internal/poll.(*pollDesc).waitRead+0x259					internal/poll/fd_poll_runtime.go:89
#	0x4fdae7	internal/poll.(*FD).Read+0x247							internal/poll/fd_unix.go:167
#	0x570f48	net.(*netFD).Read+0x28								net/fd_posix.go:55
#	0x585284	net.(*conn).Read+0x44								net/net.go:183
#	0xd6dcbe	github.com/anacrolix/torrent.connStatsReadWriter.Read+0x3e			github.com/anacrolix/[email protected]/conn_stats.go:114
#	0xd82e85	github.com/anacrolix/torrent.(*rateLimitedReader).Read+0xe5			github.com/anacrolix/[email protected]/ratelimitreader.go:43
#	0x4db69a	io.(*multiReader).Read+0x9a							io/multi.go:26
#	0x4db69a	io.(*multiReader).Read+0x9a							io/multi.go:26
#	0xd6efe1	github.com/anacrolix/torrent.deadlineReader.Read+0x101				github.com/anacrolix/[email protected]/handshake.go:27
#	0x694f7a	bufio.(*Reader).Read+0x1ba							bufio/bufio.go:237
#	0x4da7d9	io.ReadAtLeast+0x99								io/io.go:332
#	0xb4efd5	io.ReadFull+0x55								io/io.go:351
#	0xb4efb8	github.com/anacrolix/torrent/peer_protocol.(*Integer).Read+0x38			github.com/anacrolix/[email protected]/peer_protocol/int.go:22
#	0xb4d614	github.com/anacrolix/torrent/peer_protocol.(*Decoder).Decode+0x54		github.com/anacrolix/[email protected]/peer_protocol/decoder.go:22
#	0xd794c5	github.com/anacrolix/torrent.(*PeerConn).mainReadLoop.func2+0x85		github.com/anacrolix/[email protected]/peerconn.go:1171
#	0xd77eac	github.com/anacrolix/torrent.(*PeerConn).mainReadLoop+0x2ec			github.com/anacrolix/[email protected]/peerconn.go:1172
#	0xd672c4	github.com/anacrolix/torrent.(*Client).runHandshookConn+0x4a4			github.com/anacrolix/[email protected]/client.go:994
#	0xd95e31	github.com/anacrolix/torrent.(*Torrent).logRunHandshookConn+0x51		github.com/anacrolix/[email protected]/torrent.go:1615
#	0xd66912	github.com/anacrolix/torrent.(*Torrent).runHandshookConnLoggingErr+0x192	github.com/anacrolix/[email protected]/torrent.go:1622
#	0xd668f4	github.com/anacrolix/torrent.(*Client).runReceivedConn+0x174			github.com/anacrolix/[email protected]/client.go:958
#	0xd63764	github.com/anacrolix/torrent.(*Client).incomingConnection+0x384			github.com/anacrolix/[email protected]/client.go:570

2 @ 0x45f236 0x457c17 0x48adc9 0x4fc792 0x501a14 0x501a01 0x573055 0x58f868 0x58e6fd 0x8090c5 0x1316d29 0x490bc1
#	0x48adc8	internal/poll.runtime_pollWait+0x88				runtime/netpoll.go:305
#	0x4fc791	internal/poll.(*pollDesc).wait+0x31				internal/poll/fd_poll_runtime.go:84
#	0x501a13	internal/poll.(*pollDesc).waitRead+0x233			internal/poll/fd_poll_runtime.go:89
#	0x501a00	internal/poll.(*FD).Accept+0x220				internal/poll/fd_unix.go:614
#	0x573054	net.(*netFD).accept+0x34					net/fd_unix.go:172
#	0x58f867	net.(*TCPListener).accept+0x27					net/tcpsock_posix.go:142
#	0x58e6fc	net.(*TCPListener).Accept+0x3c					net/tcpsock.go:288
#	0x8090c4	net/http.(*Server).Serve+0x384					net/http/server.go:3070
#	0x1316d28	github.com/ledgerwatch/erigon/node.StartHTTPEndpoint.func1+0x28	github.com/ledgerwatch/erigon/node/endpoints.go:50

2 @ 0x45f236 0x457c17 0x48adc9 0x4fc792 0x501a14 0x501a01 0x573055 0x58f868 0x58e6fd 0xd627e4 0x490bc1
#	0x48adc8	internal/poll.runtime_pollWait+0x88				runtime/netpoll.go:305
#	0x4fc791	internal/poll.(*pollDesc).wait+0x31				internal/poll/fd_poll_runtime.go:84
#	0x501a13	internal/poll.(*pollDesc).waitRead+0x233			internal/poll/fd_poll_runtime.go:89
#	0x501a00	internal/poll.(*FD).Accept+0x220				internal/poll/fd_unix.go:614
#	0x573054	net.(*netFD).accept+0x34					net/fd_unix.go:172
#	0x58f867	net.(*TCPListener).accept+0x27					net/tcpsock_posix.go:142
#	0x58e6fc	net.(*TCPListener).Accept+0x3c					net/tcpsock.go:288
#	0xd627e3	github.com/anacrolix/torrent.(*Client).acceptConnections+0x63	github.com/anacrolix/[email protected]/client.go:500

2 @ 0x45f236 0x457c17 0x48adc9 0x4fc792 0x502f65 0x502f49 0x589785 0xd52ae8 0xd54212 0xd541fa 0xd59357 0x490bc1
#	0x48adc8	internal/poll.runtime_pollWait+0x88				runtime/netpoll.go:305
#	0x4fc791	internal/poll.(*pollDesc).wait+0x31				internal/poll/fd_poll_runtime.go:84
#	0x502f64	internal/poll.(*pollDesc).waitRead+0x144			internal/poll/fd_poll_runtime.go:89
#	0x502f48	internal/poll.(*FD).RawRead+0x128				internal/poll/fd_unix.go:766
#	0x589784	net.(*rawConn).Read+0x44					net/rawconn.go:43
#	0xd52ae7	github.com/anacrolix/mmsg/socket.(*Conn).recvMsgs+0x187		github.com/anacrolix/[email protected]/socket/rawconn_mmsg.go:34
#	0xd54211	github.com/anacrolix/mmsg/socket.(*Conn).RecvMsgs+0xf1		github.com/anacrolix/[email protected]/socket/socket.go:272
#	0xd541f9	github.com/anacrolix/mmsg.(*Conn).RecvMsgs+0xd9			github.com/anacrolix/[email protected]/mmsg.go:49
#	0xd59356	github.com/anacrolix/go-libutp.(*Socket).packetReader+0x1f6	github.com/anacrolix/[email protected]/socket.go:196

2 @ 0x45f236 0x457c17 0x48adc9 0x4fc792 0x5728f9 0x5728dd 0x572901 0x58ab65 0x58a6d2 0x57eb78 0x58f485 0x58f369 0x566cb4 0x566672 0x565c13 0x5654e5 0x8182b8 0x81b39f 0x819c30 0x490bc1
#	0x48adc8	internal/poll.runtime_pollWait+0x88		runtime/netpoll.go:305
#	0x4fc791	internal/poll.(*pollDesc).wait+0x31		internal/poll/fd_poll_runtime.go:84
#	0x5728f8	internal/poll.(*pollDesc).waitWrite+0x718	internal/poll/fd_poll_runtime.go:93
#	0x5728dc	internal/poll.(*FD).WaitWrite+0x6fc		internal/poll/fd_unix.go:741
#	0x572900	net.(*netFD).connect+0x720			net/fd_unix.go:141
#	0x58ab64	net.(*netFD).dial+0x384				net/sock_posix.go:149
#	0x58a6d1	net.socket+0x2b1				net/sock_posix.go:70
#	0x57eb77	net.internetSocket+0xf7				net/ipsock_posix.go:142
#	0x58f484	net.(*sysDialer).doDialTCP+0xa4			net/tcpsock_posix.go:68
#	0x58f368	net.(*sysDialer).dialTCP+0x68			net/tcpsock_posix.go:64
#	0x566cb3	net.(*sysDialer).dialSingle+0x213		net/dial.go:582
#	0x566671	net.(*sysDialer).dialSerial+0x311		net/dial.go:550
#	0x565c12	net.(*sysDialer).dialParallel+0x412		net/dial.go:451
#	0x5654e4	net.(*Dialer).DialContext+0x704			net/dial.go:428
#	0x8182b7	net/http.(*Transport).dial+0xb7			net/http/transport.go:1179
#	0x81b39e	net/http.(*Transport).dialConn+0x83e		net/http/transport.go:1608
#	0x819c2f	net/http.(*Transport).dialConnFor+0xaf		net/http/transport.go:1450

2 @ 0x45f236 0x46f0fc 0x1199c8c 0x490bc1
#	0x1199c8b	github.com/ledgerwatch/erigon/p2p/enode.(*FairMix).runSource+0x18b	github.com/ledgerwatch/erigon/p2p/enode/iter.go:284

2 @ 0x45f236 0x46f0fc 0x12580f6 0xacced8 0x490bc1
#	0x12580f5	github.com/ledgerwatch/erigon-lib/kv/remotedbserver.(*KvServer).StateChanges+0x115		github.com/ledgerwatch/[email protected]/kv/remotedbserver/server.go:290
#	0xacced7	github.com/ledgerwatch/erigon-lib/direct.(*StateDiffClientDirect).StateChanges.func1+0x77	github.com/ledgerwatch/[email protected]/direct/state_diff_client.go:55

2 @ 0x45f236 0x46f0fc 0x159eda6 0xacc679 0x490bc1
#	0x159eda5	github.com/ledgerwatch/erigon/cmd/sentry/sentry.(*GrpcServer).PeerEvents+0xe5		github.com/ledgerwatch/erigon/cmd/sentry/sentry/sentry_grpc_server.go:1053
#	0xacc678	github.com/ledgerwatch/erigon-lib/direct.(*SentryClientDirect).PeerEvents.func1+0x78	github.com/ledgerwatch/[email protected]/direct/sentry_client.go:301

2 @ 0x45f236 0x46f0fc 0x818fa6 0x814c5e 0x7fc979 0x7be117 0x7bd99b 0x7bfd1c 0xc07396 0xc070d9 0xc0957f 0xd9efff 0xd9fc13 0x490bc1
#	0x818fa5	net/http.(*Transport).getConn+0x5c5				net/http/transport.go:1376
#	0x814c5d	net/http.(*Transport).roundTrip+0x75d				net/http/transport.go:582
#	0x7fc978	net/http.(*Transport).RoundTrip+0x18				net/http/roundtrip.go:17
#	0x7be116	net/http.send+0x5f6						net/http/client.go:251
#	0x7bd99a	net/http.(*Client).send+0x9a					net/http/client.go:175
#	0x7bfd1b	net/http.(*Client).do+0x8fb					net/http/client.go:715
#	0xc07395	net/http.(*Client).Do+0x315					net/http/client.go:581
#	0xc070d8	github.com/anacrolix/torrent/tracker/http.Client.Announce+0x58	github.com/anacrolix/[email protected]/tracker/http/http.go:98
#	0xc0957e	github.com/anacrolix/torrent/tracker.Announce.Do+0x45e		github.com/anacrolix/[email protected]/tracker/tracker.go:80
#	0xd9effe	github.com/anacrolix/torrent.(*trackerScraper).announce+0x9be	github.com/anacrolix/[email protected]/tracker_scraper.go:172
#	0xd9fc12	github.com/anacrolix/torrent.(*trackerScraper).Run+0x152	github.com/anacrolix/[email protected]/tracker_scraper.go:217

2 @ 0x45f236 0x48cc2c 0x48cc0c 0x4a766c 0xd56bb3 0xd6dcbf 0xd82e86 0x4da7da 0xb4e7bd 0xb4e762 0xd664c8 0xd659a9 0xd64856 0xd64c70 0xd65118 0xd65305 0x490bc1
#	0x48cc0b	sync.runtime_notifyListWait+0x12b					runtime/sema.go:517
#	0x4a766b	sync.(*Cond).Wait+0x8b							sync/cond.go:70
#	0xd56bb2	github.com/anacrolix/go-libutp.(*Conn).Read+0x92			github.com/anacrolix/[email protected]/conn.go:151
#	0xd6dcbe	github.com/anacrolix/torrent.connStatsReadWriter.Read+0x3e		github.com/anacrolix/[email protected]/conn_stats.go:114
#	0xd82e85	github.com/anacrolix/torrent.(*rateLimitedReader).Read+0xe5		github.com/anacrolix/[email protected]/ratelimitreader.go:43
#	0x4da7d9	io.ReadAtLeast+0x99							io/io.go:332
#	0xb4e7bc	io.ReadFull+0x43c							io/io.go:351
#	0xb4e761	github.com/anacrolix/torrent/peer_protocol.Handshake+0x3e1		github.com/anacrolix/[email protected]/peer_protocol/handshake.go:119
#	0xd664c7	github.com/anacrolix/torrent.(*Client).connBtHandshake+0x127		github.com/anacrolix/[email protected]/client.go:909
#	0xd659a8	github.com/anacrolix/torrent.(*Client).initiateHandshakes+0x248		github.com/anacrolix/[email protected]/client.go:823
#	0xd64855	github.com/anacrolix/torrent.(*Client).initiateProtocolHandshakes+0x195	github.com/anacrolix/[email protected]/client.go:715
#	0xd64c6f	github.com/anacrolix/torrent.(*Client).establishOutgoingConnEx+0x30f	github.com/anacrolix/[email protected]/client.go:736
#	0xd65117	github.com/anacrolix/torrent.(*Client).establishOutgoingConn+0x77	github.com/anacrolix/[email protected]/client.go:755
#	0xd65304	github.com/anacrolix/torrent.(*Client).outgoingConnection+0xc4		github.com/anacrolix/[email protected]/client.go:779

2 @ 0x45f236 0x48cc2c 0x48cc0c 0x4a766c 0xd56bb3 0xd6dcbf 0xd82e86 0x4dae45 0x4da7da 0xb43285 0xb43248 0xb43ae5 0xb456bc 0xb45a7c 0xd65857 0xd64856 0xd64c70 0xd65118 0xd65305 0x490bc1
#	0x48cc0b	sync.runtime_notifyListWait+0x12b					runtime/sema.go:517
#	0x4a766b	sync.(*Cond).Wait+0x8b							sync/cond.go:70
#	0xd56bb2	github.com/anacrolix/go-libutp.(*Conn).Read+0x92			github.com/anacrolix/[email protected]/conn.go:151
#	0xd6dcbe	github.com/anacrolix/torrent.connStatsReadWriter.Read+0x3e		github.com/anacrolix/[email protected]/conn_stats.go:114
#	0xd82e85	github.com/anacrolix/torrent.(*rateLimitedReader).Read+0xe5		github.com/anacrolix/[email protected]/ratelimitreader.go:43
#	0x4dae44	io.(*LimitedReader).Read+0x44						io/io.go:477
#	0x4da7d9	io.ReadAtLeast+0x99							io/io.go:332
#	0xb43284	io.ReadFull+0x84							io/io.go:351
#	0xb43247	github.com/anacrolix/torrent/mse.readUntil+0x47				github.com/anacrolix/[email protected]/mse/mse.go:350
#	0xb43ae4	github.com/anacrolix/torrent/mse.(*handshake).initerSteps+0x6c4		github.com/anacrolix/[email protected]/mse/mse.go:397
#	0xb456bb	github.com/anacrolix/torrent/mse.(*handshake).Do+0x27b			github.com/anacrolix/[email protected]/mse/mse.go:537
#	0xb45a7b	github.com/anacrolix/torrent/mse.InitiateHandshake+0x1db		github.com/anacrolix/[email protected]/mse/mse.go:557
#	0xd65856	github.com/anacrolix/torrent.(*Client).initiateHandshakes+0xf6		github.com/anacrolix/[email protected]/client.go:809
#	0xd64855	github.com/anacrolix/torrent.(*Client).initiateProtocolHandshakes+0x195	github.com/anacrolix/[email protected]/client.go:715
#	0xd64c6f	github.com/anacrolix/torrent.(*Client).establishOutgoingConnEx+0x30f	github.com/anacrolix/[email protected]/client.go:736
#	0xd65117	github.com/anacrolix/torrent.(*Client).establishOutgoingConn+0x77	github.com/anacrolix/[email protected]/client.go:755
#	0xd65304	github.com/anacrolix/torrent.(*Client).outgoingConnection+0xc4		github.com/anacrolix/[email protected]/client.go:779

2 @ 0x45f236 0x48cc2c 0x48cc0c 0x4a766c 0xd56bb3 0xd6dcbf 0xd82e86 0x4db69b 0x4dae45 0x4da7da 0xb43285 0xb43248 0xb4416d 0xb456db 0xb45c97 0xd6f2d7 0xd6f06f 0xd65e56 0xd66845 0xd63765 0x490bc1
#	0x48cc0b	sync.runtime_notifyListWait+0x12b					runtime/sema.go:517
#	0x4a766b	sync.(*Cond).Wait+0x8b							sync/cond.go:70
#	0xd56bb2	github.com/anacrolix/go-libutp.(*Conn).Read+0x92			github.com/anacrolix/[email protected]/conn.go:151
#	0xd6dcbe	github.com/anacrolix/torrent.connStatsReadWriter.Read+0x3e		github.com/anacrolix/[email protected]/conn_stats.go:114
#	0xd82e85	github.com/anacrolix/torrent.(*rateLimitedReader).Read+0xe5		github.com/anacrolix/[email protected]/ratelimitreader.go:43
#	0x4db69a	io.(*multiReader).Read+0x9a						io/multi.go:26
#	0x4dae44	io.(*LimitedReader).Read+0x44						io/io.go:477
#	0x4da7d9	io.ReadAtLeast+0x99							io/io.go:332
#	0xb43284	io.ReadFull+0x84							io/io.go:351
#	0xb43247	github.com/anacrolix/torrent/mse.readUntil+0x47				github.com/anacrolix/[email protected]/mse/mse.go:350
#	0xb4416c	github.com/anacrolix/torrent/mse.(*handshake).receiverSteps+0x16c	github.com/anacrolix/[email protected]/mse/mse.go:432
#	0xb456da	github.com/anacrolix/torrent/mse.(*handshake).Do+0x29a			github.com/anacrolix/[email protected]/mse/mse.go:539
#	0xb45c96	github.com/anacrolix/torrent/mse.ReceiveHandshakeEx+0x116		github.com/anacrolix/[email protected]/mse/mse.go:579
#	0xd6f2d6	github.com/anacrolix/torrent/mse.ReceiveHandshake+0x296			github.com/anacrolix/[email protected]/mse/mse.go:568
#	0xd6f06e	github.com/anacrolix/torrent.handleEncryption+0x2e			github.com/anacrolix/[email protected]/handshake.go:68
#	0xd65e55	github.com/anacrolix/torrent.(*Client).receiveHandshakes+0x195		github.com/anacrolix/[email protected]/client.go:869
#	0xd66844	github.com/anacrolix/torrent.(*Client).runReceivedConn+0xc4		github.com/anacrolix/[email protected]/client.go:929
#	0xd63764	github.com/anacrolix/torrent.(*Client).incomingConnection+0x384		github.com/anacrolix/[email protected]/client.go:570

2 @ 0x45f236 0x48cc2c 0x48cc0c 0x4a766c 0xd56bb3 0xd6dcbf 0xd82e86 0xd6efe2 0x694f7b 0x4da7da 0xb4efd6 0xb4efb9 0xb4d615 0xd794c6 0xd77ead 0xd672c5 0xd95e32 0xd655fb 0xd655e5 0x490bc1
#	0x48cc0b	sync.runtime_notifyListWait+0x12b						runtime/sema.go:517
#	0x4a766b	sync.(*Cond).Wait+0x8b								sync/cond.go:70
#	0xd56bb2	github.com/anacrolix/go-libutp.(*Conn).Read+0x92				github.com/anacrolix/[email protected]/conn.go:151
#	0xd6dcbe	github.com/anacrolix/torrent.connStatsReadWriter.Read+0x3e			github.com/anacrolix/[email protected]/conn_stats.go:114
#	0xd82e85	github.com/anacrolix/torrent.(*rateLimitedReader).Read+0xe5			github.com/anacrolix/[email protected]/ratelimitreader.go:43
#	0xd6efe1	github.com/anacrolix/torrent.deadlineReader.Read+0x101				github.com/anacrolix/[email protected]/handshake.go:27
#	0x694f7a	bufio.(*Reader).Read+0x1ba							bufio/bufio.go:237
#	0x4da7d9	io.ReadAtLeast+0x99								io/io.go:332
#	0xb4efd5	io.ReadFull+0x55								io/io.go:351
#	0xb4efb8	github.com/anacrolix/torrent/peer_protocol.(*Integer).Read+0x38			github.com/anacrolix/[email protected]/peer_protocol/int.go:22
#	0xb4d614	github.com/anacrolix/torrent/peer_protocol.(*Decoder).Decode+0x54		github.com/anacrolix/[email protected]/peer_protocol/decoder.go:22
#	0xd794c5	github.com/anacrolix/torrent.(*PeerConn).mainReadLoop.func2+0x85		github.com/anacrolix/[email protected]/peerconn.go:1171
#	0xd77eac	github.com/anacrolix/torrent.(*PeerConn).mainReadLoop+0x2ec			github.com/anacrolix/[email protected]/peerconn.go:1172
#	0xd672c4	github.com/anacrolix/torrent.(*Client).runHandshookConn+0x4a4			github.com/anacrolix/[email protected]/client.go:994
#	0xd95e31	github.com/anacrolix/torrent.(*Torrent).logRunHandshookConn+0x51		github.com/anacrolix/[email protected]/torrent.go:1615
#	0xd655fa	github.com/anacrolix/torrent.(*Torrent).runHandshookConnLoggingErr+0x3ba	github.com/anacrolix/[email protected]/torrent.go:1622
#	0xd655e4	github.com/anacrolix/torrent.(*Client).outgoingConnection+0x3a4			github.com/anacrolix/[email protected]/client.go:797

1 @ 0x430d54 0x48d08f 0x6ba659 0x490bc1
#	0x48d08e	os/signal.signal_recv+0x2e	runtime/sigqueue.go:152
#	0x6ba658	os/signal.loop+0x18		os/signal/signal_unix.go:23

1 @ 0x454696 0x48a925 0x6af615 0x6af42d 0x6ac3ab 0x85e771 0x490bc1
#	0x48a924	runtime/pprof.runtime_goroutineProfileWithLabels+0x24			runtime/mprof.go:846
#	0x6af614	runtime/pprof.writeRuntimeProfile+0xb4					runtime/pprof/pprof.go:723
#	0x6af42c	runtime/pprof.writeGoroutine+0x4c					runtime/pprof/pprof.go:683
#	0x6ac3aa	runtime/pprof.(*Profile).WriteTo+0x14a					runtime/pprof/pprof.go:330
#	0x85e770	github.com/ledgerwatch/erigon/internal/debug.ListenSignals+0x190	github.com/ledgerwatch/erigon/internal/debug/signal.go:40

1 @ 0x45f236 0x42b7bb 0x42b2b8 0x12655f4 0xaca318 0x490bc1
#	0x12655f3	github.com/ledgerwatch/erigon/ethdb/privateapi.(*MiningServer).OnPendingLogs+0x73	github.com/ledgerwatch/erigon/ethdb/privateapi/mining.go:92
#	0xaca317	github.com/ledgerwatch/erigon-lib/direct.(*MiningClient).OnPendingLogs.func1+0x77	github.com/ledgerwatch/[email protected]/direct/mining_client.go:136

1 @ 0x45f236 0x42b7bb 0x42b2b8 0x133fa90 0x133ee3e 0x15daefe 0x490bc1
#	0x133fa8f	github.com/ledgerwatch/erigon/cmd/rpcdaemon/cli.startRegularRpcServer+0xb0f	github.com/ledgerwatch/erigon/cmd/rpcdaemon/cli/config.go:528
#	0x133ee3d	github.com/ledgerwatch/erigon/cmd/rpcdaemon/cli.StartRpcServer+0x19d		github.com/ledgerwatch/erigon/cmd/rpcdaemon/cli/config.go:434
#	0x15daefd	github.com/ledgerwatch/erigon/eth.New.func11+0x7d				github.com/ledgerwatch/erigon/eth/backend.go:589

1 @ 0x45f236 0x42b7bb 0x42b2b8 0x1340489 0x490bc1
#	0x1340488	github.com/ledgerwatch/erigon/cmd/rpcdaemon/cli.stopAuthenticatedRpcServer+0x68	github.com/ledgerwatch/erigon/cmd/rpcdaemon/cli/config.go:565

1 @ 0x45f236 0x42b7bb 0x42b2b8 0x15e3a3c 0x15e3a2a 0x15ebafa 0x65b23f 0x6587ea 0x15eb6d5 0x45ee72 0x490bc1
#	0x15e3a3b	github.com/ledgerwatch/erigon/node.(*Node).Wait+0x7b			github.com/ledgerwatch/erigon/node/node.go:265
#	0x15e3a29	github.com/ledgerwatch/erigon/turbo/node.(*ErigonNode).Serve+0x69	github.com/ledgerwatch/erigon/turbo/node/node.go:32
#	0x15ebaf9	main.runErigon+0x339							github.com/ledgerwatch/erigon/cmd/erigon/main.go:65
#	0x65b23e	github.com/urfave/cli.HandleAction+0x7e					github.com/urfave/[email protected]/app.go:526
#	0x6587e9	github.com/urfave/cli.(*App).Run+0x7c9					github.com/urfave/[email protected]/app.go:286
#	0x15eb6d4	main.main+0x74								github.com/ledgerwatch/erigon/cmd/erigon/main.go:36
#	0x45ee71	runtime.main+0x211							runtime/proc.go:250

1 @ 0x45f236 0x42b7bb 0x42b2f8 0x859e27 0x490bc1
#	0x859e26	github.com/ledgerwatch/erigon/metrics.(*meterArbiter).tick+0x86	github.com/ledgerwatch/erigon/metrics/meter.go:230

1 @ 0x45f236 0x42b7bb 0x42b2f8 0xac884a 0x133357e 0x1336fa2 0x490bc1
#	0xac8849	github.com/ledgerwatch/erigon-lib/direct.(*SubscribeStreamC).Recv+0x29				github.com/ledgerwatch/[email protected]/direct/eth_backend_client.go:98
#	0x133357d	github.com/ledgerwatch/erigon/cmd/rpcdaemon/rpcservices.(*RemoteBackend).Subscribe+0x19d	github.com/ledgerwatch/erigon/cmd/rpcdaemon/rpcservices/eth_backend.go:132
#	0x1336fa1	github.com/ledgerwatch/erigon/turbo/rpchelper.New.func1+0xe1					github.com/ledgerwatch/erigon/turbo/rpchelper/filters.go:83

1 @ 0x45f236 0x42b7bb 0x42b2f8 0xac8e0b 0x1263a3c 0x126148c 0xac8b9b 0x490bc1
#	0xac8e0a	github.com/ledgerwatch/erigon-lib/direct.(*SubscribeLogsStreamS).Recv+0x2a			github.com/ledgerwatch/[email protected]/direct/eth_backend_client.go:154
#	0x1263a3b	github.com/ledgerwatch/erigon/ethdb/privateapi.(*LogsFilterAggregator).subscribeLogs+0xbb	github.com/ledgerwatch/erigon/ethdb/privateapi/logsfilter.go:131
#	0x126148b	github.com/ledgerwatch/erigon/ethdb/privateapi.(*EthBackendServer).SubscribeLogs+0x2b		github.com/ledgerwatch/erigon/ethdb/privateapi/ethbackend.go:679
#	0xac8b9a	github.com/ledgerwatch/erigon-lib/direct.(*EthBackendClientDirect).SubscribeLogs.func1+0x9a	github.com/ledgerwatch/[email protected]/direct/eth_backend_client.go:121

1 @ 0x45f236 0x42b7bb 0x42b2f8 0xac904b 0x1333822 0x1336d8f 0x490bc1
#	0xac904a	github.com/ledgerwatch/erigon-lib/direct.(*SubscribeLogsStreamC).Recv+0x2a			github.com/ledgerwatch/[email protected]/direct/eth_backend_client.go:181
#	0x1333821	github.com/ledgerwatch/erigon/cmd/rpcdaemon/rpcservices.(*RemoteBackend).SubscribeLogs+0x1e1	github.com/ledgerwatch/erigon/cmd/rpcdaemon/rpcservices/eth_backend.go:156
#	0x1336d8e	github.com/ledgerwatch/erigon/turbo/rpchelper.New.func2+0xee					github.com/ledgerwatch/erigon/turbo/rpchelper/filters.go:108

1 @ 0x45f236 0x42b7bb 0x42b2f8 0xac9a0a 0x13374f8 0x1336995 0x490bc1
#	0xac9a09	github.com/ledgerwatch/erigon-lib/direct.(*MiningOnPendingBlockC).Recv+0x29		github.com/ledgerwatch/[email protected]/direct/mining_client.go:69
#	0x13374f7	github.com/ledgerwatch/erigon/turbo/rpchelper.(*Filters).subscribeToPendingBlocks+0x117	github.com/ledgerwatch/erigon/turbo/rpchelper/filters.go:232
#	0x1336994	github.com/ledgerwatch/erigon/turbo/rpchelper.New.func4+0x94				github.com/ledgerwatch/erigon/turbo/rpchelper/filters.go:153

1 @ 0x45f236 0x42b7bb 0x42b2f8 0xaca64a 0x1337a38 0x13367d5 0x490bc1
#	0xaca649	github.com/ledgerwatch/erigon-lib/direct.(*MiningOnPendingLogsC).Recv+0x29		github.com/ledgerwatch/[email protected]/direct/mining_client.go:170
#	0x1337a37	github.com/ledgerwatch/erigon/turbo/rpchelper.(*Filters).subscribeToPendingLogs+0x117	github.com/ledgerwatch/erigon/turbo/rpchelper/filters.go:276
#	0x13367d4	github.com/ledgerwatch/erigon/turbo/rpchelper.New.func5+0x94				github.com/ledgerwatch/erigon/turbo/rpchelper/filters.go:174

1 @ 0x45f236 0x42b7bb 0x42b2f8 0xacc28a 0xafc486 0xafc0ee 0xafbd1a 0x490bc1
#	0xacc289	github.com/ledgerwatch/erigon-lib/direct.(*SentryMessagesStreamC).Recv+0x29	github.com/ledgerwatch/[email protected]/direct/sentry_client.go:274
#	0xafc485	github.com/ledgerwatch/erigon-lib/txpool.(*Fetch).receiveMessage+0x285		github.com/ledgerwatch/[email protected]/txpool/fetch.go:174
#	0xafc0ed	github.com/ledgerwatch/erigon-lib/txpool.(*Fetch).receiveMessageLoop+0x1ed	github.com/ledgerwatch/[email protected]/txpool/fetch.go:145
#	0xafbd19	github.com/ledgerwatch/erigon-lib/txpool.(*Fetch).ConnectSentries.func1+0x59	github.com/ledgerwatch/[email protected]/txpool/fetch.go:102

1 @ 0x45f236 0x42b7bb 0x42b2f8 0xacc33d 0xacc328 0x15a74c7 0x15a6eef 0x15a018d 0x490bc1
#	0xacc33c	github.com/ledgerwatch/erigon-lib/direct.(*SentryMessagesStreamC).Recv+0x3c			github.com/ledgerwatch/[email protected]/direct/sentry_client.go:274
#	0xacc327	github.com/ledgerwatch/erigon-lib/direct.(*SentryMessagesStreamC).RecvMsg+0x27			github.com/ledgerwatch/[email protected]/direct/sentry_client.go:284
#	0x15a74c6	github.com/ledgerwatch/erigon/cmd/sentry/sentry.pumpStreamLoop[...]+0x3e6			github.com/ledgerwatch/erigon/cmd/sentry/sentry/sentry_multi_client.go:230
#	0x15a6eee	github.com/ledgerwatch/erigon/cmd/sentry/sentry.sentryReconnectAndPumpStreamLoop[...]+0x48e	github.com/ledgerwatch/erigon/cmd/sentry/sentry/sentry_multi_client.go:166
#	0x15a018c	github.com/ledgerwatch/erigon/cmd/sentry/sentry.(*MultiClient).RecvUploadMessageLoop+0x1cc	github.com/ledgerwatch/erigon/cmd/sentry/sentry/sentry_multi_client.go:78

1 @ 0x45f236 0x42b7bb 0x42b2f8 0xacc33d 0xacc328 0x15a74c7 0x15a6eef 0x15a0517 0x490bc1
#	0xacc33c	github.com/ledgerwatch/erigon-lib/direct.(*SentryMessagesStreamC).Recv+0x3c				github.com/ledgerwatch/[email protected]/direct/sentry_client.go:274
#	0xacc327	github.com/ledgerwatch/erigon-lib/direct.(*SentryMessagesStreamC).RecvMsg+0x27				github.com/ledgerwatch/[email protected]/direct/sentry_client.go:284
#	0x15a74c6	github.com/ledgerwatch/erigon/cmd/sentry/sentry.pumpStreamLoop[...]+0x3e6				github.com/ledgerwatch/erigon/cmd/sentry/sentry/sentry_multi_client.go:230
#	0x15a6eee	github.com/ledgerwatch/erigon/cmd/sentry/sentry.sentryReconnectAndPumpStreamLoop[...]+0x48e		github.com/ledgerwatch/erigon/cmd/sentry/sentry/sentry_multi_client.go:166
#	0x15a0516	github.com/ledgerwatch/erigon/cmd/sentry/sentry.(*MultiClient).RecvUploadHeadersMessageLoop+0x196	github.com/ledgerwatch/erigon/cmd/sentry/sentry/sentry_multi_client.go:93

1 @ 0x45f236 0x42b7bb 0x42b2f8 0xacc33d 0xacc328 0x15a74c7 0x15a6eef 0x15a0939 0x490bc1
#	0xacc33c	github.com/ledgerwatch/erigon-lib/direct.(*SentryMessagesStreamC).Recv+0x3c			github.com/ledgerwatch/[email protected]/direct/sentry_client.go:274
#	0xacc327	github.com/ledgerwatch/erigon-lib/direct.(*SentryMessagesStreamC).RecvMsg+0x27			github.com/ledgerwatch/[email protected]/direct/sentry_client.go:284
#	0x15a74c6	github.com/ledgerwatch/erigon/cmd/sentry/sentry.pumpStreamLoop[...]+0x3e6			github.com/ledgerwatch/erigon/cmd/sentry/sentry/sentry_multi_client.go:230
#	0x15a6eee	github.com/ledgerwatch/erigon/cmd/sentry/sentry.sentryReconnectAndPumpStreamLoop[...]+0x48e	github.com/ledgerwatch/erigon/cmd/sentry/sentry/sentry_multi_client.go:166
#	0x15a0938	github.com/ledgerwatch/erigon/cmd/sentry/sentry.(*MultiClient).RecvMessageLoop+0x238		github.com/ledgerwatch/erigon/cmd/sentry/sentry/sentry_multi_client.go:111

1 @ 0x45f236 0x42b7bb 0x42b2f8 0xacc9aa 0xafe3b0 0xafe0f1 0xafbc3a 0x490bc1
#	0xacc9a9	github.com/ledgerwatch/erigon-lib/direct.(*SentryPeersStreamC).Recv+0x29	github.com/ledgerwatch/[email protected]/direct/sentry_client.go:339
#	0xafe3af	github.com/ledgerwatch/erigon-lib/txpool.(*Fetch).receivePeer+0x1af		github.com/ledgerwatch/[email protected]/txpool/fetch.go:397
#	0xafe0f0	github.com/ledgerwatch/erigon-lib/txpool.(*Fetch).receivePeerLoop+0x1f0		github.com/ledgerwatch/[email protected]/txpool/fetch.go:371
#	0xafbc39	github.com/ledgerwatch/erigon-lib/txpool.(*Fetch).ConnectSentries.func2+0x59	github.com/ledgerwatch/[email protected]/txpool/fetch.go:105

1 @ 0x45f236 0x42b7bb 0x42b2f8 0xacca5d 0xacca48 0x15a74c7 0x15a6eef 0x15a0d59 0x490bc1
#	0xacca5c	github.com/ledgerwatch/erigon-lib/direct.(*SentryPeersStreamC).Recv+0x3c			github.com/ledgerwatch/[email protected]/direct/sentry_client.go:339
#	0xacca47	github.com/ledgerwatch/erigon-lib/direct.(*SentryPeersStreamC).RecvMsg+0x27			github.com/ledgerwatch/[email protected]/direct/sentry_client.go:349
#	0x15a74c6	github.com/ledgerwatch/erigon/cmd/sentry/sentry.pumpStreamLoop[...]+0x3e6			github.com/ledgerwatch/erigon/cmd/sentry/sentry/sentry_multi_client.go:230
#	0x15a6eee	github.com/ledgerwatch/erigon/cmd/sentry/sentry.sentryReconnectAndPumpStreamLoop[...]+0x48e	github.com/ledgerwatch/erigon/cmd/sentry/sentry/sentry_multi_client.go:166
#	0x15a0d58	github.com/ledgerwatch/erigon/cmd/sentry/sentry.(*MultiClient).PeerEventsLoop+0xf8		github.com/ledgerwatch/erigon/cmd/sentry/sentry/sentry_multi_client.go:126

1 @ 0x45f236 0x42b7bb 0x42b2f8 0xacd02a 0x133e70a 0x133e50b 0x490bc1
#	0xacd029	github.com/ledgerwatch/erigon-lib/direct.(*StateDiffStreamC).Recv+0x29			github.com/ledgerwatch/[email protected]/direct/state_diff_client.go:72
#	0x133e709	github.com/ledgerwatch/erigon/cmd/rpcdaemon/cli.subscribeToStateChanges+0x109		github.com/ledgerwatch/erigon/cmd/rpcdaemon/cli/config.go:162
#	0x133e50a	github.com/ledgerwatch/erigon/cmd/rpcdaemon/cli.subscribeToStateChangesLoop.func1+0xaa	github.com/ledgerwatch/erigon/cmd/rpcdaemon/cli/config.go:144

1 @ 0x45f236 0x42b7bb 0x42b2f8 0xacd02a 0xafe8b8 0xafbe25 0x490bc1
#	0xacd029	github.com/ledgerwatch/erigon-lib/direct.(*StateDiffStreamC).Recv+0x29		github.com/ledgerwatch/[email protected]/direct/state_diff_client.go:72
#	0xafe8b7	github.com/ledgerwatch/erigon-lib/txpool.(*Fetch).handleStateChanges+0x3d7	github.com/ledgerwatch/[email protected]/txpool/fetch.go:432
#	0xafbe24	github.com/ledgerwatch/erigon-lib/txpool.(*Fetch).ConnectCore.func1+0x64	github.com/ledgerwatch/[email protected]/txpool/fetch.go:117

1 @ 0x45f236 0x42b7bb 0x42b2f8 0xacdbea 0x133730c 0x1336b55 0x490bc1
#	0xacdbe9	github.com/ledgerwatch/erigon-lib/direct.(*TxPoolOnAddC).Recv+0x29				github.com/ledgerwatch/[email protected]/direct/txpool_client.go:89
#	0x133730b	github.com/ledgerwatch/erigon/turbo/rpchelper.(*Filters).subscribeToPendingTransactions+0xeb	github.com/ledgerwatch/erigon/turbo/rpchelper/filters.go:206
#	0x1336b54	github.com/ledgerwatch/erigon/turbo/rpchelper.New.func3+0x94					github.com/ledgerwatch/erigon/turbo/rpchelper/filters.go:131

1 @ 0x45f236 0x457c17 0x48adc9 0x4fc792 0x4fdafa 0x4fdae8 0x570f49 0x585285 0xd6dcbf 0xd82e86 0x4dae45 0x4da7da 0xb43285 0xb43248 0xb43ae5 0xb456bc 0xb45a7c 0xd65857 0xd64856 0xd64c70 0xd65118 0xd65305 0x490bc1
#	0x48adc8	internal/poll.runtime_pollWait+0x88					runtime/netpoll.go:305
#	0x4fc791	internal/poll.(*pollDesc).wait+0x31					internal/poll/fd_poll_runtime.go:84
#	0x4fdaf9	internal/poll.(*pollDesc).waitRead+0x259				internal/poll/fd_poll_runtime.go:89
#	0x4fdae7	internal/poll.(*FD).Read+0x247						internal/poll/fd_unix.go:167
#	0x570f48	net.(*netFD).Read+0x28							net/fd_posix.go:55
#	0x585284	net.(*conn).Read+0x44							net/net.go:183
#	0xd6dcbe	github.com/anacrolix/torrent.connStatsReadWriter.Read+0x3e		github.com/anacrolix/[email protected]/conn_stats.go:114
#	0xd82e85	github.com/anacrolix/torrent.(*rateLimitedReader).Read+0xe5		github.com/anacrolix/[email protected]/ratelimitreader.go:43
#	0x4dae44	io.(*LimitedReader).Read+0x44						io/io.go:477
#	0x4da7d9	io.ReadAtLeast+0x99							io/io.go:332
#	0xb43284	io.ReadFull+0x84							io/io.go:351
#	0xb43247	github.com/anacrolix/torrent/mse.readUntil+0x47				github.com/anacrolix/[email protected]/mse/mse.go:350
#	0xb43ae4	github.com/anacrolix/torrent/mse.(*handshake).initerSteps+0x6c4		github.com/anacrolix/[email protected]/mse/mse.go:397
#	0xb456bb	github.com/anacrolix/torrent/mse.(*handshake).Do+0x27b			github.com/anacrolix/[email protected]/mse/mse.go:537
#	0xb45a7b	github.com/anacrolix/torrent/mse.InitiateHandshake+0x1db		github.com/anacrolix/[email protected]/mse/mse.go:557
#	0xd65856	github.com/anacrolix/torrent.(*Client).initiateHandshakes+0xf6		github.com/anacrolix/[email protected]/client.go:809
#	0xd64855	github.com/anacrolix/torrent.(*Client).initiateProtocolHandshakes+0x195	github.com/anacrolix/[email protected]/client.go:715
#	0xd64c6f	github.com/anacrolix/torrent.(*Client).establishOutgoingConnEx+0x30f	github.com/anacrolix/[email protected]/client.go:736
#	0xd65117	github.com/anacrolix/torrent.(*Client).establishOutgoingConn+0x77	github.com/anacrolix/[email protected]/client.go:755
#	0xd65304	github.com/anacrolix/torrent.(*Client).outgoingConnection+0xc4		github.com/anacrolix/[email protected]/client.go:779

1 @ 0x45f236 0x457c17 0x48adc9 0x4fc792 0x4fe7a5 0x4fe792 0x571289 0x592725 0x590531 0x5904b0 0x11ba7f4 0x490bc1
#	0x48adc8	internal/poll.runtime_pollWait+0x88					runtime/netpoll.go:305
#	0x4fc791	internal/poll.(*pollDesc).wait+0x31					internal/poll/fd_poll_runtime.go:84
#	0x4fe7a4	internal/poll.(*pollDesc).waitRead+0x1e4				internal/poll/fd_poll_runtime.go:89
#	0x4fe791	internal/poll.(*FD).ReadFromInet6+0x1d1					internal/poll/fd_unix.go:277
#	0x571288	net.(*netFD).readFromInet6+0x28						net/fd_posix.go:72
#	0x592724	net.(*UDPConn).readFrom+0x84						net/udpsock_posix.go:59
#	0x590530	net.(*UDPConn).readFromUDP+0x30						net/udpsock.go:149
#	0x5904af	net.(*UDPConn).ReadFromUDP+0x4f						net/udpsock.go:141
#	0x11ba7f3	github.com/ledgerwatch/erigon/p2p/discover.(*UDPv4).readLoop+0x113	github.com/ledgerwatch/erigon/p2p/discover/v4_udp.go:554

1 @ 0x45f236 0x457c17 0x48adc9 0x4fc792 0x501a14 0x501a01 0x573055 0x58f868 0x58e6fd 0x11da193 0x11d7a94 0x490bc1
#	0x48adc8	internal/poll.runtime_pollWait+0x88					runtime/netpoll.go:305
#	0x4fc791	internal/poll.(*pollDesc).wait+0x31					internal/poll/fd_poll_runtime.go:84
#	0x501a13	internal/poll.(*pollDesc).waitRead+0x233				internal/poll/fd_poll_runtime.go:89
#	0x501a00	internal/poll.(*FD).Accept+0x220					internal/poll/fd_unix.go:614
#	0x573054	net.(*netFD).accept+0x34						net/fd_unix.go:172
#	0x58f867	net.(*TCPListener).accept+0x27						net/tcpsock_posix.go:142
#	0x58e6fc	net.(*TCPListener).Accept+0x3c						net/tcpsock.go:288
#	0x11da192	github.com/ledgerwatch/erigon/p2p.(*Server).listenLoop+0x752		github.com/ledgerwatch/erigon/p2p/server.go:892
#	0x11d7a93	github.com/ledgerwatch/erigon/p2p.(*Server).setupListening.func2+0x73	github.com/ledgerwatch/erigon/p2p/server.go:721

1 @ 0x45f236 0x457c17 0x48adc9 0x4fc792 0x501a14 0x501a01 0x573055 0x58f868 0x58e6fd 0xa84995 0x1259a30 0x490bc1
#	0x48adc8	internal/poll.runtime_pollWait+0x88					runtime/netpoll.go:305
#	0x4fc791	internal/poll.(*pollDesc).wait+0x31					internal/poll/fd_poll_runtime.go:84
#	0x501a13	internal/poll.(*pollDesc).waitRead+0x233				internal/poll/fd_poll_runtime.go:89
#	0x501a00	internal/poll.(*FD).Accept+0x220					internal/poll/fd_unix.go:614
#	0x573054	net.(*netFD).accept+0x34						net/fd_unix.go:172
#	0x58f867	net.(*TCPListener).accept+0x27						net/tcpsock_posix.go:142
#	0x58e6fc	net.(*TCPListener).Accept+0x3c						net/tcpsock.go:288
#	0xa84994	google.golang.org/grpc.(*Server).Serve+0x474				google.golang.org/[email protected]/server.go:790
#	0x1259a2f	github.com/ledgerwatch/erigon/ethdb/privateapi.StartGrpc.func1+0x6f	github.com/ledgerwatch/erigon/ethdb/privateapi/all.go:45

1 @ 0x45f236 0x46f0fc 0x11a03f0 0x490bc1
#	0x11a03ef	github.com/ledgerwatch/erigon/p2p/enode.(*DB).expirer+0xcf	github.com/ledgerwatch/erigon/p2p/enode/nodedb.go:398

1 @ 0x45f236 0x46f0fc 0x11b167c 0x490bc1
#	0x11b167b	github.com/ledgerwatch/erigon/p2p/discover.(*Table).loop+0x31b	github.com/ledgerwatch/erigon/p2p/discover/table.go:249

1 @ 0x45f236 0x46f0fc 0x11b9725 0x490bc1
#	0x11b9724	github.com/ledgerwatch/erigon/p2p/discover.(*UDPv4).loop+0x324	github.com/ledgerwatch/erigon/p2p/discover/v4_udp.go:475

1 @ 0x45f236 0x46f0fc 0x11ccc87 0x490bc1
#	0x11ccc86	github.com/ledgerwatch/erigon/p2p.(*dialScheduler).loop+0x2a6	github.com/ledgerwatch/erigon/p2p/dial.go:248

1 @ 0x45f236 0x46f0fc 0x11cdda6 0x490bc1
#	0x11cdda5	github.com/ledgerwatch/erigon/p2p.(*dialScheduler).readNodes+0x145	github.com/ledgerwatch/erigon/p2p/dial.go:330

1 @ 0x45f236 0x46f0fc 0x11d357b 0x1593014 0x1596a69 0x490bc1
#	0x11d357a	github.com/ledgerwatch/erigon/p2p.(*protoRW).ReadMsg+0xba				github.com/ledgerwatch/erigon/p2p/peer.go:462
#	0x1593013	github.com/ledgerwatch/erigon/cmd/sentry/sentry.readAndValidatePeerStatusMessage+0x93	github.com/ledgerwatch/erigon/cmd/sentry/sentry/eth_handshake.go:19
#	0x1596a68	github.com/ledgerwatch/erigon/cmd/sentry/sentry.handShake.func2+0x48			github.com/ledgerwatch/erigon/cmd/sentry/sentry/sentry_grpc_server.go:251

1 @ 0x45f236 0x46f0fc 0x11d82b4 0x490bc1
#	0x11d82b3	github.com/ledgerwatch/erigon/p2p.(*Server).run+0x613	github.com/ledgerwatch/erigon/p2p/server.go:759

1 @ 0x45f236 0x46f0fc 0x1250818 0x490bc1
#	0x1250817	github.com/ledgerwatch/erigon/turbo/stages/headerdownload.(*HeaderDownload).StartPoSDownloader.func1+0x457	github.com/ledgerwatch/erigon/turbo/stages/headerdownload/header_algos.go:1307

1 @ 0x45f236 0x46f0fc 0x125a091 0x490bc1
#	0x125a090	github.com/ledgerwatch/erigon/ethdb/privateapi.NewEthBackendServer.func1+0x150	github.com/ledgerwatch/erigon/ethdb/privateapi/ethbackend.go:99

1 @ 0x45f236 0x46f0fc 0x125a86a 0xac8518 0x490bc1
#	0x125a869	github.com/ledgerwatch/erigon/ethdb/privateapi.(*EthBackendServer).Subscribe+0x249	github.com/ledgerwatch/erigon/ethdb/privateapi/ethbackend.go:161
#	0xac8517	github.com/ledgerwatch/erigon-lib/direct.(*EthBackendClientDirect).Subscribe.func1+0x77	github.com/ledgerwatch/[email protected]/direct/eth_backend_client.go:64

1 @ 0x45f236 0x46f0fc 0x12658a5 0xac96d8 0x490bc1
#	0x12658a4	github.com/ledgerwatch/erigon/ethdb/privateapi.(*MiningServer).OnPendingBlock+0xe4	github.com/ledgerwatch/erigon/ethdb/privateapi/mining.go:109
#	0xac96d7	github.com/ledgerwatch/erigon-lib/direct.(*MiningClient).OnPendingBlock.func1+0x77	github.com/ledgerwatch/[email protected]/direct/mining_client.go:34

1 @ 0x45f236 0x46f0fc 0x132b416 0x490bc1
#	0x132b415	github.com/ledgerwatch/erigon/cmd/downloader/downloader.MainLoop+0x235	github.com/ledgerwatch/erigon/cmd/downloader/downloader/downloader.go:372

1 @ 0x45f236 0x46f0fc 0x15967ed 0x1599fbb 0x11d2e7a 0x490bc1
#	0x15967ec	github.com/ledgerwatch/erigon/cmd/sentry/sentry.handShake+0x52c			github.com/ledgerwatch/erigon/cmd/sentry/sentry/sentry_grpc_server.go:263
#	0x1599fba	github.com/ledgerwatch/erigon/cmd/sentry/sentry.NewGrpcServer.func1+0x4da	github.com/ledgerwatch/erigon/cmd/sentry/sentry/sentry_grpc_server.go:526
#	0x11d2e79	github.com/ledgerwatch/erigon/p2p.(*Peer).startProtocols.func1+0x99		github.com/ledgerwatch/erigon/p2p/peer.go:405

1 @ 0x45f236 0x46f0fc 0x15dcae5 0x490bc1
#	0x15dcae4	github.com/ledgerwatch/erigon/eth.New.func4+0x144	github.com/ledgerwatch/erigon/eth/backend.go:309

1 @ 0x45f236 0x46f0fc 0xb08dff 0x490bc1
#	0xb08dfe	github.com/ledgerwatch/erigon-lib/txpool.MainLoop+0x2be	github.com/ledgerwatch/[email protected]/txpool/pool.go:1337

1 @ 0x45f236 0x46f0fc 0xb1314a 0xacd8b8 0x490bc1
#	0xb13149	github.com/ledgerwatch/erigon-lib/txpool.(*GrpcServer).OnAdd+0x129		github.com/ledgerwatch/[email protected]/txpool/txpool_grpc_server.go:254
#	0xacd8b7	github.com/ledgerwatch/erigon-lib/direct.(*TxPoolClient).OnAdd.func1+0x77	github.com/ledgerwatch/[email protected]/direct/txpool_client.go:54

1 @ 0x45f236 0x46f0fc 0xd6ce05 0x490bc1
#	0xd6ce04	github.com/anacrolix/torrent.(*Client).acceptLimitClearer+0xa4	github.com/anacrolix/[email protected]/client.go:1652

1 @ 0x45f236 0x46f0fc 0xdcc257 0x11d7286 0x490bc1
#	0xdcc256	github.com/ledgerwatch/erigon/p2p/nat.Map+0x416				github.com/ledgerwatch/erigon/p2p/nat/nat.go:131
#	0x11d7285	github.com/ledgerwatch/erigon/p2p.(*Server).setupDiscovery.func1+0xa5	github.com/ledgerwatch/erigon/p2p/server.go:600

1 @ 0x45f236 0x46f0fc 0xdcc257 0x11d7be6 0x490bc1
#	0xdcc256	github.com/ledgerwatch/erigon/p2p/nat.Map+0x416				github.com/ledgerwatch/erigon/p2p/nat/nat.go:131
#	0x11d7be5	github.com/ledgerwatch/erigon/p2p.(*Server).setupListening.func1+0xa5	github.com/ledgerwatch/erigon/p2p/server.go:712

1 @ 0x45f236 0x46f0fc 0xfc7225 0x490bc1
#	0xfc7224	github.com/ledgerwatch/erigon/consensus/ethash.(*remoteSealer).loop+0x204	github.com/ledgerwatch/erigon/consensus/ethash/sealer.go:160

1 @ 0x45f236 0x48cc2c 0x48cc0c 0x4a766c 0x1242eca 0x12d0a9e 0x12d05f1 0x12a2c95 0x1307873 0x1306785 0x15d28ec 0x15d1fc5 0x490bc1
#	0x48cc0b	sync.runtime_notifyListWait+0x12b							runtime/sema.go:517
#	0x4a766b	sync.(*Cond).Wait+0x8b									sync/cond.go:70
#	0x1242ec9	github.com/ledgerwatch/erigon/turbo/engineapi.(*RequestList).WaitForRequest+0xe9	github.com/ledgerwatch/erigon/turbo/engineapi/request_list.go:136
#	0x12d0a9d	github.com/ledgerwatch/erigon/eth/stagedsync.HeadersPOS+0x21d				github.com/ledgerwatch/erigon/eth/stagedsync/stage_headers.go:170
#	0x12d05f0	github.com/ledgerwatch/erigon/eth/stagedsync.SpawnStageHeaders+0x5b0			github.com/ledgerwatch/erigon/eth/stagedsync/stage_headers.go:142
#	0x12a2c94	github.com/ledgerwatch/erigon/eth/stagedsync.DefaultStages.func4+0xb4			github.com/ledgerwatch/erigon/eth/stagedsync/default_stages.go:36
#	0x1307872	github.com/ledgerwatch/erigon/eth/stagedsync.(*Sync).runStage+0x152			github.com/ledgerwatch/erigon/eth/stagedsync/sync.go:352
#	0x1306784	github.com/ledgerwatch/erigon/eth/stagedsync.(*Sync).Run+0x264				github.com/ledgerwatch/erigon/eth/stagedsync/sync.go:255
#	0x15d28eb	github.com/ledgerwatch/erigon/turbo/stages.StageLoopStep+0x44b				github.com/ledgerwatch/erigon/turbo/stages/stageloop.go:169
#	0x15d1fc4	github.com/ledgerwatch/erigon/turbo/stages.StageLoop+0x164				github.com/ledgerwatch/erigon/turbo/stages/stageloop.go:90

1 @ 0x45f236 0x48cc2c 0x48cc0c 0x4a766c 0xd56bb3 0xd6dcbf 0xd82e86 0x4da7da 0xb42885 0xb4284b 0xb4558e 0xb45a7c 0xd65857 0xd64856 0xd64c70 0xd65118 0xd65305 0x490bc1
#	0x48cc0b	sync.runtime_notifyListWait+0x12b					runtime/sema.go:517
#	0x4a766b	sync.(*Cond).Wait+0x8b							sync/cond.go:70
#	0xd56bb2	github.com/anacrolix/go-libutp.(*Conn).Read+0x92			github.com/anacrolix/[email protected]/conn.go:151
#	0xd6dcbe	github.com/anacrolix/torrent.connStatsReadWriter.Read+0x3e		github.com/anacrolix/[email protected]/conn_stats.go:114
#	0xd82e85	github.com/anacrolix/torrent.(*rateLimitedReader).Read+0xe5		github.com/anacrolix/[email protected]/ratelimitreader.go:43
#	0x4da7d9	io.ReadAtLeast+0x99							io/io.go:332
#	0xb42884	io.ReadFull+0xa4							io/io.go:351
#	0xb4284a	github.com/anacrolix/torrent/mse.(*handshake).establishS+0x6a		github.com/anacrolix/[email protected]/mse/mse.go:184
#	0xb4558d	github.com/anacrolix/torrent/mse.(*handshake).Do+0x14d			github.com/anacrolix/[email protected]/mse/mse.go:525
#	0xb45a7b	github.com/anacrolix/torrent/mse.InitiateHandshake+0x1db		github.com/anacrolix/[email protected]/mse/mse.go:557
#	0xd65856	github.com/anacrolix/torrent.(*Client).initiateHandshakes+0xf6		github.com/anacrolix/[email protected]/client.go:809
#	0xd64855	github.com/anacrolix/torrent.(*Client).initiateProtocolHandshakes+0x195	github.com/anacrolix/[email protected]/client.go:715
#	0xd64c6f	github.com/anacrolix/torrent.(*Client).establishOutgoingConnEx+0x30f	github.com/anacrolix/[email protected]/client.go:736
#	0xd65117	github.com/anacrolix/torrent.(*Client).establishOutgoingConn+0x77	github.com/anacrolix/[email protected]/client.go:755
#	0xd65304	github.com/anacrolix/torrent.(*Client).outgoingConnection+0xc4		github.com/anacrolix/[email protected]/client.go:779

1 @ 0x45f236 0x48d9b5 0x132bc4d 0x490bc1
#	0x48d9b4	time.Sleep+0x134								runtime/time.go:195
#	0x132bc4c	github.com/ledgerwatch/erigon/cmd/downloader/downloader.MainLoop.func1+0x4c	github.com/ledgerwatch/erigon/cmd/downloader/downloader/downloader.go:361

1 @ 0x45f236 0x48d9b5 0x857436 0x490bc1
#	0x48d9b4	time.Sleep+0x134						runtime/time.go:195
#	0x857435	github.com/VictoriaMetrics/metrics.summariesSwapCron+0x35	github.com/VictoriaMetrics/[email protected]/summary.go:237

DaraDoyoung avatar Sep 22 '22 09:09 DaraDoyoung

"integration print_stages" shows: full node

[ubuntu@prd-public-ethereum-erigon-01:~/data]$ /mnt/app/miner/data/erigon/build/bin/integration print_stages --chain=mainnet --datadir=/mnt/app/miner/data
Note: prune_at doesn't mean 'all data before were deleted' - it just mean stage.Prune function were run to this block. Because 1 stage may prune multiple data types to different prune distance.

 				 stage_at 	 prune_at
Snapshots 			 15446999 	 0
Headers 			 15537419 	 0
BlockHashes 			 15537419 	 0
Bodies 				 15537419 	 0
Senders 			 15537419 	 0
Execution 			 15537419 	 15537419
Translation 			 0 		 0
HashState 			 15537419 	 0
IntermediateHashes 		 15537419 	 15537419
AccountHistoryIndex 		 15537419 	 15537419
StorageHistoryIndex 		 15537419 	 15537419
LogIndex 			 15537419 	 15537419
CallTraces 			 15537419 	 15537419
TxLookup 			 15537419 	 15447419
Finish 				 15537419 	 0
--
prune distance: --prune.h.older=90000 --prune.r.older=90000 --prune.t.older=90000 --prune.c.older=90000

sequence: EthTx=1741913276, NonCanonicalTx=614026

first header in db: 15447000
first body in db: 15447000

--
snapsthos: blocks=15446999, segments=15446999, indices=15446999

archive node:

[ubuntu@prd-public-ethereum-erigon-archive-01:~/data/erigon]$ /mnt/app/miner/data/erigon/build/bin/integration print_stages --chain=mainnet --datadir=/mnt/app/miner/data
Note: prune_at doesn't mean 'all data before were deleted' - it just mean stage.Prune function were run to this block. Because 1 stage may prune multiple data types to different prune distance.

 				 stage_at 	 prune_at
Snapshots 			 15435999 	 0
Headers 			 15537419 	 0
BlockHashes 			 15537419 	 0
Bodies 				 15537419 	 0
Senders 			 15537419 	 0
Execution 			 15537419 	 15537419
Translation 			 0 		 0
HashState 			 15537419 	 0
IntermediateHashes 		 15537419 	 15537419
AccountHistoryIndex 		 15537419 	 0
StorageHistoryIndex 		 15537419 	 0
LogIndex 			 15537419 	 0
CallTraces 			 15537419 	 15537419
TxLookup 			 15537419 	 15436000
Finish 				 15537419 	 0
--
prune distance:

sequence: EthTx=1741913276, NonCanonicalTx=48022

first header in db: 15434300
first body in db: 15434300

--
snapsthos: blocks=15435999, segments=15435999, indices=15435999

and I do not have ConsensusLayer.

DaraDoyoung avatar Sep 22 '22 09:09 DaraDoyoung

I have set CL with lighthouse. lighthouse logs show like this.

Sep 23 02:45:17.002 WARN Syncing deposit contract block cache    est_blocks_remaining: initializing deposits, service: slot_notifier
Sep 23 02:45:17.004 INFO Ready for the merge                     current_difficulty: 58750256312486924353244, terminal_total_difficulty: 58750000000000000000000, service: slot_notifier
Sep 23 02:45:29.000 INFO Syncing                                 est_time: 2 days 12 hrs, speed: 17.33 slots/sec, distance: 3785289 slots (75 weeks 0 days), peers: 4, service: slot_notifier
Sep 23 02:45:29.000 WARN Syncing deposit contract block cache    est_blocks_remaining: initializing deposits, service: slot_notifier
Sep 23 02:45:29.004 INFO Ready for the merge                     current_difficulty: 58750256312486924353244, terminal_total_difficulty: 58750000000000000000000, service: slot_notifier
Sep 23 02:45:41.000 INFO Syncing                                 est_time: 2 days 17 hrs, speed: 16.00 slots/sec, distance: 3785098 slots (75 weeks 0 days), peers: 7, service: slot_notifier
Sep 23 02:45:41.001 WARN Syncing deposit contract block cache    est_blocks_remaining: initializing deposits, service: slot_notifier
Sep 23 02:45:41.003 INFO Ready for the merge                     current_difficulty: 58750256312486924353244, terminal_total_difficulty: 58750000000000000000000, service: slot_notifier
Sep 23 02:45:53.000 INFO Syncing                                 est_time: 2 days 23 hrs, speed: 14.67 slots/sec, distance: 3784971 slots (75 weeks 0 days), peers: 7, service: slot_notifier
Sep 23 02:45:53.000 WARN Syncing deposit contract block cache    est_blocks_remaining: initializing deposits, service: slot_notifier
Sep 23 02:45:53.003 INFO Ready for the merge                     current_difficulty: 58750256312486924353244, terminal_total_difficulty: 58750000000000000000000, service: slot_notifier
Sep 23 02:46:05.000 INFO Syncing                                 est_time: 2 days 23 hrs, speed: 14.67 slots/sec, distance: 3784780 slots (75 weeks 0 days), peers: 7, service: slot_notifier
Sep 23 02:46:05.000 WARN Syncing deposit contract block cache    est_blocks_remaining: initializing deposits, service: slot_notifier
Sep 23 02:46:05.003 INFO Ready for the merge                     current_difficulty: 58750256312486924353244, terminal_total_difficulty: 58750000000000000000000, service: slot_notifier
Sep 23 02:46:09.604 WARN Execution endpoint is not synced        action: trying fallback, last_seen_block_unix_timestamp: 1663242292, endpoint: http://localhost:8551/, auth=true, service: deposit_contract_rpc
Sep 23 02:46:09.605 ERRO No synced execution endpoint            advice: ensure you have an execution node configured via --execution-endpoint or if pre-merge, --eth1-endpoints, service: deposit_contract_rpc
Sep 23 02:46:09.605 ERRO Error updating deposit contract cache   error: "All fallbacks errored: http://localhost:8551/, auth=true => EndpointError(FarBehind)", retry_millis: 60000, service: deposit_contract_rpc
Sep 23 02:46:17.000 INFO Syncing                                 est_time: 2 days 17 hrs, speed: 16.00 slots/sec, distance: 3784525 slots (75 weeks 0 days), peers: 6, service: slot_notifier
Sep 23 02:46:17.000 WARN Syncing deposit contract block cache    est_blocks_remaining: initializing deposits, service: slot_notifier
Sep 23 02:46:17.003 INFO Ready for the merge                     current_difficulty: 58750256312486924353244, terminal_total_difficulty: 58750000000000000000000, service: slot_notifier
Sep 23 02:46:29.000 INFO Syncing                                 est_time: 2 days 17 hrs, speed: 16.00 slots/sec, distance: 3784334 slots (75 weeks 0 days), peers: 6, service: slot_notifier
Sep 23 02:46:29.000 WARN Syncing deposit contract block cache    est_blocks_remaining: initializing deposits, service: slot_notifier
Sep 23 02:46:29.003 INFO Ready for the merge                     current_difficulty: 58750256312486924353244, terminal_total_difficulty: 58750000000000000000000, service: slot_notifier
Sep 23 02:46:41.000 INFO Syncing                                 est_time: 2 days 12 hrs, speed: 17.33 slots/sec, distance: 3784143 slots (75 weeks 0 days), peers: 6, service: slot_notifier
Sep 23 02:46:41.000 WARN Syncing deposit contract block cache    est_blocks_remaining: initializing deposits, service: slot_notifier
Sep 23 02:46:41.003 INFO Ready for the merge                     current_difficulty: 58750256312486924353244, terminal_total_difficulty: 58750000000000000000000, service: slot_notifier

and to what I have searched, this kind of error is happening because my execution layer(erigon) is not synced.

erigon logs:

[INFO] [09-23|02:41:10.600] Starting private RPC server              on=localhost:9090
[INFO] [09-23|02:41:10.600] new subscription to logs established
[INFO] [09-23|02:41:10.600] rpc filters: subscribing to Erigon events
[INFO] [09-23|02:41:10.600] new subscription to newHeaders established
[INFO] [09-23|02:41:10.600] New txs subscriber joined
[INFO] [09-23|02:41:10.600] Reading JWT secret                       path=/home/ubuntu/data/jwt.hex
[INFO] [09-23|02:41:10.600] HTTP endpoint opened for Engine API      url=127.0.0.1:8551 ws=true ws.compression=true
[EROR] [09-23|02:41:10.601] could not start RPC api: listen tcp 0.0.0.0:8551: bind: address already in use
[INFO] [09-23|02:41:10.616] [1/16 Snapshots] Fetching torrent files metadata
[INFO] [09-23|02:41:10.657] Started P2P networking                   version=66 self=enode://cc326e388762c3a00f4f73eeb6f70dcc273181321ad16ab22a067f822e6dd3e10f90030305ddca56d908ff1b8e60dc4df1109e684347098572ad5562979c96f4@127.0.0.1:30303 name=erigon/v2022.09.3-dev-79565529/linux-amd64/go1.19
[INFO] [09-23|02:41:52.693] [Snapshots] Stat                         blocks=15436k indices=15436k alloc=2.9GB sys=3.1GB
[INFO] [09-23|02:41:54.282] Timings (slower than 50ms)               Snapshots=42.082s Prune Snapshots=1.585s
[INFO] [09-23|02:41:54.282] RPC Daemon notified of new headers       from=15537419 to=15537420 header sending=10.993µs log sending=289ns
[INFO] [09-23|02:41:54.282] [2/16 Headers] Waiting for Consensus Layer...
[INFO] [09-23|02:42:26.104] [txpool] Started
[INFO] [09-23|02:43:04.221] [p2p] GoodPeers                          eth66=12
[INFO] [09-23|02:43:10.614] [txpool] stat                            block=15537419 pending=3258 baseFee=30000 queued=30000 alloc=2.7GB sys=3.2GB
[INFO] [09-23|02:44:10.601] [txpool] stat                            block=15537419 pending=3258 baseFee=30000 queued=30000 alloc=2.5GB sys=3.2GB
[INFO] [09-23|02:45:04.221] [p2p] GoodPeers                          eth66=21
[INFO] [09-23|02:45:10.625] [txpool] stat                            block=15537419 pending=3258 baseFee=30000 queued=30000 alloc=2.8GB sys=3.2GB
[INFO] [09-23|02:46:12.134] [txpool] stat                            block=15537419 pending=3258 baseFee=30000 queued=30000 alloc=3.2GB sys=3.4GB
[INFO] [09-23|02:47:04.221] [p2p] GoodPeers                          eth66=24
[INFO] [09-23|02:47:10.616] [txpool] stat                            block=15537419 pending=3258 baseFee=30000 queued=30000 alloc=2.8GB sys=3.4GB

Erigon has stopped at block 15537419 and to solve this I have set a CL but this is having error because my EL is not ready. What should I do?

DaraDoyoung avatar Sep 23 '22 02:09 DaraDoyoung

What logs are you getting after connecting erigon to the CL client

enriavil1 avatar Sep 23 '22 11:09 enriavil1

lighthouse log:

Sep 23 05:09:09.605 ERRO No synced execution endpoint            advice: ensure you have an execution node configured via --execution-endpoint or if pre-merge, --eth1-endpoints, service: deposit_contract_rpc
Sep 23 05:09:09.605 ERRO Error updating deposit contract cache   error: "All fallbacks errored: http://localhost:8551/, auth=true => EndpointError(FarBehind)", retry_millis: 60000, service: deposit_contract_rpc
Sep 23 05:09:17.000 INFO Syncing                                 est_time: 2 days 21 hrs, speed: 14.67 slots/sec, distance: 3651256 slots (72 weeks 3 days), peers: 12, service: slot_notifier
Sep 23 05:09:17.001 WARN Syncing deposit contract block cache    est_blocks_remaining: initializing deposits, service: slot_notifier
Sep 23 05:09:17.003 INFO Ready for the merge                     current_difficulty: 58750256312486924353244, terminal_total_difficulty: 58750000000000000000000, service: slot_notifier
Sep 23 05:09:29.000 INFO Syncing                                 est_time: 2 days 21 hrs, speed: 14.67 slots/sec, distance: 3651065 slots (72 weeks 3 days), peers: 9, service: slot_notifier
Sep 23 05:09:29.000 WARN Syncing deposit contract block cache    est_blocks_remaining: initializing deposits, service: slot_notifier
Sep 23 05:09:29.004 INFO Ready for the merge                     current_difficulty: 58750256312486924353244, terminal_total_difficulty: 58750000000000000000000, service: slot_notifier

DaraDoyoung avatar Sep 23 '22 11:09 DaraDoyoung

I meant erigon logs

enriavil1 avatar Sep 23 '22 11:09 enriavil1

I also meet this problem, any idea on it?

hustnn avatar Sep 25 '22 05:09 hustnn

Hi, we are running erigon node on production now and periodically 1 time per 2 day erigon is running, but no new blocks... We made a script that restarts everything if blocks are not coming for 5 mins, but this is temporary dirty solution :/. Last issue block is 15599370

affixpin avatar Sep 25 '22 09:09 affixpin

@enriavil1

[WARN] [09-26|00:54:07.795] Served                                   conn=195.123.222.16:40968 method=eth_coinbase reqid=1 t=40.068µs err="etherbase must be explicitly specified"
[WARN] [09-26|00:54:11.772] Served                                   conn=151.115.40.252:45080 method=eth_accounts reqid=81 t=41.867µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|00:54:12.790] Served                                   conn=151.115.40.252:45086 method=eth_accounts reqid=41 t=39.858µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|00:54:17.150] Served                                   conn=151.115.40.252:44694 method=eth_accounts reqid=4 t=52.177µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|00:54:18.592] Served                                   conn=151.115.40.252:44698 method=eth_accounts reqid=5 t=40.735µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|00:54:24.937] Served                                   conn=151.115.40.252:44718 method=eth_accounts reqid=86 t=52.5µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|00:54:25.381] Served                                   conn=151.115.40.252:45108 method=eth_accounts reqid=1 t=42.551µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|00:54:29.699] Served                                   conn=151.115.40.252:44722 method=eth_accounts reqid=2 t=50.119µs err="the method has been deprecated: eth_accounts"
[INFO] [09-26|00:54:31.375] [txpool] stat                            block=15537419 pending=6433 baseFee=30000 queued=30000 alloc=3.4GB sys=6.8GB
[WARN] [09-26|00:54:33.611] Served                                   conn=151.115.40.252:45122 method=eth_accounts reqid=21 t=39.409µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|00:54:37.030] Served                                   conn=217.12.201.45:49648 method=eth_accounts reqid=1 t=42.06µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|00:54:37.916] Served                                   conn=151.115.40.252:45132 method=eth_accounts reqid=71 t=38.875µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|00:54:42.263] Served                                   conn=151.115.40.252:44734 method=eth_accounts reqid=26 t=40.502µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|00:54:42.292] Served                                   conn=195.123.222.16:42034 method=eth_coinbase reqid=1 t=64.985µs err="etherbase must be explicitly specified"
[WARN] [09-26|00:54:42.296] Served                                   conn=195.123.222.16:59854 method=eth_coinbase reqid=1 t=47.698µs err="etherbase must be explicitly specified"
[WARN] [09-26|00:54:42.357] Served                                   conn=195.123.222.16:43352 method=eth_coinbase reqid=1 t=39.481µs err="etherbase must be explicitly specified"
[WARN] [09-26|00:54:42.606] Served                                   conn=195.123.222.16:36274 method=eth_coinbase reqid=1 t=52.483µs err="etherbase must be explicitly specified"
[WARN] [09-26|00:54:42.661] Served                                   conn=195.123.222.16:48700 method=eth_coinbase reqid=1 t=45.546µs err="etherbase must be explicitly specified"
[WARN] [09-26|00:54:42.663] Served                                   conn=195.123.222.16:48672 method=eth_coinbase reqid=1 t=30.388µs err="etherbase must be explicitly specified"
[WARN] [09-26|00:54:42.670] Served                                   conn=195.123.222.16:48674 method=eth_coinbase reqid=1 t=35.78µs err="etherbase must be explicitly specified"
[WARN] [09-26|00:54:42.678] Served                                   conn=195.123.222.16:48770 method=eth_coinbase reqid=1 t=32.781µs err="etherbase must be explicitly specified"
[WARN] [09-26|00:54:42.688] Served                                   conn=195.123.222.16:48950 method=eth_coinbase reqid=1 t=34.466µs err="etherbase must be explicitly specified"
[WARN] [09-26|00:54:42.692] Served                                   conn=195.123.222.16:48778 method=eth_coinbase reqid=1 t=41.849µs err="etherbase must be explicitly specified"
[WARN] [09-26|00:54:42.697] Served                                   conn=195.123.222.16:48894 method=eth_coinbase reqid=1 t=35.905µs err="etherbase must be explicitly specified"
[WARN] [09-26|00:54:42.704] Served                                   conn=195.123.222.16:48802 method=eth_coinbase reqid=1 t=45.829µs err="etherbase must be explicitly specified"
[WARN] [09-26|00:54:42.705] Served                                   conn=195.123.222.16:48816 method=eth_coinbase reqid=1 t=37.648µs err="etherbase must be explicitly specified"
[WARN] [09-26|00:54:43.680] Served                                   conn=195.123.222.16:48424 method=eth_coinbase reqid=1 t=44.203µs err="etherbase must be explicitly specified"
[WARN] [09-26|00:54:46.727] Served                                   conn=151.115.40.252:44742 method=eth_accounts reqid=36 t=47.583µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|00:54:50.497] Served                                   conn=151.115.40.252:45148 method=eth_accounts reqid=72 t=38.021µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|00:54:50.948] Served                                   conn=151.115.40.252:45152 method=eth_accounts reqid=55 t=48.772µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|00:54:54.804] Served                                   conn=151.115.40.252:44750 method=eth_accounts reqid=60 t=55.338µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|00:54:55.445] Served                                   conn=151.115.40.252:45168 method=eth_accounts reqid=10 t=47.751µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|00:55:03.094] Served                                   conn=151.115.40.252:45178 method=eth_accounts reqid=60 t=47.564µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|00:55:07.368] Served                                   conn=151.115.40.252:44762 method=eth_accounts reqid=9 t=58.68µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|00:55:08.548] Served                                   conn=151.115.40.252:44764 method=eth_accounts reqid=63 t=67.644µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|00:55:15.666] Served                                   conn=151.115.40.252:45200 method=eth_accounts reqid=50 t=48.44µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|00:55:16.508] Served                                   conn=159.65.167.30:8593 method=admin_peers reqid=1 t=11.253µs err="the method admin_peers does not exist/is not available"
[WARN] [09-26|00:55:16.871] Served                                   conn=159.65.167.30:13036 method=parity_netPeers reqid=1 t=15.771µs err="the method parity_netPeers does not exist/is not available"
[WARN] [09-26|00:55:17.287] Served                                   conn=151.115.40.252:45206 method=eth_accounts reqid=67 t=53.415µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|00:55:19.955] Served                                   conn=151.115.40.252:44776 method=eth_accounts reqid=84 t=42.137µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|00:55:21.983] Served                                   conn=217.12.201.45:49664 method=eth_accounts reqid=1 t=50.418µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|00:55:28.248] Served                                   conn=151.115.40.252:45224 method=eth_accounts reqid=36 t=47.571µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|00:55:30.346] Served                                   conn=151.115.40.252:44792 method=eth_accounts reqid=11 t=51.776µs err="the method has been deprecated: eth_accounts"
[INFO] [09-26|00:55:30.925] [p2p] GoodPeers                          eth66=105
[WARN] [09-26|00:55:32.546] Served                                   conn=151.115.40.252:44796 method=eth_accounts reqid=24 t=49.015µs err="the method has been deprecated: eth_accounts"
[INFO] [09-26|00:55:32.549] [txpool] stat                            block=1553

DaraDoyoung avatar Sep 26 '22 00:09 DaraDoyoung

There was a user on discord who had the same issue, despite having a CL, the merge was not activated and it kept syncing a few blocks past the merge activation and it got stuck at the exact block number as yours, I guess it kept getting blocks via p2p from not updated clients/wrong chain, please take a look at: https://discord.com/channels/687972960811745322/860269083656323082/1022258220569473045

he told me later in a DM that the problem fixed by itself, not sure if a restart or something, you can ask there.

wmitsuda avatar Sep 26 '22 03:09 wmitsuda

forgot to say that I know that those extra blocks are pow blocks because the user let me access his node, I pointed otterscan to it (he was trying to run it) and saw that TD on these blocks kept increasing after the merge TTD.

wmitsuda avatar Sep 26 '22 12:09 wmitsuda

@wmitsuda I think I lost the point that you are telling me.

Sep 26 12:55:53.007 INFO Ready for the merge                     current_difficulty: 58750256312486924353244, terminal_total_difficulty: 58750000000000000000000, service: slot_notifier
Sep 26 12:56:05.002 INFO Syncing                                 est_time: 1 day 20 hrs, speed: 7.15 slots/sec, distance: 1138710 slots (22 weeks 4 days), peers: 15, service: slot_notifier
Sep 26 12:56:05.002 WARN Syncing deposit contract block cache    est_blocks_remaining: initializing deposits, service: slot_notifier
Sep 26 12:56:05.005 INFO Ready for the merge                     current_difficulty: 58750256312486924353244, terminal_total_difficulty: 58750000000000000000000, service: slot_notifier
Sep 26 12:56:17.001 INFO Syncing                                 est_time: 1 day 15 hrs, speed: 8.00 slots/sec, distance: 1138647 slots (22 weeks 4 days), peers: 13, service: slot_notifier
Sep 26 12:56:17.001 WARN Syncing deposit contract block cache    est_blocks_remaining: initializing deposits, service: slot_notifier
Sep 26 12:56:17.004 INFO Ready for the merge                     current_difficulty: 58750256312486924353244, terminal_total_difficulty: 58750000000000000000000, service: slot_notifier
Sep 26 12:56:29.001 INFO Syncing                                 est_time: 1 day 23 hrs, speed: 6.67 slots/sec, distance: 1138584 slots (22 weeks 4 days), peers: 16, service: slot_notifier
Sep 26 12:56:29.001 WARN Syncing deposit contract block cache    est_blocks_remaining: initializing deposits, service: slot_notifier
Sep 26 12:56:29.004 INFO Ready for the merge                     current_difficulty: 58750256312486924353244, terminal_total_difficulty: 58750000000000000000000, service: slot_notifier
Sep 26 12:56:41.001 INFO Syncing                                 est_time: 1 day 15 hrs, speed: 8.00 slots/sec, distance: 1138457 slots (22 weeks 4 days), peers: 17, service: slot_notifier
Sep 26 12:56:41.001 WARN Syncing deposit contract block cache    est_blocks_remaining: initializing deposits, service: slot_notifier
Sep 26 12:56:41.005 INFO Ready for the merge                     current_difficulty: 58750256312486924353244, terminal_total_difficulty: 58750000000000000000000, service: slot_notifier
Sep 26 12:56:48.505 WARN Execution endpoint is not synced        action: trying fallback, last_seen_block_unix_timestamp: 1663242292, endpoint: http://127.0.0.1:8551/, auth=true, service: deposit_contract_rpc
Sep 26 12:56:48.506 ERRO No synced execution endpoint            advice: ensure you have an execution node configured via --execution-endpoint or if pre-merge, --eth1-endpoints, service: deposit_contract_rpc
Sep 26 12:56:48.506 ERRO Error updating deposit contract cache   error: "All fallbacks errored: http://127.0.0.1:8551/, auth=true => EndpointError(FarBehind)", retry_millis: 60000, service: deposit_contract_rpc
Sep 26 12:56:53.001 INFO Syncing                                 est_time: 1 day 23 hrs, speed: 6.67 slots/sec, distance: 1138394 slots (22 weeks 4 days), peers: 19, service: slot_notifier
Sep 26 12:56:53.001 WARN Syncing deposit contract block cache    est_blocks_remaining: initializing deposits, service: slot_notifier
Sep 26 12:56:53.004 INFO Ready for the merge                     current_difficulty: 58750256312486924353244, terminal_total_difficulty: 58750000000000000000000, service: slot_notifier
Sep 26 12:57:05.001 INFO Syncing                                 est_time: 1 day 15 hrs, speed: 8.00 slots/sec, distance: 1138267 slots (22 weeks 4 days), peers: 17, service: slot_notifier
Sep 26 12:57:05.001 WARN Syncing deposit contract block cache    est_blocks_remaining: initializing deposits, service: slot_notifier
Sep 26 12:57:05.004 INFO Ready for the merge                     current_difficulty: 58750256312486924353244, terminal_total_difficulty: 58750000000000000000000, service: slot_notifier
Sep 26 12:57:17.002 INFO Syncing                                 est_time: 1 day 15 hrs, speed: 8.00 slots/sec, distance: 1138204 slots (22 weeks 4 days), peers: 21, service: slot_notifier
Sep 26 12:57:17.003 WARN Syncing deposit contract block cache    est_blocks_remaining: initializing deposits, service: slot_notifier
Sep 26 12:57:17.005 INFO Ready for the merge                     current_difficulty: 58750256312486924353244, terminal_total_difficulty: 58750000000000000000000, service: slot_notifier
Sep 26 12:57:29.001 INFO Syncing                                 est_time: 1 day 23 hrs, speed: 6.67 slots/sec, distance: 1138141 slots (22 weeks 4 days), peers: 20, service: slot_notifier
Sep 26 12:57:29.001 WARN Syncing deposit contract block cache    est_blocks_remaining: initializing deposits, service: slot_notifier
Sep 26 12:57:29.004 INFO Ready for the merge                     current_difficulty: 58750256312486924353244, terminal_total_difficulty: 58750000000000000000000, service: slot_notifier
Sep 26 12:57:41.001 INFO Syncing                                 est_time: 1 day 15 hrs, speed: 8.00 slots/sec, distance: 1138014 slots (22 weeks 4 days), peers: 18, service: slot_notifier
Sep 26 12:57:41.001 WARN Syncing deposit contract block cache    est_blocks_remaining: initializing deposits, service: slot_notifier
Sep 26 12:57:41.003 INFO Ready for the merge                     current_difficulty: 58750256312486924353244, terminal_total_difficulty: 58750000000000000000000, service: slot_notifier
Sep 26 12:57:48.506 WARN Execution endpoint is not synced        action: trying fallback, last_seen_block_unix_timestamp: 1663242292, endpoint: http://127.0.0.1:8551/, auth=true, service: deposit_contract_rpc
Sep 26 12:57:48.506 ERRO No synced execution endpoint            advice: ensure you have an execution node configured via --execution-endpoint or if pre-merge, --eth1-endpoints, service: deposit_contract_rpc
Sep 26 12:57:48.506 ERRO Error updating deposit contract cache   error: "All fallbacks errored: http://127.0.0.1:8551/, auth=true => EndpointError(FarBehind)", retry_millis: 60000, service: deposit_contract_rpc
Sep 26 12:57:53.001 INFO Syncing                                 est_time: 1 day 23 hrs, speed: 6.67 slots/sec, distance: 1137951 slots (22 weeks 4 days), peers: 22, service: slot_notifier
Sep 26 12:57:53.001 WARN Syncing deposit contract block cache    est_blocks_remaining: initializing deposits, service: slot_notifier
Sep 26 12:57:53.004 INFO Ready for the merge                     current_difficulty: 58750256312486924353244, terminal_total_difficulty: 58750000000000000000000, service: slot_notifier
Sep 26 12:58:05.001 INFO Syncing                                 est_time: 1 day 15 hrs, speed: 8.00 slots/sec, distance: 1137824 slots (22 weeks 4 days), peers: 18, service: slot_notifier
Sep 26 12:58:05.001 WARN Syncing deposit contract block cache    est_blocks_remaining: initializing deposits, service: slot_notifier
Sep 26 12:58:05.004 INFO Ready for the merge                     current_difficulty: 58750256312486924353244, terminal_total_difficulty: 58750000000000000000000, service: slot_notifier
Sep 26 12:58:17.001 INFO Syncing                                 est_time: 1 day 15 hrs, speed: 8.00 slots/sec, distance: 1137761 slots (22 weeks 4 days), peers: 16, service: slot_notifier
Sep 26 12:58:17.001 WARN Syncing deposit contract block cache    est_blocks_remaining: initializing deposits, service: slot_notifier
Sep 26 12:58:17.004 INFO Ready for the merge                     current_difficulty: 58750256312486924353244, terminal_total_difficulty: 58750000000000000000000, service: slot_notifier
Sep 26 12:58:29.001 INFO Syncing                                 est_time: 1 day 15 hrs, speed: 8.00 slots/sec, distance: 1137634 slots (22 weeks 4 days), peers: 17, service: slot_notifier
Sep 26 12:58:29.001 WARN Syncing deposit contract block cache    est_blocks_remaining: initializing deposits, service: slot_notifier
Sep 26 12:58:29.005 INFO Ready for the merge                     current_difficulty: 58750256312486924353244, terminal_total_difficulty: 58750000000000000000000, service: slot_notifier
Sep 26 12:58:41.001 INFO Syncing                                 est_time: 1 day 15 hrs, speed: 8.00 slots/sec, distance: 1137571 slots (22 weeks 3 days), peers: 17, service: slot_notifier
Sep 26 12:58:41.001 WARN Syncing deposit contract block cache    est_blocks_remaining: initializing deposits, service: slot_notifier
Sep 26 12:58:41.004 INFO Ready for the merge                     current_difficulty: 58750256312486924353244, terminal_total_difficulty: 58750000000000000000000, service: slot_notifier
Sep 26 12:58:48.506 WARN Execution endpoint is not synced        action: trying fallback, last_seen_block_unix_timestamp: 1663242292, endpoint: http://127.0.0.1:8551/, auth=true, service: deposit_contract_rpc
Sep 26 12:58:48.506 ERRO No synced execution endpoint            advice: ensure you have an execution node configured via --execution-endpoint or if pre-merge, --eth1-endpoints, service: deposit_contract_rpc
Sep 26 12:58:48.506 ERRO Error updating deposit contract cache   error: "All fallbacks errored: http://127.0.0.1:8551/, auth=true => EndpointError(FarBehind)", retry_millis: 60000, service: deposit_contract_rpc

This is my lighthouse log and TDD doesn't seem to increase at my node.

DaraDoyoung avatar Sep 26 '22 13:09 DaraDoyoung

@wmitsuda I restarted my CL and something seems to work right, but I am still getting 15537419 as my block number. Is this just taking some time to catch up?

[INFO] [09-26|13:19:20.680] [Downloader] posAnchor                   blockHeight=15613277
[INFO] [09-26|13:19:20.851] [Downloader] Downloaded PoS Headers      now=15613276 blk/sec=44.900
[INFO] [09-26|13:19:20.864] [txpool] stat                            block=15537419 pending=3644 baseFee=30000 queued=30000 alloc=3.1GB sys=3.7GB
[WARN] [09-26|13:19:22.128] Served                                   conn=151.115.40.252:64296 method=eth_accounts reqid=31 t=34.945µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|13:19:22.415] Served                                   conn=151.115.40.252:39836 method=eth_accounts reqid=75 t=34.702µs err="the method has been deprecated: eth_accounts"
[INFO] [09-26|13:19:26.564] [Downloader] posAnchor                   blockHeight=15613277
[WARN] [09-26|13:19:32.354] Served                                   conn=151.115.40.252:64314 method=eth_accounts reqid=43 t=43.566µs err="the method has been deprecated: eth_accounts"
[INFO] [09-26|13:19:33.982] [Downloader] posAnchor                   blockHeight=15613085
[WARN] [09-26|13:19:34.998] Served                                   conn=151.115.40.252:39854 method=eth_accounts reqid=45 t=54.317µs err="the method has been deprecated: eth_accounts"
[INFO] [09-26|13:19:35.563] [Downloader] posAnchor                   blockHeight=15613085
[INFO] [09-26|13:19:36.117] [Downloader] posAnchor                   blockHeight=15613085
[WARN] [09-26|13:19:37.658] Served                                   conn=151.115.40.252:39860 method=eth_accounts reqid=59 t=42.229µs err="the method has been deprecated: eth_accounts"
[INFO] [09-26|13:19:39.667] [Downloader] posAnchor                   blockHeight=15613085
[WARN] [09-26|13:19:43.883] Served                                   conn=151.115.40.252:64334 method=eth_accounts reqid=10 t=35.13µs err="the method has been deprecated: eth_accounts"
[INFO] [09-26|13:19:44.371] [Downloader] posAnchor                   blockHeight=15613085
[WARN] [09-26|13:19:44.876] Served                                   conn=151.115.40.252:64340 method=eth_accounts reqid=51 t=39.864µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|13:19:47.602] Served                                   conn=151.115.40.252:39872 method=eth_accounts reqid=17 t=37.211µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|13:19:51.986] Served                                   conn=217.12.201.45:38222 method=eth_accounts reqid=1 t=34.335µs err="the method has been deprecated: eth_accounts"
[INFO] [09-26|13:19:52.013] [Downloader] Downloaded PoS Headers      now=15612892 blk/sec=12.800
[INFO] [09-26|13:19:52.826] [Downloader] posAnchor                   blockHeight=15612893
[WARN] [09-26|13:19:57.429] Served                                   conn=151.115.40.252:64358 method=eth_accounts reqid=8 t=40.464µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|13:19:59.495] Served                                   conn=151.115.40.252:39888 method=eth_accounts reqid=37 t=47.734µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|13:20:00.183] Served                                   conn=151.115.40.252:39890 method=eth_accounts reqid=69 t=50.011µs err="the method has been deprecated: eth_accounts"
[INFO] [09-26|13:20:00.999] [Downloader] posAnchor                   blockHeight=15612701
[WARN] [09-26|13:20:03.921] Served                                   conn=195.123.222.16:41242 method=eth_accounts reqid=1 t=35.485µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|13:20:05.649] Served                                   conn=151.115.40.252:64370 method=eth_accounts reqid=60 t=39.161µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|13:20:10.005] Served                                   conn=151.115.40.252:64378 method=eth_accounts reqid=20 t=34.97µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|13:20:12.748] Served                                   conn=151.115.40.252:39902 method=eth_accounts reqid=85 t=37.111µs err="the method has been deprecated: eth_accounts"
[INFO] [09-26|13:20:16.256] [Downloader] posAnchor                   blockHeight=15612125
[WARN] [09-26|13:20:19.075] Served                                   conn=151.115.40.252:39910 method=eth_accounts reqid=27 t=35.984µs err="the method has been deprecated: eth_accounts"
[INFO] [09-26|13:20:20.762] [Downloader] posAnchor                   blockHeight=15611933
[INFO] [09-26|13:20:20.851] [Downloader] Downloaded PoS Headers      now=15611932 blk/sec=32.000
[INFO] [09-26|13:20:20.852] [txpool] stat                            block=15537419 pending=3677 baseFee=30000 queued=30000 alloc=2.7GB sys=3.7GB
[WARN] [09-26|13:20:21.277] Served                                   conn=151.115.40.252:39912 method=eth_accounts reqid=44 t=38.846µs err="the method has been deprecated: eth_accounts"
[INFO] [09-26|13:20:21.519] [Downloader] posAnchor                   blockHeight=15611933
[WARN] [09-26|13:20:22.593] Served                                   conn=151.115.40.252:64400 method=eth_accounts reqid=25 t=42.92µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|13:20:25.333] Served                                   conn=151.115.40.252:39920 method=eth_accounts reqid=95 t=34.325µs err="the method has been deprecated: eth_accounts"
[INFO] [09-26|13:20:25.911] [Downloader] posAnchor                   blockHeight=15611933
[WARN] [09-26|13:20:27.419] Served                                   conn=151.115.40.252:64410 method=eth_accounts reqid=16 t=41.738µs err="the method has been deprecated: eth_accounts"
[INFO] [09-26|13:20:28.473] [Downloader] posAnchor                   blockHeight=15611933
[INFO] [09-26|13:20:30.791] [Downloader] posAnchor                   blockHeight=15611933
[INFO] [09-26|13:20:31.158] [Downloader] posAnchor                   blockHeight=15611933
[WARN] [09-26|13:20:35.194] Served                                   conn=151.115.40.252:64424 method=eth_accounts reqid=28 t=37.606µs err="the method has been deprecated: eth_accounts"
[INFO] [09-26|13:20:35.480] [Downloader] posAnchor                   blockHeight=15611933
[WARN] [09-26|13:20:36.943] Served                                   conn=217.12.201.45:38238 method=eth_accounts reqid=1 t=31.86µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|13:20:37.868] Served                                   conn=151.115.40.252:39934 method=eth_accounts reqid=10 t=39.209µs err="the method has been deprecated: eth_accounts"
[INFO] [09-26|13:20:40.777] [Downloader] posAnchor                   blockHeight=15611933
[WARN] [09-26|13:20:42.201] Served                                   conn=195.123.222.16:51586 method=eth_accounts reqid=1 t=32.916µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|13:20:43.041] Served                                   conn=151.115.40.252:39938 method=eth_accounts reqid=91 t=65.34µs err="the method has been deprecated: eth_accounts"
[INFO] [09-26|13:20:45.774] [Downloader] posAnchor                   blockHeight=15611933
[INFO] [09-26|13:20:46.940] [Downloader] posAnchor                   blockHeight=15611933
[WARN] [09-26|13:20:47.728] Served                                   conn=151.115.40.252:64442 method=eth_accounts reqid=0 t=47.672µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|13:20:49.210] Served                                   conn=151.115.40.252:64444 method=eth_accounts reqid=95 t=36.519µs err="the method has been deprecated: eth_accounts"
[INFO] [09-26|13:20:49.319] [Downloader] posAnchor                   blockHeight=15611933
[WARN] [09-26|13:20:50.418] Served                                   conn=151.115.40.252:39946 method=eth_accounts reqid=61 t=56.552µs err="the method has been deprecated: eth_accounts"
[INFO] [09-26|13:20:53.449] [Downloader] Downloaded PoS Headers      now=15611740 blk/sec=6.400
[INFO] [09-26|13:20:55.546] [Downloader] posAnchor                   blockHeight=15611740
[INFO] [09-26|13:20:59.210] [Downloader] posAnchor                   blockHeight=15611740
[WARN] [09-26|13:20:59.348] Served                                   conn=195.123.222.16:45708 method=miner_setEtherbase reqid=1 t=12.231µs err="the method miner_setEtherbase does not exist/is not available"
[WARN] [09-26|13:20:59.752] Served                                   conn=195.123.222.16:51602 method=miner_setEtherbase reqid=1 t=17.114µs err="the method miner_setEtherbase does not exist/is not available"
[WARN] [09-26|13:21:00.017] Served                                   conn=195.123.222.16:55720 method=miner_setEtherbase reqid=1 t=14.72µs err="the method miner_setEtherbase does not exist/is not available"
[WARN] [09-26|13:21:00.287] Served                                   conn=195.123.222.16:60294 method=miner_start reqid=1 t=12.132µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:00.327] Served                                   conn=151.115.40.252:64466 method=eth_accounts reqid=40 t=36.237µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|13:21:00.555] Served                                   conn=195.123.222.16:35908 method=miner_start reqid=1 t=14.638µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:00.808] Served                                   conn=195.123.222.16:39658 method=miner_start reqid=1 t=11.129µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:01.121] Served                                   conn=195.123.222.16:43956 method=miner_start reqid=1 t=12.874µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:01.672] Served                                   conn=195.123.222.16:52208 method=miner_start reqid=1 t=11.222µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:02.330] Served                                   conn=195.123.222.16:57982 method=miner_start reqid=1 t=11.464µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:02.411] Served                                   conn=195.123.222.16:47830 method=miner_start reqid=1 t=17.602µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:02.923] Served                                   conn=195.123.222.16:36426 method=miner_start reqid=1 t=11.01µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:02.971] Served                                   conn=195.123.222.16:54544 method=miner_start reqid=1 t=11.393µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:03.019] Served                                   conn=151.115.40.252:39960 method=eth_accounts reqid=63 t=40.592µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|13:21:03.022] Served                                   conn=195.123.222.16:37166 method=miner_start reqid=1 t=14.464µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:03.455] Served                                   conn=195.123.222.16:43574 method=miner_start reqid=1 t=11.762µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:03.498] Served                                   conn=195.123.222.16:44458 method=miner_start reqid=1 t=12.674µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:03.557] Served                                   conn=195.123.222.16:44888 method=miner_start reqid=1 t=14.178µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:04.018] Served                                   conn=195.123.222.16:52288 method=miner_start reqid=1 t=11.191µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:04.584] Served                                   conn=195.123.222.16:33038 method=miner_start reqid=1 t=13.24µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:04.825] Served                                   conn=151.115.40.252:39964 method=eth_accounts reqid=26 t=35.495µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|13:21:05.087] Served                                   conn=195.123.222.16:40608 method=miner_setEtherbase reqid=1 t=16.227µs err="the method miner_setEtherbase does not exist/is not available"
[WARN] [09-26|13:21:05.599] Served                                   conn=195.123.222.16:48820 method=miner_start reqid=1 t=11.938µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:05.660] Served                                   conn=195.123.222.16:49136 method=miner_setEtherbase reqid=1 t=11.88µs err="the method miner_setEtherbase does not exist/is not available"
[WARN] [09-26|13:21:06.123] Served                                   conn=195.123.222.16:55972 method=miner_start reqid=1 t=11.511µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:06.151] Served                                   conn=195.123.222.16:41712 method=miner_start reqid=1 t=15.432µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:07.246] Served                                   conn=195.123.222.16:56948 method=miner_start reqid=1 t=16.103µs err="the method miner_start does not exist/is not available"
[INFO] [09-26|13:21:07.327] [Downloader] posAnchor                   blockHeight=15611356
[WARN] [09-26|13:21:07.682] Served                                   conn=195.123.222.16:34972 method=miner_start reqid=1 t=13.116µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:07.815] Served                                   conn=195.123.222.16:51006 method=miner_start reqid=1 t=12.535µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:08.129] Served                                   conn=195.123.222.16:55762 method=miner_start reqid=1 t=15.739µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:08.266] Served                                   conn=195.123.222.16:57906 method=miner_start reqid=1 t=15.66µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:08.396] Served                                   conn=195.123.222.16:59954 method=miner_start reqid=1 t=12.128µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:09.063] Served                                   conn=195.123.222.16:54762 method=miner_start reqid=1 t=13.032µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:09.795] Served                                   conn=195.123.222.16:50620 method=miner_start reqid=1 t=11.904µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:09.798] Served                                   conn=195.123.222.16:36564 method=miner_start reqid=1 t=9.12µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:09.854] Served                                   conn=195.123.222.16:34768 method=miner_start reqid=1 t=11.723µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:09.912] Served                                   conn=195.123.222.16:38460 method=miner_start reqid=1 t=12.486µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:10.454] Served                                   conn=195.123.222.16:57810 method=miner_start reqid=1 t=14.87µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:10.489] Served                                   conn=195.123.222.16:57898 method=miner_start reqid=1 t=14.595µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:10.573] Served                                   conn=195.123.222.16:58502 method=miner_start reqid=1 t=11.508µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:10.582] Served                                   conn=195.123.222.16:58958 method=miner_start reqid=1 t=12.581µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:11.029] Served                                   conn=151.115.40.252:64480 method=eth_accounts reqid=21 t=36.335µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|13:21:11.179] Served                                   conn=195.123.222.16:36478 method=miner_start reqid=1 t=15.129µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:11.221] Served                                   conn=195.123.222.16:36766 method=miner_start reqid=1 t=14.465µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:11.259] Served                                   conn=195.123.222.16:37372 method=miner_start reqid=1 t=13.904µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:11.290] Served                                   conn=195.123.222.16:37612 method=miner_start reqid=1 t=10.463µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:11.758] Served                                   conn=195.123.222.16:44934 method=miner_start reqid=1 t=11.148µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:11.760] Served                                   conn=195.123.222.16:45590 method=miner_start reqid=1 t=12.74µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:11.836] Served                                   conn=195.123.222.16:46598 method=miner_start reqid=1 t=11.447µs err="the method miner_start does not exist/is not available"
[INFO] [09-26|13:21:12.188] [Downloader] posAnchor                   blockHeight=15611356
[INFO] [09-26|13:21:12.209] [Downloader] posAnchor                   blockHeight=15611356
[WARN] [09-26|13:21:12.291] Served                                   conn=195.123.222.16:54966 method=miner_start reqid=1 t=10.455µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:12.329] Served                                   conn=195.123.222.16:54778 method=miner_start reqid=1 t=10.662µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:12.413] Served                                   conn=195.123.222.16:56456 method=miner_start reqid=1 t=11.103µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:12.869] Served                                   conn=195.123.222.16:35278 method=miner_start reqid=1 t=13.977µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:12.906] Served                                   conn=195.123.222.16:35848 method=miner_start reqid=1 t=14.254µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:12.926] Served                                   conn=151.115.40.252:64486 method=eth_accounts reqid=72 t=39.318µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|13:21:12.993] Served                                   conn=195.123.222.16:36892 method=miner_start reqid=1 t=21.682µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:13.420] Served                                   conn=195.123.222.16:43620 method=miner_start reqid=1 t=17.01µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:13.473] Served                                   conn=195.123.222.16:44348 method=miner_start reqid=1 t=14.871µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:13.548] Served                                   conn=195.123.222.16:45428 method=miner_start reqid=1 t=11.264µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:14.018] Served                                   conn=195.123.222.16:51376 method=miner_start reqid=1 t=12.614µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:14.035] Served                                   conn=195.123.222.16:52230 method=miner_start reqid=1 t=11.3µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:14.155] Served                                   conn=195.123.222.16:53282 method=miner_start reqid=1 t=15.778µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:14.572] Served                                   conn=195.123.222.16:59636 method=miner_start reqid=1 t=15.537µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:14.872] Served                                   conn=195.123.222.16:47076 method=miner_start reqid=1 t=12.449µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:15.117] Served                                   conn=195.123.222.16:39686 method=miner_start reqid=1 t=12.462µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:15.413] Served                                   conn=195.123.222.16:44816 method=miner_start reqid=1 t=15.059µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:15.567] Served                                   conn=151.115.40.252:39972 method=eth_accounts reqid=60 t=40.318µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|13:21:15.593] Served                                   conn=195.123.222.16:59842 method=miner_start reqid=1 t=10.584µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:15.728] Served                                   conn=195.123.222.16:49460 method=miner_start reqid=1 t=11.517µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:15.779] Served                                   conn=195.123.222.16:50676 method=miner_setEtherbase reqid=1 t=12.001µs err="the method miner_setEtherbase does not exist/is not available"
[WARN] [09-26|13:21:15.806] Served                                   conn=195.123.222.16:33988 method=miner_start reqid=1 t=15.16µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:16.011] Served                                   conn=195.123.222.16:36728 method=miner_start reqid=1 t=12.534µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:16.330] Served                                   conn=195.123.222.16:32804 method=miner_start reqid=1 t=11.667µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:16.393] Served                                   conn=195.123.222.16:34036 method=miner_start reqid=1 t=12.773µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:16.616] Served                                   conn=195.123.222.16:38056 method=miner_start reqid=1 t=12.586µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:16.974] Served                                   conn=195.123.222.16:44758 method=miner_start reqid=1 t=12.537µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:17.175] Served                                   conn=195.123.222.16:53368 method=miner_setEtherbase reqid=1 t=12.836µs err="the method miner_setEtherbase does not exist/is not available"
[WARN] [09-26|13:21:17.187] Served                                   conn=195.123.222.16:48142 method=miner_start reqid=1 t=9.4µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:17.394] Served                                   conn=195.123.222.16:34400 method=miner_start reqid=1 t=12.266µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:17.566] Served                                   conn=195.123.222.16:53962 method=miner_start reqid=1 t=20.794µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:17.734] Served                                   conn=195.123.222.16:56646 method=miner_start reqid=1 t=14.108µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:17.770] Served                                   conn=195.123.222.16:56732 method=miner_start reqid=1 t=12.434µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:17.999] Served                                   conn=195.123.222.16:60674 method=miner_start reqid=1 t=12.002µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:18.568] Served                                   conn=195.123.222.16:37586 method=miner_start reqid=1 t=12.14µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:18.878] Served                                   conn=195.123.222.16:41554 method=miner_start reqid=1 t=13.09µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:19.320] Served                                   conn=195.123.222.16:45238 method=miner_start reqid=1 t=10.662µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:19.444] Served                                   conn=195.123.222.16:38322 method=miner_start reqid=1 t=15.655µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:19.587] Served                                   conn=195.123.222.16:49050 method=miner_start reqid=1 t=14.992µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:19.952] Served                                   conn=195.123.222.16:54780 method=miner_start reqid=1 t=11.13µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:20.211] Served                                   conn=195.123.222.16:58760 method=miner_start reqid=1 t=10.32µs err="the method miner_start does not exist/is not available"
[INFO] [09-26|13:21:20.400] [p2p] GoodPeers                          eth66=28
[WARN] [09-26|13:21:20.566] Served                                   conn=195.123.222.16:36646 method=miner_start reqid=1 t=10.529µs err="the method miner_start does not exist/is not available"
[INFO] [09-26|13:21:20.865] [txpool] stat                            block=15537419 pending=3760 baseFee=30000 queued=30000 alloc=3.2GB sys=3.7GB
[WARN] [09-26|13:21:21.083] Served                                   conn=195.123.222.16:56878 method=miner_start reqid=1 t=12.686µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:21.190] Served                                   conn=195.123.222.16:34926 method=miner_start reqid=1 t=11.052µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:21.223] Served                                   conn=195.123.222.16:47906 method=miner_start reqid=1 t=10.752µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:21.734] Served                                   conn=195.123.222.16:55916 method=miner_start reqid=1 t=11.078µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:21.836] Served                                   conn=195.123.222.16:57256 method=miner_start reqid=1 t=11.922µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:21.857] Served                                   conn=195.123.222.16:57752 method=miner_start reqid=1 t=9.281µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:21.958] Served                                   conn=217.12.201.45:38254 method=eth_accounts reqid=1 t=31.645µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|13:21:22.479] Served                                   conn=195.123.222.16:39092 method=miner_start reqid=1 t=11.492µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:22.490] Served                                   conn=195.123.222.16:39158 method=miner_start reqid=1 t=10.271µs err="the method miner_start does not exist/is not available"
[INFO] [09-26|13:21:23.029] [Downloader] Downloaded PoS Headers      now=15610971 blk/sec=25.633
[WARN] [09-26|13:21:23.083] Served                                   conn=195.123.222.16:48582 method=miner_start reqid=1 t=10.573µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:23.137] Served                                   conn=195.123.222.16:48590 method=miner_start reqid=1 t=11.133µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:23.405] Served                                   conn=195.123.222.16:37510 method=miner_start reqid=1 t=12.675µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:23.711] Served                                   conn=195.123.222.16:57398 method=miner_start reqid=1 t=10.588µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:23.775] Served                                   conn=195.123.222.16:58494 method=miner_start reqid=1 t=10.404µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:24.051] Served                                   conn=195.123.222.16:33988 method=miner_start reqid=1 t=10.835µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:24.408] Served                                   conn=195.123.222.16:39860 method=miner_start reqid=1 t=9.407µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:24.735] Served                                   conn=195.123.222.16:44020 method=miner_start reqid=1 t=15.239µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:25.062] Served                                   conn=195.123.222.16:49214 method=miner_start reqid=1 t=15.611µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:25.356] Served                                   conn=195.123.222.16:38866 method=miner_start reqid=1 t=11.431µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:25.484] Served                                   conn=151.115.40.252:64506 method=eth_accounts reqid=68 t=39.805µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|13:21:25.759] Served                                   conn=195.123.222.16:59264 method=miner_start reqid=1 t=12.517µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:26.034] Served                                   conn=195.123.222.16:35658 method=miner_start reqid=1 t=11.352µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:26.595] Served                                   conn=195.123.222.16:53776 method=miner_start reqid=1 t=10.67µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:26.625] Served                                   conn=151.115.40.252:39986 method=eth_accounts reqid=71 t=33.175µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|13:21:26.626] Served                                   conn=195.123.222.16:41730 method=miner_start reqid=1 t=8.456µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:26.957] Served                                   conn=195.123.222.16:46314 method=miner_start reqid=1 t=11.412µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:27.341] Served                                   conn=195.123.222.16:49970 method=miner_start reqid=1 t=11.434µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:27.347] Served                                   conn=195.123.222.16:50234 method=miner_start reqid=1 t=10.78µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:27.686] Served                                   conn=195.123.222.16:55222 method=miner_start reqid=1 t=11.726µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:28.007] Served                                   conn=195.123.222.16:60310 method=miner_start reqid=1 t=15.481µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:28.095] Served                                   conn=151.115.40.252:39988 method=eth_accounts reqid=44 t=37.221µs err="the method has been deprecated: eth_accounts"
[WARN] [09-26|13:21:28.316] Served                                   conn=195.123.222.16:37136 method=miner_start reqid=1 t=11.649µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:28.636] Served                                   conn=195.123.222.16:42336 method=miner_start reqid=1 t=11.458µs err="the method miner_start does not exist/is not available"
[INFO] [09-26|13:21:29.609] [Downloader] posAnchor                   blockHeight=15610588
[WARN] [09-26|13:21:30.021] Served                                   conn=195.123.222.16:47178 method=miner_start reqid=1 t=11.056µs err="the method miner_start does not exist/is not available"
[WARN] [09-26|13:21:30.312] Served                                   conn=195.123.222.16:52136 method=miner_start reqid=1 t=12.236µs err="the method miner_start does not exist/is not available"
[INFO] [09-26|13:21:31.071] [Downloader] posAnchor                   blockHeight=15610588
[WARN] [09-26|13:21:32.795] Served                                   conn=151.115.40.252:64518 method=eth_accounts reqid=27 t=50.588µs err="the method has been deprecated: eth_accounts"
[INFO] [09-26|13:21:38.038] [Downloader] posAnchor                   blockHeight=15610396
$ curl -X POST -H "Content-Type: application/json" --data '{"jsonrpc": "2.0", "method":"eth_blockNumber", "params": [], "id":1}' localhost:8545
{"jsonrpc":"2.0","id":1,"result":"0xed150b"}

DaraDoyoung avatar Sep 26 '22 13:09 DaraDoyoung

@DaraDoyoung I meant to say that when I was helping the other guy to debug what was happening on his node, I noticed that there were extra blocks received after the merge block, and they had a difficult value, which increased the total accumulated difficult.

That should not happen since post merge there is no more difficult, and the last total difficult value after the TTD should be constant since them, meaning they may be proof of work-generated blocks, I guess.

But I still don't know what happened, it was intended to be extra info to help the team to understand the cause and the proper fix, not for asking you to take action :)

wmitsuda avatar Sep 26 '22 15:09 wmitsuda

@wmitsuda Oh, okay. Thanks for reply! ◡̈

DaraDoyoung avatar Sep 27 '22 02:09 DaraDoyoung

After I restarted my lighthouse process it seemed to work fine but now I'm getting another kind of error. :(

[INFO] [09-27|02:19:06.658] [Downloader] posAnchor                   blockHeight=15545394
[WARN] [09-27|02:19:06.835] Served                                   conn=195.123.222.16:60836 method=eth_coinbase reqid=1 t=38.192µs err="etherbase must be explicitly specified"
[WARN] [09-27|02:19:08.477] Served                                   conn=195.123.222.16:59444 method=eth_coinbase reqid=1 t=51.204µs err="etherbase must be explicitly specified"
[WARN] [09-27|02:19:09.791] Served                                   conn=195.123.222.16:59634 method=eth_coinbase reqid=1 t=40.272µs err="etherbase must be explicitly specified"
[WARN] [09-27|02:19:11.683] Served                                   conn=195.123.222.16:45322 method=eth_coinbase reqid=1 t=39.996µs err="etherbase must be explicitly specified"
[WARN] [09-27|02:19:12.224] Served                                   conn=151.115.40.252:29992 method=eth_accounts reqid=91 t=37.681µs err="the method has been deprecated: eth_accounts"
[WARN] [09-27|02:19:12.331] Served                                   conn=195.123.222.16:60042 method=eth_coinbase reqid=1 t=41.147µs err="etherbase must be explicitly specified"
[WARN] [09-27|02:19:12.455] Served                                   conn=195.123.222.16:34862 method=eth_coinbase reqid=1 t=49.282µs err="etherbase must be explicitly specified"
[WARN] [09-27|02:19:12.490] Served                                   conn=195.123.222.16:34934 method=eth_coinbase reqid=1 t=63.538µs err="etherbase must be explicitly specified"
[WARN] [09-27|02:19:13.538] Served                                   conn=195.123.222.16:49236 method=eth_coinbase reqid=1 t=56.646µs err="etherbase must be explicitly specified"
[WARN] [09-27|02:19:13.667] Served                                   conn=195.123.222.16:52124 method=eth_coinbase reqid=1 t=46.198µs err="etherbase must be explicitly specified"
[WARN] [09-27|02:19:13.830] Served                                   conn=195.123.222.16:56670 method=eth_coinbase reqid=1 t=43.252µs err="etherbase must be explicitly specified"
[WARN] [09-27|02:19:16.395] Served                                   conn=151.115.40.252:34822 method=eth_accounts reqid=42 t=35.109µs err="the method has been deprecated: eth_accounts"
[INFO] [09-27|02:19:16.603] [Downloader] posAnchor                   blockHeight=15543282
[INFO] [09-27|02:19:18.842] [Downloader] Downloaded PoS Headers      now=15542321 blk/sec=256.000
[WARN] [09-27|02:19:23.423] Served                                   conn=151.115.40.252:30000 method=eth_accounts reqid=77 t=43.16µs err="the method has been deprecated: eth_accounts"
[WARN] [09-27|02:19:24.296] Served                                   conn=195.123.222.16:34618 method=eth_accounts reqid=1 t=33.396µs err="the method has been deprecated: eth_accounts"
[WARN] [09-27|02:19:24.436] Served                                   conn=217.12.201.45:47164 method=eth_accounts reqid=1 t=32.772µs err="the method has been deprecated: eth_accounts"
[WARN] [09-27|02:19:24.752] Served                                   conn=151.115.40.252:30002 method=eth_accounts reqid=84 t=39.272µs err="the method has been deprecated: eth_accounts"
[WARN] [09-27|02:19:25.701] Served                                   conn=151.115.40.252:34846 method=eth_accounts reqid=54 t=35.746µs err="the method has been deprecated: eth_accounts"
[INFO] [09-27|02:19:27.423] [Downloader] posAnchor                   blockHeight=15539250
[WARN] [09-27|02:19:28.993] Served                                   conn=151.115.40.252:34852 method=eth_accounts reqid=51 t=59.182µs err="the method has been deprecated: eth_accounts"
[WARN] [09-27|02:19:37.310] Served                                   conn=151.115.40.252:30012 method=eth_accounts reqid=79 t=38.13µs err="the method has been deprecated: eth_accounts"
[INFO] [09-27|02:19:39.869] [Downloader] posAnchor                   blockHeight=15538098
[INFO] [09-27|02:19:41.493] UnwindTo                                 block=15537393 bad_block_hash=0x0000000000000000000000000000000000000000000000000000000000000000
[INFO] [09-27|02:19:41.493] [6/7 HashState] Unwinding started        from=15537419 to=15537393 storage=false codes=true
[INFO] [09-27|02:19:41.500] [6/7 HashState] Unwinding started        from=15537419 to=15537393 storage=false codes=false
[INFO] [09-27|02:19:41.518] [6/7 HashState] Unwinding started        from=15537419 to=15537393 storage=true codes=false
[WARN] [09-27|02:19:41.553] Served                                   conn=151.115.40.252:34874 method=eth_accounts reqid=42 t=38.05µs err="the method has been deprecated: eth_accounts"
[INFO] [09-27|02:19:41.563] [7/7 IntermediateHashes] Unwinding       from=15537419 to=15537393 csbucket=AccountChangeSet
[INFO] [09-27|02:19:41.596] [7/7 IntermediateHashes] Unwinding       from=15537419 to=15537393 csbucket=StorageChangeSet
[INFO] [09-27|02:19:42.136] [7/7 IntermediateHashes] Trie root       hash=0x4919dafa6ac8becfbbd0c2808f6c9511a057c21e42839caff5dfb6d3ef514951
[INFO] [09-27|02:19:42.197] [5/7 Execution] Unwind Execution         from=15537419 to=15537393
[WARN] [09-27|02:19:42.327] Could not validate block                 err="Not implemented, trace: [stageloop.go:262 panic.go:884 memory_mutation.go:277 stage_bodies.go:138 default_stages.go:253 sync.go:352 sync.go:255 stageloop.go:355 backend.go:329 fork_validator.go:258 fork_validator.go:216 stage_headers.go:657 collector.go:276 collector.go:144 stage_headers.go:670 stage_headers.go:717 stage_headers.go:175 stage_headers.go:142 default_stages.go:36 sync.go:352 sync.go:255 stageloop.go:169 stageloop.go:90 asm_amd64.s:1594]"
[WARN] [09-27|02:19:42.848] Removing beacon request due to           err="Not implemented, trace: [stageloop.go:262 panic.go:884 memory_mutation.go:277 stage_bodies.go:138 default_stages.go:253 sync.go:352 sync.go:255 stageloop.go:355 backend.go:329 fork_validator.go:258 fork_validator.go:216 stage_headers.go:657 collector.go:276 collector.go:144 stage_headers.go:670 stage_headers.go:717 stage_headers.go:175 stage_headers.go:142 default_stages.go:36 sync.go:352 sync.go:255 stageloop.go:169 stageloop.go:90 asm_amd64.s:1594]" requestId=128
[INFO] [09-27|02:19:42.848] [2/16 Headers] DONE                      in=5m6.136406954s
[INFO] [09-27|02:19:42.849] Timings (slower than 50ms)               Headers=5m6.136s
[INFO] [09-27|02:19:42.849] RPC Daemon notified of new headers       from=15537419 to=15537420 header sending=4.305µs log sending=215ns
[INFO] [09-27|02:19:42.849] [2/16 Headers] Waiting for Consensus Layer...
[WARN] [09-27|02:19:45.193] Served                                   conn=151.115.40.252:30016 method=eth_accounts reqid=84 t=36.684µs err="the method has been deprecated: eth_accounts"
[WARN] [09-27|02:19:47.514] Served                                   conn=151.115.40.252:34894 method=eth_accounts reqid=52 t=44.897µs err="the method has been deprecated: eth_accounts"
[INFO] [09-27|02:19:48.414] [p2p] GoodPeers                          eth66=104
[INFO] [09-27|02:19:48.842] [txpool] stat                            block=15537393 pending=4912 baseFee=30000 queued=30000 alloc=4.6GB sys=6.9GB
[INFO] [09-27|02:19:49.113] [2/16 Headers] New payload: need to download parent height=15621668 hash=0x967444ac329212afaaa8353a5f43aded6f6763d74013f18f20d60f12e7f37772 parentHash=0x321fba38135663e202996e690620dfee9c42620287524c164832b39435e787f1
[INFO] [09-27|02:19:49.113] [2/16 Headers] Downloading PoS headers... height=15621667 hash=0x321fba38135663e202996e690620dfee9c42620287524c164832b39435e787f1 requestId=129
[INFO] [09-27|02:19:49.113] Timings (slower than 50ms)               Headers=6.263s
[INFO] [09-27|02:19:49.113] RPC Daemon notified of new headers       from=15537419 to=15537420 header sending=9.4µs log sending=261ns
[INFO] [09-27|02:19:49.495] [Downloader] posAnchor                   blockHeight=15621476
[WARN] [09-27|02:19:49.874] Served                                   conn=151.115.40.252:30022 method=eth_accounts reqid=61 t=47.687µs err="the method has been deprecated: eth_accounts"
[WARN] [09-27|02:19:54.133] Served                                   conn=151.115.40.252:34908 method=eth_accounts reqid=16 t=36.507µs err="the method has been deprecated: eth_accounts"
[WARN] [09-27|02:20:00.642] Served                                   conn=195.123.222.16:57448 method=eth_coinbase reqid=1 t=37.591µs err="etherbase must be explicitly specified"
[WARN] [09-27|02:20:00.809] Served                                   conn=195.123.222.16:33464 method=eth_coinbase reqid=1 t=38.297µs err="etherbase must be explicitly specified"
[WARN] [09-27|02:20:01.018] Served                                   conn=195.123.222.16:39078 method=eth_coinbase reqid=1 t=41.868µs err="etherbase must be explicitly specified"

DaraDoyoung avatar Sep 27 '22 02:09 DaraDoyoung

I am getting similar problems. Did you manage to solve it?

nikeix avatar Oct 13 '22 08:10 nikeix

+1 I starting syncing last week and the blocks are stuck at block=14999999

pauline-thrackle avatar Oct 13 '22 13:10 pauline-thrackle

@nikeix @pauline-thrackle I solved the problem by unwinding several times.

build/bin/integration state_stages --unwind=1 --datadir ~/data --chain mainnet
build/bin/integration stage_headers --unwind=1 --datadir ~/data --chain mainnet

I guess unwinding how many blocks does not matter. I think I unwinded about 3-4 times. (It works fine right after the unwinding but it starts to have errors again, so when it does try unwinding again) To make integration go to the erigon directory and type make integration Also try pulling the latest version of erigon project before you run your erigon process or integration process. Hope this helps!

DaraDoyoung avatar Oct 16 '22 13:10 DaraDoyoung

+1 I starting syncing last week and the blocks are stuck at block=14999999

I also have erigon stuck at the same block. Did you manage to solve it?

Stronzo-sky avatar Oct 29 '22 19:10 Stronzo-sky

This issue is stale because it has been open for 40 days with no activity. Remove stale label or comment, or this will be closed in 7 days.

github-actions[bot] avatar Dec 09 '22 02:12 github-actions[bot]

This issue was closed because it has been stalled for 7 days with no activity.

github-actions[bot] avatar Dec 17 '22 02:12 github-actions[bot]