Skip to content

Instantly share code, notes, and snippets.

@keefertaylor
Created October 31, 2018 22:56
Show Gist options
  • Save keefertaylor/df3969e900ca655beca9f8f968a2bbda to your computer and use it in GitHub Desktop.
Save keefertaylor/df3969e900ca655beca9f8f968a2bbda to your computer and use it in GitHub Desktop.
Tezos Node Startup Sequence
Oct 31 22:46:21 - node.main: Starting the Tezos node...
Oct 31 22:46:21 - node.main: Peer's global id: idteW9mJmHzq1jpq7nJLZrE2U5G4p7
Oct 31 22:46:21 - node.worker: bootstrapping chain...
Oct 31 22:46:21 - p2p.io-scheduler: --> create
Oct 31 22:46:21 - core: counter worker started
Oct 31 22:46:21 - core: io_scheduler(write) worker started
Oct 31 22:46:21 - core: io_scheduler(read) worker started
Oct 31 22:46:21 - core: maintenance worker started
Oct 31 22:46:21 - core: welcome worker started
Oct 31 22:52:30 - core: db_request_scheduler worker started
Oct 31 22:52:30 - validator.block: Worker started
Oct 31 22:52:30 - core: block_validator worker started
Oct 31 22:52:30 - core: validator.block worker started
Oct 31 22:52:30 - node.validator: activate chain NetXdQprcVkpaWU
Oct 31 22:52:30 - core: db_request_scheduler worker started
Oct 31 22:52:30 - core: db_request_scheduler worker started
Oct 31 22:52:30 - core: db_request_scheduler worker started
Oct 31 22:52:30 - core: db_request_scheduler worker started
Oct 31 22:52:30 - validator.chain(1): Worker started for NetXdQprcVkpa
Oct 31 22:52:30 - prevalidator(1): Worker started for NetXdQprcVkpa
Oct 31 22:52:30 - core: prevalidator(NetXdQprcVkpa) worker started
Oct 31 22:52:30 - core: validator.chain(NetXdQprcVkpa) worker started
Oct 31 22:52:30 - p2p.maintenance: Too few connections (0)
Oct 31 22:52:30 - p2p.connection-pool: connect: 13.251.135.60:9732
Oct 31 22:52:30 - p2p.connection-pool: connect: 51.145.177.135:9732
Oct 31 22:52:30 - p2p.connection-pool: connect: 45.79.146.133:9732
Oct 31 22:52:30 - p2p.connection-pool: connect: 18.130.158.253:9732
Oct 31 22:52:30 - p2p.connection-pool: connect: 76.29.102.68:9732
Oct 31 22:52:30 - node.main: Starting a RPC server listening on ::ffff:172.31.43.87:8732.
Oct 31 22:52:30 - node.main: The Tezos node is now running!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment