Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions Bakers/B3/b3 submission space
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
Node name: salam
Node Id: c113cb305442e551

==============================================
1. stopped node with ctrl+c and started node
Time: 25s
Lenght: 125521 - 125526 (5 blocks)
==============================================
2. stopped node with ctrl+c and started with --no-block-state-import
Time: 27s
Lenght: 125776 - 125779 (3 blocks)
==============================================
48 changes: 48 additions & 0 deletions Bakers/B3/screenlog.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@


Latest version of the concordium client is 0.3.2

Trying to download upstream block state...
groupadd: group 'docker' already exists
useradd: user 'docker' already exists
Initializing configuration structure in directory '/var/lib/concordium/config'.
Skipping '/var/lib/concordium/config': directory already exists.
Creating directory '/var/lib/concordium/config/accounts'.
Skipping '/var/lib/concordium/config/accounts': directory already exists.
Creating file '/var/lib/concordium/config/accounts/names.map'.
Skipping '/var/lib/concordium/config/accounts/names.map': file already exists.
[92mConfiguration initialized.
[0m2020-10-21 21:13:33,503 INFO Included extra file "/etc/supervisor/conf.d/concordium.conf" during parsing
2020-10-21 21:13:33,504 INFO Set uid to user 0 succeeded
2020-10-21 21:13:33,512 INFO RPC interface 'supervisor' initialized
2020-10-21 21:13:33,512 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2020-10-21 21:13:33,512 INFO supervisord started with pid 13
2020-10-21 21:13:34,515 INFO spawned: 'collector' with pid 15
2020-10-21 21:13:34,516 INFO spawned: 'middleware' with pid 16
2020-10-21 21:13:34,517 INFO spawned: 'nginx' with pid 17
2020-10-21 21:13:34,518 INFO spawned: 'p2p-client' with pid 18
2020-10-21 21:13:34.585731068Z: INFO: Starting up p2p_client version 0.3.2!
2020-10-21 21:13:34.585740015Z: INFO: Application data directory: "/var/lib/concordium/data"
2020-10-21 21:13:34.585744253Z: INFO: Application config directory: "/var/lib/concordium/config"
2020-10-21 21:13:34.585746177Z: INFO: Network: enabled
2020-10-21 21:13:34.585746898Z: INFO: Log level: info
2020-10-21 21:13:34.587316882Z: INFO: My Node ID is c113cb305442e551
2020-10-21 21:13:34.590241898Z: INFO: Starting consensus layer
2020-10-21 21:13:34.590248070Z: INFO: Starting up the consensus thread
2020-10-21 21:13:34.591445250Z: INFO: Starting up the consensus layer
2020-10-21 21:13:35,592 INFO success: collector entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-10-21 21:13:35,592 INFO success: middleware entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-10-21 21:13:35,593 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-10-21 21:13:35,593 INFO success: p2p-client entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-10-21 21:13:59.570743893Z: INFO: Consensus layer started
2020-10-21 21:13:59.571029445Z: INFO: RPC server started
2020-10-21 21:13:59.571136032Z: INFO: Starting out of band catch-up
2020-10-21 21:13:59.573577960Z: ERROR: External: Error importing block: OtherError ResultDuplicate
2020-10-21 21:13:59.573830450Z: INFO: Completed out of band catch-up
2020-10-21 21:13:59.574405602Z: INFO: Starting the P2P layer
2020-10-21 21:13:59.574533770Z: INFO: Attempting to bootstrap
2020-10-21 21:13:59.618743698Z: INFO: Using bootstrapper 54.77.133.220:8888
2020-10-21 21:13:59.618787258Z: INFO: Using bootstrapper 52.17.42.154:8888
2020-10-21 21:13:59.618790895Z: INFO: Commencing baking
2020-10-21 21:13:59.619601886Z: INFO: Runner: Starting baker thread
2020-10-21 21:14:00.103292171Z: INFO: Sent a direct message to peer cd5604e705fdb916 containing a catch-up status message
67 changes: 67 additions & 0 deletions Bakers/B3/screenlog.1.no-block-state.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@

groupadd: group 'docker' already exists
useradd: user 'docker' already exists
Initializing configuration structure in directory '/var/lib/concordium/config'.
Skipping '/var/lib/concordium/config': directory already exists.
Creating directory '/var/lib/concordium/config/accounts'.
Skipping '/var/lib/concordium/config/accounts': directory already exists.
Creating file '/var/lib/concordium/config/accounts/names.map'.
Skipping '/var/lib/concordium/config/accounts/names.map': file already exists.
[92mConfiguration initialized.
[0m2020-10-21 21:54:14,864 INFO Included extra file "/etc/supervisor/conf.d/concordium.conf" during parsing
2020-10-21 21:54:14,865 INFO Set uid to user 0 succeeded
2020-10-21 21:54:14,874 INFO RPC interface 'supervisor' initialized
2020-10-21 21:54:14,874 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2020-10-21 21:54:14,875 INFO supervisord started with pid 13
2020-10-21 21:54:15,878 INFO spawned: 'collector' with pid 15
2020-10-21 21:54:15,879 INFO spawned: 'middleware' with pid 16
2020-10-21 21:54:15,882 INFO spawned: 'nginx' with pid 17
2020-10-21 21:54:15,886 INFO spawned: 'p2p-client' with pid 18
2020-10-21 21:54:15.969943940Z: INFO: Starting up p2p_client version 0.3.2!
2020-10-21 21:54:15.970716015Z: INFO: Application data directory: "/var/lib/concordium/data"
2020-10-21 21:54:15.971256076Z: INFO: Application config directory: "/var/lib/concordium/config"
2020-10-21 21:54:15.971991003Z: INFO: Network: enabled
2020-10-21 21:54:15.972380702Z: INFO: Log level: info
2020-10-21 21:54:15.973438362Z: INFO: My Node ID is c113cb305442e551
2020-10-21 21:54:15.976751506Z: INFO: Starting consensus layer
2020-10-21 21:54:15.977041119Z: INFO: Starting up the consensus thread
2020-10-21 21:54:15.978554542Z: INFO: Starting up the consensus layer
2020-10-21 21:54:16,980 INFO success: collector entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-10-21 21:54:16,980 INFO success: middleware entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-10-21 21:54:16,980 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-10-21 21:54:16,980 INFO success: p2p-client entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-10-21 21:54:42.219648123Z: INFO: Consensus layer started
2020-10-21 21:54:42.219687386Z: INFO: RPC server started
2020-10-21 21:54:42.219849751Z: INFO: Starting the P2P layer
2020-10-21 21:54:42.219852827Z: INFO: Attempting to bootstrap
2020-10-21 21:54:42.269459965Z: INFO: Using bootstrapper 52.17.42.154:8888
2020-10-21 21:54:42.269475594Z: INFO: Using bootstrapper 54.77.133.220:8888
2020-10-21 21:54:42.269478700Z: INFO: Commencing baking
2020-10-21 21:54:42.269559932Z: INFO: Runner: Starting baker thread
2020-10-21 21:54:42.752640014Z: INFO: Sent a direct message to peer 41e1426c8a574a1b containing a catch-up status message
2020-10-21 21:54:42.753780780Z: INFO: Processed a catch-up status message from 41e1426c8a574a1b
2020-10-21 21:54:42.754083897Z: INFO: Sent a direct message to peer 41e1426c8a574a1b containing a catch-up status message
2020-10-21 21:54:42.859758077Z: INFO: Skov: Receive statistics: blocksReceivedCount=1 blockLastReceived=1.6033172828589892e9 blockReceiveLatencyEMA=57.88589893470001 blockReceiveLatencyEMSD=173.65769680410003 blockReceivePeriodEMA=Nothing blockReceivePeriodEMSD=Nothing
2020-10-21 21:54:42.902384104Z: INFO: Skov: Block 95f216d0a98b0cd517b5826680628ab2b6facab3f6202a2150af4b2d47ea34cb (639) arrived
2020-10-21 21:54:42.903846471Z: INFO: Skov: Arrive statistics: blocksVerifiedCount=1 blockLastArrive=1.6033172829023063e9 blockArriveLatencyEMA=57.8902306278 blockArriveLatencyEMSD=173.6706918834 blockArrivePeriodEMA=Nothing blockArrivePeriodEMSD=Nothing transactionsPerBlockEMA=0.0 transactionsPerBlockEMSD=0.0
2020-10-21 21:54:42.904499955Z: INFO: Processed a block from 41e1426c8a574a1b
2020-10-21 21:54:42.906719261Z: INFO: Skov: Receive statistics: blocksReceivedCount=2 blockLastReceived=1.6033172829057667e9 blockReceiveLatencyEMA=108.86288572193001 blockReceiveLatencyEMSD=224.78695409325482 blockReceivePeriodEMA=Just 4.677746e-2 blockReceivePeriodEMSD=Just 0.0
2020-10-21 21:54:42.921887950Z: INFO: Skov: Block 95f216d0a98b0cd517b5826680628ab2b6facab3f6202a2150af4b2d47ea34cb is finalized at height 125712 with finalization delta=0
2020-10-21 21:54:42.923187423Z: INFO: Skov: Finalization statistics: finalizationCount=1 lastFinalizedTime=1.6033172829231246e9 finalizationPeriodEMA=Nothing finalizationPeriodEMSD=Nothing
2020-10-21 21:54:42.937668495Z: INFO: Skov: Block fd599b547b0e49217769c4605a6d671743be13796db2389cee50912b7a1a078c (12) arrived
2020-10-21 21:54:42.940756036Z: INFO: Skov: Arrive statistics: blocksVerifiedCount=2 blockLastArrive=1.6033172829376388e9 blockArriveLatencyEMA=108.86997143292001 blockArriveLatencyEMSD=224.8016104265001 blockArrivePeriodEMA=Just 3.5332401e-2 blockArrivePeriodEMSD=Just 0.0 transactionsPerBlockEMA=0.0 transactionsPerBlockEMSD=0.0
2020-10-21 21:54:42.941694242Z: INFO: Processed a block from 41e1426c8a574a1b
2020-10-21 21:54:42.943011579Z: INFO: Skov: Receive statistics: blocksReceivedCount=3 blockLastReceived=1.6033172829422069e9 blockReceiveLatencyEMA=154.545817828037 blockReceiveLatencyEMSD=253.49285952423074 blockReceivePeriodEMA=Just 4.57437116e-2 blockReceivePeriodEMSD=Just 3.1012452000000004e-3
2020-10-21 21:54:42.957777074Z: INFO: Skov: Block fd599b547b0e49217769c4605a6d671743be13796db2389cee50912b7a1a078c is finalized at height 125713 with finalization delta=0
2020-10-21 21:54:42.958761477Z: INFO: Skov: Finalization statistics: finalizationCount=2 lastFinalizedTime=1.6033172829587033e9 finalizationPeriodEMA=Just 3.5578592e-2 finalizationPeriodEMSD=Just 0.0
2020-10-21 21:54:42.972031772Z: INFO: Skov: Block 0316797add52d2558e5ca333a4962b799e3139ceb7fb56b1cac7d1002f03ca3e (9) arrived
2020-10-21 21:54:42.973331326Z: INFO: Skov: Arrive statistics: blocksVerifiedCount=3 blockLastArrive=1.6033172829719737e9 blockArriveLatencyEMA=154.55517166592801 blockArriveLatencyEMSD=253.50823522774058 blockArrivePeriodEMA=Just 3.52326693e-2 blockArrivePeriodEMSD=Just 2.9919509999999926e-4 transactionsPerBlockEMA=0.0 transactionsPerBlockEMSD=0.0
2020-10-21 21:54:42.973999817Z: INFO: Processed a block from 41e1426c8a574a1b
2020-10-21 21:54:42.975596176Z: INFO: Skov: Receive statistics: blocksReceivedCount=4 blockLastReceived=1.603317282974545e9 blockReceiveLatencyEMA=195.5386905510333 blockReceiveLatencyEMSD=270.10462301402436 blockReceivePeriodEMA=Just 4.440316794e-2 blockReceivePeriodEMSD=Just 4.982917353395147e-3
2020-10-21 21:54:42.987881337Z: INFO: Skov: Block 0316797add52d2558e5ca333a4962b799e3139ceb7fb56b1cac7d1002f03ca3e is finalized at height 125714 with finalization delta=0
2020-10-21 21:54:42.989078198Z: INFO: Skov: Finalization statistics: finalizationCount=3 lastFinalizedTime=1.6033172829889998e9 finalizationPeriodEMA=Just 3.50503852e-2 finalizationPeriodEMSD=Just 1.5846204000000003e-3
2020-10-21 21:54:43.009416105Z: INFO: Skov: Block 15943491f89881465477960924d137e8c4d9cd0aea38a66835bb59536350a20c (6) arrived
2020-10-21 21:54:43.011389921Z: INFO: Skov: Arrive statistics: blocksVerifiedCount=4 blockLastArrive=1.6033172830093093e9 blockArriveLatencyEMA=195.55058542383523 blockArriveLatencyEMSD=270.12108088428266 blockArrivePeriodEMA=Just 3.544295057e-2 blockArrivePeriodEMSD=Just 6.917585197834044e-4 transactionsPerBlockEMA=0.0 transactionsPerBlockEMSD=0.0
2020-10-21 21:54:43.012394341Z: INFO: Processed a block from 41e1426c8a574a1b
2020-10-21 21:54:43.015077796Z: INFO: Skov: Receive statistics: blocksReceivedCount=5 blockLastReceived=1.6033172830130246e9 blockReceiveLatencyEMA=231.68612394202998 blockReceiveLatencyEMSD=278.2455554056565 blockReceivePeriodEMA=Just 4.3810791446e-2 blockReceivePeriodEMSD=Just 5.050218610266633e-3
2020-10-21 21:54:43.032871611Z: INFO: Skov: Block 15943491f89881465477960924d137e8c4d9cd0aea38a66835bb59536350a20c is finalized at height 125715 with finalization delta=0
3 changes: 2 additions & 1 deletion Bakers/B4/b4 submission space
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@

Baker ID: 689
Address: 3fmtT9FvGMaFWt1Wm1oaUBa4Xpw1RpSZKPM85HPayesZjkzYTp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion Bakers/B5/b5 submission space
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@

BAKER ID : 689
Account address : 3fmtT9FvGMaFWt1Wm1oaUBa4Xpw1RpSZKPM85HPayesZjkzYTp
Binary file added Bakers/B5/photo_2020-10-30_23-56-02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Bakers/B5/photo_2020-10-30_23-56-08.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.