Skip to content

Instantly share code, notes, and snippets.

@autotunafish
Created October 18, 2023 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save autotunafish/30959aa159bf301c38af8f4480a206e2 to your computer and use it in GitHub Desktop.
Save autotunafish/30959aa159bf301c38af8f4480a206e2 to your computer and use it in GitHub Desktop.
2023-10-18T19:31:39.944348Z  INFO zebrad::components::tracing::component: started tracing component filter="info" TRACING_STATIC_MAX_LEVEL=LevelFilter::INFO LOG_STATIC_MAX_LEVEL=Info
2023-10-18T19:31:39.944596Z  INFO zebrad::components::tracing::component: activated progress bars progress_bar_config=Summary
2023-10-18T19:31:39.944615Z  INFO zebrad::application: Diagnostic Metadata:
version: 1.3.0
Zcash network: Mainnet
running state version: 25.2.2
initial disk state version: 25.2.2
features: default,howudoin,indicatif,progress_bar,release_max_level_info
branch: master
git commit: 51bb15c
commit timestamp: 2023-10-17T04:01:19.000000000Z
target triple: x86_64-unknown-linux-gnu
rust compiler: 1.71.0
rust release date: 2023-07-12
optimization level: 3
debug checks: false
2023-10-18T19:31:39.944652Z  INFO zebrad::application: loaded zebrad config config_path=Some("/home/john/.config/zebrad.toml") config=ZebradConfig { consensus: Config { checkpoint_sync: true, debug_skip_parameter_preload: false }, metrics: Config { endpoint_addr: None }, network: Config { listen_addr: 0.0.0.0:8233, network: Mainnet, initial_mainnet_peers: {"dnsseed.z.cash:8233", "dnsseed.str4d.xyz:8233", "mainnet.seeder.zfnd.org:8233", "mainnet.is.yolo.money:8233"}, initial_testnet_peers: {"dnsseed.testnet.z.cash:18233", "testnet.seeder.zfnd.org:18233", "testnet.is.yolo.money:18233"}, cache_dir: IsEnabled(true), peerset_initial_target_size: 25, crawl_new_peer_interval: 61s, max_connections_per_ip: 1 }, state: Config { cache_dir: "/media/john/zk/zebra", ephemeral: false, delete_old_database: true, debug_stop_at_height: None, debug_validity_check_interval: None }, tracing: Config { inner: InnerConfig { use_color: true, force_use_color: false, filter: None, buffer_limit: 128000, endpoint_addr: None, flamegraph: None, progress_bar: Some(Summary), log_file: Some("/home/john/.local/state/zebrad.log"), use_journald: false } }, sync: Config { download_concurrency_limit: 50, checkpoint_verify_concurrency_limit: 1000, full_verify_concurrency_limit: 20, parallel_cpu_threads: 0 }, mempool: Config { tx_cost_limit: 80000000, eviction_memory_time: 3600s, debug_enable_at_height: None }, rpc: Config { listen_addr: Some(127.0.0.1:8232), parallel_cpu_threads: 0, debug_force_finished_sync: false }, mining: Config { miner_address: None, extra_coinbase_data: None, debug_like_zcashd: true } }
2023-10-18T19:31:39.945049Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::application: initialized rayon thread pool for CPU-bound tasks num_threads=4
2023-10-18T19:31:39.946110Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::commands::start: Starting zebrad
2023-10-18T19:31:39.946274Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::commands::start: initializing node state
2023-10-18T19:31:39.960164Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::commands::start: opening database, this may take a few minutes
2023-10-18T19:31:39.960600Z  INFO zebra_state::service::finalized_state::disk_format::upgrade: trying to open current database format running_version=25.2.2
2023-10-18T19:31:39.960791Z  INFO zebra_state::service::finalized_state::disk_db: the open file limit is high enough for Zebra current_limit=1024 min_limit=512 ideal_limit=1024
2023-10-18T19:31:44.155927Z  INFO zebra_state::service::finalized_state::disk_db: Opened Zebra state cache at /media/john/zk/zebra/state/v25/mainnet
2023-10-18T19:31:44.163632Z  INFO zebra_state::service::finalized_state::disk_format::upgrade: checking database format produced by a previous zebra instance is current and valid running_version=25.2.2
2023-10-18T19:31:44.163516Z  INFO zebra_state::service::finalized_state: loaded Zebra state cache tip=Some((Height(2265907), block::Hash("0000000001119bec8e6bcf76a7a51db71a63d6c9ec44177e6ffcbe01b49b3a4d")))
2023-10-18T19:31:44.171022Z  INFO zebra_state::service: starting legacy chain check
2023-10-18T19:31:44.173706Z  INFO zebra_state::service: cached state consensus branch is valid: no legacy chain found
2023-10-18T19:31:44.173798Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::commands::start: initializing network
2023-10-18T19:31:44.173882Z  INFO {zebrad="51bb15c" net="Main"}:open_listener{addr=0.0.0.0:8233}: zebra_network::peer_set::initialize: Trying to open Zcash protocol endpoint at 0.0.0.0:8233...
2023-10-18T19:31:44.173968Z  INFO {zebrad="51bb15c" net="Main"}:open_listener{addr=0.0.0.0:8233}: zebra_network::peer_set::initialize: Opened Zcash protocol endpoint at 0.0.0.0:8233
2023-10-18T19:31:44.174305Z  INFO {zebrad="51bb15c" net="Main"}: zebra_network::address_book_updater: starting the address book updater
2023-10-18T19:31:44.231025Z  INFO {zebrad="51bb15c" net="Main"}:add_initial_peers: zebra_network::config: resolved seed peer IP addresses seed="dnsseed.z.cash:8233" remote_ip_count=25
2023-10-18T19:31:44.237832Z  INFO {zebrad="51bb15c" net="Main"}:add_initial_peers: zebra_network::config: resolved seed peer IP addresses seed="dnsseed.str4d.xyz:8233" remote_ip_count=31
2023-10-18T19:31:49.175249Z  INFO {zebrad="51bb15c" net="Main"}:add_initial_peers: zebra_network::config: DNS timeout resolving peer IP addresses host="mainnet.seeder.zfnd.org:8233" e=Elapsed(())
2023-10-18T19:31:49.175305Z  INFO {zebrad="51bb15c" net="Main"}:add_initial_peers: zebra_network::config: Seed peer DNS resolution failed, checking for addresses from other seed peers host="mainnet.seeder.zfnd.org:8233" attempts=1
2023-10-18T19:31:49.176420Z  INFO {zebrad="51bb15c" net="Main"}:add_initial_peers: zebra_network::config: DNS timeout resolving peer IP addresses host="mainnet.is.yolo.money:8233" e=Elapsed(())
2023-10-18T19:31:49.176453Z  INFO {zebrad="51bb15c" net="Main"}:add_initial_peers: zebra_network::config: Seed peer DNS resolution failed, checking for addresses from other seed peers host="mainnet.is.yolo.money:8233" attempts=1
2023-10-18T19:31:49.177227Z  INFO {zebrad="51bb15c" net="Main"}:add_initial_peers: zebra_network::config: loaded cached peer IP addresses cached_ip_count=25 peer_cache_file="/home/john/.cache/zebra/network/mainnet.peers"
2023-10-18T19:31:49.177299Z  INFO {zebrad="51bb15c" net="Main"}:add_initial_peers: zebra_network::peer_set::initialize: limiting the initial peers list from 59 to 25
2023-10-18T19:31:49.177878Z  INFO {zebrad="51bb15c" net="Main"}:add_initial_peers: zebra_network::peer_set::initialize: connecting to initial peer set ipv4_peer_count=24 ipv6_peer_count=1
2023-10-18T19:31:51.763680Z  INFO {zebrad="51bb15c" net="Main"}:add_initial_peers: zebra_network::peer_set::initialize: finished connecting to initial seed and disk cache peers handshake_success_total=25 handshake_error_total=0 outbound_connections=25
2023-10-18T19:31:51.763848Z  INFO {zebrad="51bb15c" net="Main"}: zebra_network::peer_set::initialize: sending initial request for peers active_initial_peer_count=25
2023-10-18T19:31:51.764597Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::commands::start: initializing verifiers
2023-10-18T19:31:51.769238Z  INFO {zebrad="51bb15c" net="Main"}:init{config=Config { checkpoint_sync: true, debug_skip_parameter_preload: false } network=Mainnet debug_skip_parameter_preload=false}: zebra_consensus::primitives::groth16::params: checking and loading Zcash Sapling and Sprout parameters
2023-10-18T19:31:51.781094Z  INFO {zebrad="51bb15c" net="Main"}:crawl_and_dial{new_peer_interval=61s}: zebra_network::peer_set::initialize: starting the peer address crawler crawl_new_peer_interval=61s outbound_connections=25
2023-10-18T19:31:51.781180Z  INFO {zebrad="51bb15c" net="Main"}:init{config=Config { checkpoint_sync: true, debug_skip_parameter_preload: false } network=Mainnet debug_skip_parameter_preload=false}: zebra_consensus::router: starting state checkpoint validation
2023-10-18T19:31:51.793094Z  INFO {zebrad="51bb15c" net="Main"}:init{config=Config { checkpoint_sync: true, debug_skip_parameter_preload: false } network=Mainnet debug_skip_parameter_preload=false}: zebra_consensus::router: initializing block verifier router tip=Some((Height(2265907), block::Hash("0000000001119bec8e6bcf76a7a51db71a63d6c9ec44177e6ffcbe01b49b3a4d"))) max_checkpoint_height=Height(2258698)
2023-10-18T19:31:51.793297Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::commands::start: initializing syncer
2023-10-18T19:31:51.793334Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::commands::start: initializing mempool
2023-10-18T19:31:51.793395Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::commands::start: fully initializing inbound peer request handler
2023-10-18T19:31:51.793417Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::commands::start: spawning RPC server
2023-10-18T19:31:51.793437Z  INFO {zebrad="51bb15c" net="Main"}: zebra_rpc::server: Trying to open RPC endpoint at 127.0.0.1:8232...
2023-10-18T19:31:51.827688Z  INFO {zebrad="51bb15c" net="Main"}: zebra_rpc::server: Opened RPC endpoint at 127.0.0.1:8232
2023-10-18T19:31:51.827904Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::commands::start: spawning block gossip task
2023-10-18T19:31:51.827934Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::commands::start: spawning mempool queue checker task
2023-10-18T19:31:51.827948Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::commands::start: spawning mempool transaction gossip task
2023-10-18T19:31:51.827960Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::commands::start: spawning delete old databases task
2023-10-18T19:31:51.828036Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::commands::start: spawning progress logging task
2023-10-18T19:31:51.828056Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::commands::start: spawning end of support checking task
2023-10-18T19:31:51.828076Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::commands::start: spawning mempool crawler task
2023-10-18T19:31:51.828098Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::commands::start: spawning syncer task
2023-10-18T19:31:51.828111Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::commands::start: spawned initial Zebra tasks
2023-10-18T19:31:51.833067Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::crawler: initializing mempool crawler task
2023-10-18T19:31:51.833116Z  INFO {zebrad="51bb15c" net="Main"}: zebra_state::config: checking for old database versions
2023-10-18T19:31:51.833283Z  INFO {zebrad="51bb15c" net="Main"}: zebra_state::config: finished old database version cleanup task
2023-10-18T19:31:51.834054Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: starting sync, obtaining new tips state_tip=Some(Height(2265907))
2023-10-18T19:31:51.834334Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::queue_checker: initializing mempool queue checker task
2023-10-18T19:31:51.834369Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::sync::end_of_support: Starting end of support task
2023-10-18T19:31:51.834398Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: initializing transaction gossip task
2023-10-18T19:31:51.838696Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::sync::gossip: initializing block gossip task
2023-10-18T19:31:55.735161Z  INFO {zebrad="51bb15c" net="Main"}:init{config=Config { checkpoint_sync: true, debug_skip_parameter_preload: false } network=Mainnet debug_skip_parameter_preload=false}: zebra_consensus::primitives::groth16::params: Zcash Sapling and Sprout parameters downloaded and/or verified
2023-10-18T19:32:01.835563Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::sync::end_of_support: Checking if Zebra release is inside support range ...
2023-10-18T19:32:01.835613Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::sync::end_of_support: Zebra release is supported until block 2393024, please report bugs at https://github.com/ZcashFoundation/zebra/issues
2023-10-18T19:32:05.609565Z  INFO {zebrad="51bb15c" net="Main"}:init{config=Config { checkpoint_sync: true, debug_skip_parameter_preload: false } network=Mainnet debug_skip_parameter_preload=false}: zebra_consensus::router: finished state checkpoint validation
2023-10-18T19:32:11.177766Z  INFO zebra_state::service::finalized_state::disk_format::upgrade: database format is valid running_version=25.2.2 inital_disk_version=25.2.2
2023-10-18T19:32:11.783837Z  INFO {zebrad="51bb15c" net="Main"}:peer_cache_updater: zebra_network::config: updated cached peer IP addresses cached_ip_count=25 peer_cache_file="/home/john/.cache/zebra/network/mainnet.peers"
2023-10-18T19:32:18.806310Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: extending tips tips.len=1 in_flight=19 extra_hashes=0 lookahead_limit=20 state_tip=Some(Height(2265988))
2023-10-18T19:32:19.028969Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: exhausted prospective tip set
2023-10-18T19:32:19.029045Z  INFO {zebrad="51bb15c" net="Main"}:sync: zebrad::components::sync: waiting to restart sync timeout=67s state_tip=Some(Height(2265989))
2023-10-18T19:32:51.858555Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: estimated progress to chain tip sync_percent=100.000% current_height=Height(2266007) network_upgrade=Nu5 remaining_sync_blocks=2 time_since_last_state_block=0s
2023-10-18T19:33:26.030239Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: starting sync, obtaining new tips state_tip=Some(Height(2266007))
2023-10-18T19:33:26.183200Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: extending tips tips.len=1 in_flight=2 extra_hashes=0 lookahead_limit=20 state_tip=Some(Height(2266007))
2023-10-18T19:33:26.244845Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: exhausted prospective tip set
2023-10-18T19:33:26.244902Z  INFO {zebrad="51bb15c" net="Main"}:sync: zebrad::components::sync: waiting to restart sync timeout=67s state_tip=Some(Height(2266007))
2023-10-18T19:33:26.628089Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool: activating mempool: Zebra is close to the tip tip_height=Height(2266008)
2023-10-18T19:33:26.855720Z  INFO {zebrad="51bb15c" net="Main"}:{peer=Out("v4redacted:8233")}:msg_as_req{msg="inv"}:inbound:download_and_verify{hash=000000000025f18a6a205db916a8c53661339232ff7cf71aa0922e4ea5ddcecc}: zebrad::components::inbound::downloads: downloaded and verified gossiped block height=Height(2266010)
2023-10-18T19:33:26.860712Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool: resetting mempool: switched best chain, skipped blocks, or activated network upgrade tip_height=Height(2266010)
2023-10-18T19:33:26.860885Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool: activating mempool: Zebra is close to the tip tip_height=Height(2266010)
2023-10-18T19:33:26.860904Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool: re-verifying mempool transactions after a chain fork transactions=25
2023-10-18T19:33:28.512587Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(3) changes=1
2023-10-18T19:33:35.515308Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(6) changes=3
2023-10-18T19:33:43.981440Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(11) changes=7
2023-10-18T19:33:50.983066Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(25) changes=10
2023-10-18T19:33:51.876674Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: finished initial sync to chain tip, using gossiped blocks sync_percent=100.000% current_height=Height(2266010) network_upgrade=Nu5 remaining_sync_blocks=0 time_since_last_state_block=0s
2023-10-18T19:33:58.411319Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(9) changes=6
2023-10-18T19:34:05.412933Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(10) changes=5
2023-10-18T19:34:12.415294Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(26) changes=7
2023-10-18T19:34:19.417518Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(13) changes=7
2023-10-18T19:34:26.418955Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(13) changes=8
2023-10-18T19:34:33.246672Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: starting sync, obtaining new tips state_tip=Some(Height(2266010))
2023-10-18T19:34:33.421189Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(24) changes=5
2023-10-18T19:34:39.248771Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: exhausted prospective tip set
2023-10-18T19:34:39.248820Z  INFO {zebrad="51bb15c" net="Main"}:sync: zebrad::components::sync: waiting to restart sync timeout=67s state_tip=Some(Height(2266010))
2023-10-18T19:34:46.251097Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(11) changes=10
2023-10-18T19:34:51.893268Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: finished initial sync to chain tip, using gossiped blocks sync_percent=100.000% current_height=Height(2266010) network_upgrade=Nu5 remaining_sync_blocks=1 time_since_last_state_block=1m
2023-10-18T19:34:53.253218Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(9) changes=2
2023-10-18T19:35:00.254928Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(14) changes=5
2023-10-18T19:35:07.256315Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(8) changes=6
2023-10-18T19:35:14.258757Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(30) changes=10
2023-10-18T19:35:25.626395Z  INFO {zebrad="51bb15c" net="Main"}:{peer=Out("v4redacted:8233")}:msg_as_req{msg="inv"}:inbound:download_and_verify{hash=0000000000d46652f9116bcb4f9e51bb989353e322091323b80012617a891cb3}: zebrad::components::inbound::downloads: downloaded and verified gossiped block height=Height(2266011)
2023-10-18T19:35:27.261430Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(29) changes=11
2023-10-18T19:35:34.263126Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(23) changes=11
2023-10-18T19:35:41.265722Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(17) changes=11
2023-10-18T19:35:46.250394Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: starting sync, obtaining new tips state_tip=Some(Height(2266011))
2023-10-18T19:35:48.268647Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(15) changes=7
2023-10-18T19:35:51.910715Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: finished initial sync to chain tip, using gossiped blocks sync_percent=100.000% current_height=Height(2266011) network_upgrade=Nu5 remaining_sync_blocks=0 time_since_last_state_block=0s
2023-10-18T19:35:52.252856Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: exhausted prospective tip set
2023-10-18T19:35:52.252927Z  INFO {zebrad="51bb15c" net="Main"}:sync: zebrad::components::sync: waiting to restart sync timeout=67s state_tip=Some(Height(2266011))
2023-10-18T19:35:59.403346Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(12) changes=8
2023-10-18T19:36:06.404836Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(3) changes=3
2023-10-18T19:36:17.254193Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(23) changes=4
2023-10-18T19:36:24.256244Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(11) changes=5
2023-10-18T19:36:31.258609Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(34) changes=11
2023-10-18T19:36:38.261230Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(23) changes=11
2023-10-18T19:36:45.263040Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(37) changes=11
2023-10-18T19:36:51.928390Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: finished initial sync to chain tip, using gossiped blocks sync_percent=100.000% current_height=Height(2266011) network_upgrade=Nu5 remaining_sync_blocks=1 time_since_last_state_block=1m
2023-10-18T19:36:53.014760Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(25) changes=11
2023-10-18T19:36:59.254686Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: starting sync, obtaining new tips state_tip=Some(Height(2266011))
2023-10-18T19:37:00.016128Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(23) changes=11
2023-10-18T19:37:05.256074Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: exhausted prospective tip set
2023-10-18T19:37:05.256142Z  INFO {zebrad="51bb15c" net="Main"}:sync: zebrad::components::sync: waiting to restart sync timeout=67s state_tip=Some(Height(2266011))
2023-10-18T19:37:11.786973Z  INFO {zebrad="51bb15c" net="Main"}:peer_cache_updater: zebra_network::config: updated cached peer IP addresses cached_ip_count=30 peer_cache_file="/home/john/.cache/zebra/network/mainnet.peers"
2023-10-18T19:37:12.257157Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(37) changes=11
2023-10-18T19:37:19.259628Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(9) changes=5
2023-10-18T19:37:26.261270Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(9) changes=2
2023-10-18T19:37:36.256577Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(6) changes=4
2023-10-18T19:37:43.260214Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(27) changes=9
2023-10-18T19:37:50.263396Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(27) changes=10
2023-10-18T19:37:51.944748Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: finished initial sync to chain tip, using gossiped blocks sync_percent=100.000% current_height=Height(2266011) network_upgrade=Nu5 remaining_sync_blocks=2 time_since_last_state_block=2m
2023-10-18T19:37:58.319433Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(16) changes=7
2023-10-18T19:38:05.321316Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(27) changes=11
2023-10-18T19:38:12.257519Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: starting sync, obtaining new tips state_tip=Some(Height(2266011))
2023-10-18T19:38:12.324728Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(31) changes=11
2023-10-18T19:38:18.259319Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: exhausted prospective tip set
2023-10-18T19:38:18.259402Z  INFO {zebrad="51bb15c" net="Main"}:sync: zebrad::components::sync: waiting to restart sync timeout=67s state_tip=Some(Height(2266011))
2023-10-18T19:38:19.327870Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(22) changes=11
2023-10-18T19:38:26.330849Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(12) changes=10
2023-10-18T19:38:33.333411Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(8) changes=5
2023-10-18T19:38:40.335692Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(9) changes=6
2023-10-18T19:38:47.338570Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(6) changes=5
2023-10-18T19:38:51.962262Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: finished initial sync to chain tip, using gossiped blocks sync_percent=100.000% current_height=Height(2266011) network_upgrade=Nu5 remaining_sync_blocks=2 time_since_last_state_block=3m
2023-10-18T19:38:56.098681Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(30) changes=7
2023-10-18T19:39:02.895782Z  INFO {zebrad="51bb15c" net="Main"}:{peer=Out("v4redacted:8233")}:msg_as_req{msg="inv"}:inbound:download_and_verify{hash=00000000010982af0a468365b56d07b3b3209dd8b1e2f5e7e40bcc29964274a4}: zebrad::components::inbound::downloads: downloaded and verified gossiped block height=Height(2266012)
2023-10-18T19:39:03.101846Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(8) changes=4
2023-10-18T19:39:10.103571Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(24) changes=7
2023-10-18T19:39:17.105106Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(35) changes=11
2023-10-18T19:39:24.313063Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(27) changes=11
2023-10-18T19:39:25.260291Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: starting sync, obtaining new tips state_tip=Some(Height(2266012))
2023-10-18T19:39:31.262852Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: exhausted prospective tip set
2023-10-18T19:39:31.262931Z  INFO {zebrad="51bb15c" net="Main"}:sync: zebrad::components::sync: waiting to restart sync timeout=67s state_tip=Some(Height(2266012))
2023-10-18T19:39:31.377308Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(29) changes=11
2023-10-18T19:39:38.379213Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(21) changes=10
2023-10-18T19:39:45.382133Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(14) changes=9
2023-10-18T19:39:51.976095Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: finished initial sync to chain tip, using gossiped blocks sync_percent=100.000% current_height=Height(2266012) network_upgrade=Nu5 remaining_sync_blocks=1 time_since_last_state_block=0s
2023-10-18T19:39:52.384830Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(10) changes=4
2023-10-18T19:39:59.386943Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(2) changes=2
2023-10-18T19:40:06.389162Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(20) changes=5
2023-10-18T19:40:09.647648Z  INFO {zebrad="51bb15c" net="Main"}:{peer=Out("v4redacted:8233")}:msg_as_req{msg="inv"}:inbound:download_and_verify{hash=00000000008f93848134419b4fadceaecb1b83386a9fbcc3a1609299bb06019c}: zebrad::components::inbound::downloads: downloaded and verified gossiped block height=Height(2266013)
2023-10-18T19:40:13.391799Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(14) changes=6
2023-10-18T19:40:20.394198Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(16) changes=8
2023-10-18T19:40:27.395971Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(17) changes=11
2023-10-18T19:40:34.398738Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(21) changes=11
2023-10-18T19:40:38.264235Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: starting sync, obtaining new tips state_tip=Some(Height(2266013))
2023-10-18T19:40:44.274203Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: exhausted prospective tip set
2023-10-18T19:40:44.274271Z  INFO {zebrad="51bb15c" net="Main"}:sync: zebrad::components::sync: waiting to restart sync timeout=67s state_tip=Some(Height(2266013))
2023-10-18T19:40:47.096264Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(32) changes=11
2023-10-18T19:40:51.994328Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: finished initial sync to chain tip, using gossiped blocks sync_percent=100.000% current_height=Height(2266013) network_upgrade=Nu5 remaining_sync_blocks=0 time_since_last_state_block=0s
2023-10-18T19:40:54.098139Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(31) changes=11
2023-10-18T19:41:01.100230Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(24) changes=11
2023-10-18T19:41:08.102398Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(34) changes=11
2023-10-18T19:41:15.104228Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(12) changes=7
2023-10-18T19:41:22.106465Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(14) changes=4
2023-10-18T19:41:32.498852Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(34) changes=8
2023-10-18T19:41:32.639722Z  INFO {zebrad="51bb15c" net="Main"}:{peer=Out("v4redacted:8233")}:msg_as_req{msg="inv"}:inbound:download_and_verify{hash=0000000000f1df0cb2c3a3a2b68e49fd6a78f6e826db07c1bb384ec9056c2885}: zebrad::components::inbound::downloads: downloaded and verified gossiped block height=Height(2266014)
2023-10-18T19:41:39.504438Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(28) changes=9
2023-10-18T19:41:46.506066Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(27) changes=11
2023-10-18T19:41:51.275461Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: starting sync, obtaining new tips state_tip=Some(Height(2266014))
2023-10-18T19:41:52.006104Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: finished initial sync to chain tip, using gossiped blocks sync_percent=100.000% current_height=Height(2266014) network_upgrade=Nu5 remaining_sync_blocks=0 time_since_last_state_block=0s
2023-10-18T19:41:56.758699Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(34) changes=11
2023-10-18T19:41:57.277748Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: exhausted prospective tip set
2023-10-18T19:41:57.277857Z  INFO {zebrad="51bb15c" net="Main"}:sync: zebrad::components::sync: waiting to restart sync timeout=67s state_tip=Some(Height(2266014))
2023-10-18T19:42:03.760598Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(25) changes=8
2023-10-18T19:42:11.789154Z  INFO {zebrad="51bb15c" net="Main"}:peer_cache_updater: zebra_network::config: updated cached peer IP addresses cached_ip_count=32 peer_cache_file="/home/john/.cache/zebra/network/mainnet.peers"
2023-10-18T19:42:12.670098Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(36) changes=11
2023-10-18T19:42:19.672156Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(22) changes=11
2023-10-18T19:42:26.674214Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(36) changes=11
2023-10-18T19:42:33.677084Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(11) changes=6
2023-10-18T19:42:40.679149Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(16) changes=3
2023-10-18T19:42:47.681101Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(11) changes=3
2023-10-18T19:42:52.021907Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: finished initial sync to chain tip, using gossiped blocks sync_percent=100.000% current_height=Height(2266014) network_upgrade=Nu5 remaining_sync_blocks=1 time_since_last_state_block=1m
2023-10-18T19:42:58.118628Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(20) changes=4
2023-10-18T19:43:04.279466Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: starting sync, obtaining new tips state_tip=Some(Height(2266014))
2023-10-18T19:43:05.121288Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(25) changes=10
2023-10-18T19:43:10.281740Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: exhausted prospective tip set
2023-10-18T19:43:10.281779Z  INFO {zebrad="51bb15c" net="Main"}:sync: zebrad::components::sync: waiting to restart sync timeout=67s state_tip=Some(Height(2266014))
2023-10-18T19:43:16.628679Z  INFO {zebrad="51bb15c" net="Main"}:{peer=Out("v4redacted:8233")}:msg_as_req{msg="inv"}:inbound:download_and_verify{hash=00000000013258d393d80310cd2793501a2635b21ec6e831a9b1d2a093db3d83}: zebrad::components::inbound::downloads: downloaded and verified gossiped block height=Height(2266015)
2023-10-18T19:43:17.283211Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(24) changes=11
2023-10-18T19:43:24.409530Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(26) changes=11
2023-10-18T19:43:31.411122Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(24) changes=11
2023-10-18T19:43:38.413913Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(34) changes=11
2023-10-18T19:43:45.416899Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(11) changes=6
2023-10-18T19:43:52.035901Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: finished initial sync to chain tip, using gossiped blocks sync_percent=100.000% current_height=Height(2266015) network_upgrade=Nu5 remaining_sync_blocks=0 time_since_last_state_block=0s
2023-10-18T19:43:52.419702Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(1) changes=1
2023-10-18T19:43:59.421015Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(13) changes=7
2023-10-18T19:44:09.012223Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(18) changes=6
2023-10-18T19:44:16.037606Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(30) changes=11
2023-10-18T19:44:17.283148Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: starting sync, obtaining new tips state_tip=Some(Height(2266015))
2023-10-18T19:44:23.129974Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(40) changes=11
2023-10-18T19:44:23.285990Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: exhausted prospective tip set
2023-10-18T19:44:23.286071Z  INFO {zebrad="51bb15c" net="Main"}:sync: zebrad::components::sync: waiting to restart sync timeout=67s state_tip=Some(Height(2266015))
2023-10-18T19:44:30.133374Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(28) changes=11
2023-10-18T19:44:43.135561Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(29) changes=11
2023-10-18T19:44:50.136957Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(38) changes=11
2023-10-18T19:44:52.053238Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: finished initial sync to chain tip, using gossiped blocks sync_percent=100.000% current_height=Height(2266015) network_upgrade=Nu5 remaining_sync_blocks=1 time_since_last_state_block=1m
2023-10-18T19:44:57.139150Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(32) changes=11
2023-10-18T19:45:02.845743Z  INFO {zebrad="51bb15c" net="Main"}:{peer=Out("v4redacted:8233")}:msg_as_req{msg="inv"}:inbound:download_and_verify{hash=0000000001a1c44643e16b6ae277923a9959c15235d9b9ce5a18e4f837c54a34}: zebrad::components::inbound::downloads: downloaded and verified gossiped block height=Height(2266016)
2023-10-18T19:45:04.235426Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(9) changes=4
2023-10-18T19:45:11.237258Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(4) changes=3
2023-10-18T19:45:18.239106Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(20) changes=5
2023-10-18T19:45:23.635721Z  INFO {zebrad="51bb15c" net="Main"}:{peer=Out("v4redacted:8233")}:msg_as_req{msg="inv"}:inbound:download_and_verify{hash=0000000000765d489eacb6c9247d16d16144506e2669d91cfb851d6b761cdfb2}: zebrad::components::inbound::downloads: downloaded and verified gossiped block height=Height(2266017)
2023-10-18T19:45:25.380347Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(38) changes=6
2023-10-18T19:45:30.287069Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: starting sync, obtaining new tips state_tip=Some(Height(2266017))
2023-10-18T19:45:32.382042Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(5) changes=5
2023-10-18T19:45:36.289793Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: exhausted prospective tip set
2023-10-18T19:45:36.289872Z  INFO {zebrad="51bb15c" net="Main"}:sync: zebrad::components::sync: waiting to restart sync timeout=67s state_tip=Some(Height(2266017))
2023-10-18T19:45:39.384948Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(15) changes=9
2023-10-18T19:45:46.385778Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(22) changes=11
2023-10-18T19:45:52.069283Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: finished initial sync to chain tip, using gossiped blocks sync_percent=100.000% current_height=Height(2266017) network_upgrade=Nu5 remaining_sync_blocks=0 time_since_last_state_block=0s
2023-10-18T19:45:53.614716Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(48) changes=11
2023-10-18T19:46:00.617961Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(28) changes=11
2023-10-18T19:46:04.457658Z  INFO {zebrad="51bb15c" net="Main"}:{peer=Out("v4redacted:8233")}:msg_as_req{msg="inv"}:inbound:download_and_verify{hash=0000000001679a22990a70b69afd2c3dabca36d4d8550ffe4b4c25b246c44a7e}: zebrad::components::inbound::downloads: downloaded and verified gossiped block height=Height(2266018)
2023-10-18T19:46:07.620332Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(24) changes=11
2023-10-18T19:46:14.622712Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(28) changes=11
2023-10-18T19:46:21.624019Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(17) changes=11
2023-10-18T19:46:28.626216Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(4) changes=2
2023-10-18T19:46:35.627801Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(3) changes=2
2023-10-18T19:46:42.789232Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(31) changes=7
2023-10-18T19:46:43.291754Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: starting sync, obtaining new tips state_tip=Some(Height(2266018))
2023-10-18T19:46:49.293524Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: exhausted prospective tip set
2023-10-18T19:46:49.293570Z  INFO {zebrad="51bb15c" net="Main"}:sync: zebrad::components::sync: waiting to restart sync timeout=67s state_tip=Some(Height(2266018))
2023-10-18T19:46:49.791246Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(22) changes=5
2023-10-18T19:46:52.082576Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: finished initial sync to chain tip, using gossiped blocks sync_percent=100.000% current_height=Height(2266018) network_upgrade=Nu5 remaining_sync_blocks=0 time_since_last_state_block=0s
2023-10-18T19:46:56.793819Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(24) changes=8
2023-10-18T19:47:03.796067Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(20) changes=5
2023-10-18T19:47:10.798161Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(17) changes=8
2023-10-18T19:47:11.790988Z  INFO {zebrad="51bb15c" net="Main"}:peer_cache_updater: zebra_network::config: updated cached peer IP addresses cached_ip_count=35 peer_cache_file="/home/john/.cache/zebra/network/mainnet.peers"
2023-10-18T19:47:17.911580Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(37) changes=11
2023-10-18T19:47:24.402453Z  INFO {zebrad="51bb15c" net="Main"}:{peer=Out("v4redacted:8233")}:msg_as_req{msg="inv"}:inbound:download_and_verify{hash=0000000000930743ab63a8474870e32073f6a7d0d4f3a2e2f6ba17e800f2f836}: zebrad::components::inbound::downloads: downloaded and verified gossiped block height=Height(2266019)
2023-10-18T19:47:24.914845Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(24) changes=11
2023-10-18T19:47:31.917335Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(20) changes=11
2023-10-18T19:47:38.919267Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(19) changes=8
2023-10-18T19:47:45.922202Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(6) changes=4
2023-10-18T19:47:52.098143Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: finished initial sync to chain tip, using gossiped blocks sync_percent=100.000% current_height=Height(2266019) network_upgrade=Nu5 remaining_sync_blocks=0 time_since_last_state_block=0s
2023-10-18T19:47:52.924364Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(4) changes=4
2023-10-18T19:47:56.294008Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: starting sync, obtaining new tips state_tip=Some(Height(2266019))
2023-10-18T19:47:59.938731Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(37) changes=5
2023-10-18T19:48:02.295789Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: exhausted prospective tip set
2023-10-18T19:48:02.296049Z  INFO {zebrad="51bb15c" net="Main"}:sync: zebrad::components::sync: waiting to restart sync timeout=67s state_tip=Some(Height(2266019))
2023-10-18T19:48:06.949108Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::mempool::gossip: sending mempool transaction broadcast request=AdvertiseTransactionIds(16) changes=3
2023-10-18T19:48:15.783678Z  INFO {zebrad="51bb15c" net="Main"}:crawl_and_dial{new_peer_interval=61s}:crawl: zebra_network::peer_set::candidate_set: timeout waiting for peer service readiness or peer responses
2023-10-18T19:48:52.113529Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: finished initial sync to chain tip, using gossiped blocks sync_percent=100.000% current_height=Height(2266019) network_upgrade=Nu5 remaining_sync_blocks=1 time_since_last_state_block=1m
2023-10-18T19:49:09.297190Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: starting sync, obtaining new tips state_tip=Some(Height(2266019))
2023-10-18T19:49:15.299994Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: exhausted prospective tip set
2023-10-18T19:49:15.300050Z  INFO {zebrad="51bb15c" net="Main"}:sync: zebrad::components::sync: waiting to restart sync timeout=67s state_tip=Some(Height(2266019))
2023-10-18T19:49:16.783463Z  INFO {zebrad="51bb15c" net="Main"}:crawl_and_dial{new_peer_interval=61s}:crawl: zebra_network::peer_set::candidate_set: timeout waiting for peer service readiness or peer responses
2023-10-18T19:49:21.091959Z  WARN {zebrad="51bb15c" net="Main"}: zebra_network::address_book: all peer addresses have failed. Hint: check your network connection address_metrics=AddressMetrics { responded: 0, never_attempted_gossiped: 0, never_attempted_alternate: 0, failed: 60, attempt_pending: 0, recently_live: 0, recently_stopped_responding: 0, num_addresses: 60, address_limit: 4000 }
2023-10-18T19:49:52.128923Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: finished initial sync to chain tip, using gossiped blocks sync_percent=100.000% current_height=Height(2266019) network_upgrade=Nu5 remaining_sync_blocks=2 time_since_last_state_block=2m
2023-10-18T19:50:09.783084Z  WARN {zebrad="51bb15c" net="Main"}:crawl_and_dial{new_peer_interval=61s}:crawl: zebra_network::peer_set::set: network request with no peer connections. Hint: check your network connection address_metrics=AddressMetrics { responded: 0, never_attempted_gossiped: 0, never_attempted_alternate: 0, failed: 60, attempt_pending: 0, recently_live: 0, recently_stopped_responding: 0, num_addresses: 60, address_limit: 4000 }
2023-10-18T19:50:17.783510Z  INFO {zebrad="51bb15c" net="Main"}:crawl_and_dial{new_peer_interval=61s}:crawl: zebra_network::peer_set::candidate_set: timeout waiting for peer service readiness or peer responses
2023-10-18T19:50:22.301432Z  INFO {zebrad="51bb15c" net="Main"}:sync:try_to_sync: zebrad::components::sync: starting sync, obtaining new tips state_tip=Some(Height(2266019))
2023-10-18T19:50:52.145576Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: finished initial sync to chain tip, using gossiped blocks sync_percent=100.000% current_height=Height(2266019) network_upgrade=Nu5 remaining_sync_blocks=3 time_since_last_state_block=3m
2023-10-18T19:51:18.783827Z  INFO {zebrad="51bb15c" net="Main"}:crawl_and_dial{new_peer_interval=61s}:crawl: zebra_network::peer_set::candidate_set: timeout waiting for peer service readiness or peer responses
2023-10-18T19:51:52.159389Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: finished initial sync to chain tip, using gossiped blocks sync_percent=100.000% current_height=Height(2266019) network_upgrade=Nu5 remaining_sync_blocks=4 time_since_last_state_block=4m
2023-10-18T19:52:11.794462Z  INFO {zebrad="51bb15c" net="Main"}:peer_cache_updater: zebra_network::config: updated cached peer IP addresses cached_ip_count=35 peer_cache_file="/home/john/.cache/zebra/network/mainnet.peers"
2023-10-18T19:52:19.783552Z  INFO {zebrad="51bb15c" net="Main"}:crawl_and_dial{new_peer_interval=61s}:crawl: zebra_network::peer_set::candidate_set: timeout waiting for peer service readiness or peer responses
2023-10-18T19:52:52.178664Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: finished initial sync to chain tip, using gossiped blocks sync_percent=100.000% current_height=Height(2266019) network_upgrade=Nu5 remaining_sync_blocks=4 time_since_last_state_block=5m
2023-10-18T19:53:20.784162Z  INFO {zebrad="51bb15c" net="Main"}:crawl_and_dial{new_peer_interval=61s}:crawl: zebra_network::peer_set::candidate_set: timeout waiting for peer service readiness or peer responses
2023-10-18T19:53:52.194523Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: finished initial sync to chain tip, using gossiped blocks sync_percent=100.000% current_height=Height(2266019) network_upgrade=Nu5 remaining_sync_blocks=5 time_since_last_state_block=6m
2023-10-18T19:54:21.783101Z  INFO {zebrad="51bb15c" net="Main"}:crawl_and_dial{new_peer_interval=61s}:crawl: zebra_network::peer_set::candidate_set: timeout waiting for peer service readiness or peer responses
2023-10-18T19:54:52.209804Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: finished initial sync to chain tip, using gossiped blocks sync_percent=100.000% current_height=Height(2266019) network_upgrade=Nu5 remaining_sync_blocks=6 time_since_last_state_block=7m
2023-10-18T19:55:22.783741Z  INFO {zebrad="51bb15c" net="Main"}:crawl_and_dial{new_peer_interval=61s}:crawl: zebra_network::peer_set::candidate_set: timeout waiting for peer service readiness or peer responses
2023-10-18T19:55:52.227890Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: finished initial sync to chain tip, using gossiped blocks sync_percent=100.000% current_height=Height(2266019) network_upgrade=Nu5 remaining_sync_blocks=7 time_since_last_state_block=8m
2023-10-18T19:56:23.784457Z  INFO {zebrad="51bb15c" net="Main"}:crawl_and_dial{new_peer_interval=61s}:crawl: zebra_network::peer_set::candidate_set: timeout waiting for peer service readiness or peer responses
2023-10-18T19:56:52.244713Z  INFO {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: finished initial sync to chain tip, using gossiped blocks sync_percent=100.000% current_height=Height(2266019) network_upgrade=Nu5 remaining_sync_blocks=8 time_since_last_state_block=9m
2023-10-18T19:57:11.798239Z  INFO {zebrad="51bb15c" net="Main"}:peer_cache_updater: zebra_network::config: updated cached peer IP addresses cached_ip_count=35 peer_cache_file="/home/john/.cache/zebra/network/mainnet.peers"
2023-10-18T19:57:24.783660Z  INFO {zebrad="51bb15c" net="Main"}:crawl_and_dial{new_peer_interval=61s}:crawl: zebra_network::peer_set::candidate_set: timeout waiting for peer service readiness or peer responses
2023-10-18T19:57:52.261045Z  WARN {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: chain updates have stalled, state height has not increased for 10 minutes. Hint: check your network connection, and your computer clock and time zone sync_percent=100.000% current_height=Height(2266019) network_upgrade=Nu5 time_since_last_state_block=10m target_block_spacing=1m 15s max_block_spacing=None is_syncer_stopped=true
2023-10-18T19:58:25.783612Z  INFO {zebrad="51bb15c" net="Main"}:crawl_and_dial{new_peer_interval=61s}:crawl: zebra_network::peer_set::candidate_set: timeout waiting for peer service readiness or peer responses
2023-10-18T19:58:52.281573Z  WARN {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: chain updates have stalled, state height has not increased for 11 minutes. Hint: check your network connection, and your computer clock and time zone sync_percent=100.000% current_height=Height(2266019) network_upgrade=Nu5 time_since_last_state_block=11m target_block_spacing=1m 15s max_block_spacing=None is_syncer_stopped=true
2023-10-18T19:59:26.783281Z  INFO {zebrad="51bb15c" net="Main"}:crawl_and_dial{new_peer_interval=61s}:crawl: zebra_network::peer_set::candidate_set: timeout waiting for peer service readiness or peer responses
2023-10-18T19:59:52.299328Z  WARN {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: chain updates have stalled, state height has not increased for 12 minutes. Hint: check your network connection, and your computer clock and time zone sync_percent=100.000% current_height=Height(2266019) network_upgrade=Nu5 time_since_last_state_block=12m target_block_spacing=1m 15s max_block_spacing=None is_syncer_stopped=true
2023-10-18T20:00:27.783428Z  INFO {zebrad="51bb15c" net="Main"}:crawl_and_dial{new_peer_interval=61s}:crawl: zebra_network::peer_set::candidate_set: timeout waiting for peer service readiness or peer responses
2023-10-18T20:00:52.317423Z  WARN {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: chain updates have stalled, state height has not increased for 13 minutes. Hint: check your network connection, and your computer clock and time zone sync_percent=100.000% current_height=Height(2266019) network_upgrade=Nu5 time_since_last_state_block=13m target_block_spacing=1m 15s max_block_spacing=None is_syncer_stopped=true
2023-10-18T20:01:28.782909Z  INFO {zebrad="51bb15c" net="Main"}:crawl_and_dial{new_peer_interval=61s}:crawl: zebra_network::peer_set::candidate_set: timeout waiting for peer service readiness or peer responses
2023-10-18T20:01:52.331423Z  WARN {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: chain updates have stalled, state height has not increased for 14 minutes. Hint: check your network connection, and your computer clock and time zone sync_percent=99.999% current_height=Height(2266019) network_upgrade=Nu5 time_since_last_state_block=14m target_block_spacing=1m 15s max_block_spacing=None is_syncer_stopped=true
2023-10-18T20:02:11.800242Z  INFO {zebrad="51bb15c" net="Main"}:peer_cache_updater: zebra_network::config: updated cached peer IP addresses cached_ip_count=35 peer_cache_file="/home/john/.cache/zebra/network/mainnet.peers"
2023-10-18T20:02:29.783272Z  INFO {zebrad="51bb15c" net="Main"}:crawl_and_dial{new_peer_interval=61s}:crawl: zebra_network::peer_set::candidate_set: timeout waiting for peer service readiness or peer responses
2023-10-18T20:02:52.347221Z  WARN {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: chain updates have stalled, state height has not increased for 15 minutes. Hint: check your network connection, and your computer clock and time zone sync_percent=99.999% current_height=Height(2266019) network_upgrade=Nu5 time_since_last_state_block=15m target_block_spacing=1m 15s max_block_spacing=None is_syncer_stopped=true
2023-10-18T20:03:30.784396Z  INFO {zebrad="51bb15c" net="Main"}:crawl_and_dial{new_peer_interval=61s}:crawl: zebra_network::peer_set::candidate_set: timeout waiting for peer service readiness or peer responses
2023-10-18T20:03:52.365995Z  WARN {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: chain updates have stalled, state height has not increased for 16 minutes. Hint: check your network connection, and your computer clock and time zone sync_percent=99.999% current_height=Height(2266019) network_upgrade=Nu5 time_since_last_state_block=16m target_block_spacing=1m 15s max_block_spacing=None is_syncer_stopped=true
2023-10-18T20:04:31.783144Z  INFO {zebrad="51bb15c" net="Main"}:crawl_and_dial{new_peer_interval=61s}:crawl: zebra_network::peer_set::candidate_set: timeout waiting for peer service readiness or peer responses
2023-10-18T20:04:52.382465Z  WARN {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: chain updates have stalled, state height has not increased for 17 minutes. Hint: check your network connection, and your computer clock and time zone sync_percent=99.999% current_height=Height(2266019) network_upgrade=Nu5 time_since_last_state_block=17m target_block_spacing=1m 15s max_block_spacing=None is_syncer_stopped=true
2023-10-18T20:05:32.782920Z  INFO {zebrad="51bb15c" net="Main"}:crawl_and_dial{new_peer_interval=61s}:crawl: zebra_network::peer_set::candidate_set: timeout waiting for peer service readiness or peer responses
2023-10-18T20:05:52.396979Z  WARN {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: chain updates have stalled, state height has not increased for 18 minutes. Hint: check your network connection, and your computer clock and time zone sync_percent=99.999% current_height=Height(2266019) network_upgrade=Nu5 time_since_last_state_block=18m target_block_spacing=1m 15s max_block_spacing=None is_syncer_stopped=true
2023-10-18T20:06:33.783175Z  INFO {zebrad="51bb15c" net="Main"}:crawl_and_dial{new_peer_interval=61s}:crawl: zebra_network::peer_set::candidate_set: timeout waiting for peer service readiness or peer responses
2023-10-18T20:06:52.412100Z  WARN {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: chain updates have stalled, state height has not increased for 19 minutes. Hint: check your network connection, and your computer clock and time zone sync_percent=99.999% current_height=Height(2266019) network_upgrade=Nu5 time_since_last_state_block=19m target_block_spacing=1m 15s max_block_spacing=None is_syncer_stopped=true
2023-10-18T20:07:11.802841Z  INFO {zebrad="51bb15c" net="Main"}:peer_cache_updater: zebra_network::config: updated cached peer IP addresses cached_ip_count=35 peer_cache_file="/home/john/.cache/zebra/network/mainnet.peers"
2023-10-18T20:07:34.783135Z  INFO {zebrad="51bb15c" net="Main"}:crawl_and_dial{new_peer_interval=61s}:crawl: zebra_network::peer_set::candidate_set: timeout waiting for peer service readiness or peer responses
2023-10-18T20:07:52.430883Z  WARN {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: chain updates have stalled, state height has not increased for 20 minutes. Hint: check your network connection, and your computer clock and time zone sync_percent=99.999% current_height=Height(2266019) network_upgrade=Nu5 time_since_last_state_block=20m target_block_spacing=1m 15s max_block_spacing=None is_syncer_stopped=true
2023-10-18T20:08:35.784200Z  INFO {zebrad="51bb15c" net="Main"}:crawl_and_dial{new_peer_interval=61s}:crawl: zebra_network::peer_set::candidate_set: timeout waiting for peer service readiness or peer responses
2023-10-18T20:08:52.446609Z  WARN {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: chain updates have stalled, state height has not increased for 21 minutes. Hint: check your network connection, and your computer clock and time zone sync_percent=99.999% current_height=Height(2266019) network_upgrade=Nu5 time_since_last_state_block=21m target_block_spacing=1m 15s max_block_spacing=None is_syncer_stopped=true
2023-10-18T20:09:36.783209Z  INFO {zebrad="51bb15c" net="Main"}:crawl_and_dial{new_peer_interval=61s}:crawl: zebra_network::peer_set::candidate_set: timeout waiting for peer service readiness or peer responses
2023-10-18T20:09:52.462204Z  WARN {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: chain updates have stalled, state height has not increased for 22 minutes. Hint: check your network connection, and your computer clock and time zone sync_percent=99.999% current_height=Height(2266019) network_upgrade=Nu5 time_since_last_state_block=22m target_block_spacing=1m 15s max_block_spacing=None is_syncer_stopped=true
2023-10-18T20:10:37.783657Z  INFO {zebrad="51bb15c" net="Main"}:crawl_and_dial{new_peer_interval=61s}:crawl: zebra_network::peer_set::candidate_set: timeout waiting for peer service readiness or peer responses
2023-10-18T20:10:52.480260Z  WARN {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: chain updates have stalled, state height has not increased for 23 minutes. Hint: check your network connection, and your computer clock and time zone sync_percent=99.999% current_height=Height(2266019) network_upgrade=Nu5 time_since_last_state_block=23m target_block_spacing=1m 15s max_block_spacing=None is_syncer_stopped=true
2023-10-18T20:11:38.784050Z  INFO {zebrad="51bb15c" net="Main"}:crawl_and_dial{new_peer_interval=61s}:crawl: zebra_network::peer_set::candidate_set: timeout waiting for peer service readiness or peer responses
2023-10-18T20:11:52.493248Z  WARN {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: chain updates have stalled, state height has not increased for 24 minutes. Hint: check your network connection, and your computer clock and time zone sync_percent=99.999% current_height=Height(2266019) network_upgrade=Nu5 time_since_last_state_block=24m target_block_spacing=1m 15s max_block_spacing=None is_syncer_stopped=true
2023-10-18T20:12:11.804946Z  INFO {zebrad="51bb15c" net="Main"}:peer_cache_updater: zebra_network::config: updated cached peer IP addresses cached_ip_count=35 peer_cache_file="/home/john/.cache/zebra/network/mainnet.peers"
2023-10-18T20:12:39.783222Z  INFO {zebrad="51bb15c" net="Main"}:crawl_and_dial{new_peer_interval=61s}:crawl: zebra_network::peer_set::candidate_set: timeout waiting for peer service readiness or peer responses
2023-10-18T20:12:52.506918Z  WARN {zebrad="51bb15c" net="Main"}: zebrad::components::sync::progress: chain updates have stalled, state height has not increased for 25 minutes. Hint: check your network connection, and your computer clock and time zone sync_percent=99.999% current_height=Height(2266019) network_upgrade=Nu5 time_since_last_state_block=25m target_block_spacing=1m 15s max_block_spacing=None is_syncer_stopped=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment