2022-05-10 14:52:37 +02:00
< app-indexing-progress > < / app-indexing-progress >
2022-05-02 17:28:58 +09:00
2022-02-17 18:51:16 +09:00
< div class = "container-xl dashboard-container" >
2022-02-25 21:16:35 +09:00
2022-02-17 18:51:16 +09:00
< div class = "row row-cols-1 row-cols-md-2" >
2022-02-16 17:32:12 +09:00
< div class = "col" >
2022-03-22 18:25:46 +09:00
< div class = "main-title" >
2022-07-06 10:00:32 -07:00
< span [ attr . data-cy ] = " ' reward-stats ' " i18n = "mining.reward-stats" > Reward stats< / span >
2022-03-22 18:25:46 +09:00
< span style = "font-size: xx-small" i18n = "mining.144-blocks" > (144 blocks)< / span >
< / div >
2022-03-13 11:38:45 +01:00
< div class = "card-wrapper" >
2022-05-12 17:05:31 +02:00
< div class = "card" >
2022-03-13 11:38:45 +01:00
< div class = "card-body more-padding" >
2022-03-22 12:34:29 +09:00
< app-reward-stats > < / app-reward-stats >
2022-03-07 11:22:54 +01:00
< / div >
< / div >
2022-02-28 17:31:10 +09:00
< / div >
< / div >
<!-- difficulty adjustment -->
< div class = "col" >
< div class = "main-title" i18n = "dashboard.difficulty-adjustment" > Difficulty Adjustment< / div >
2023-03-07 19:19:28 -06:00
< app-difficulty-mining [ attr . data-cy ] = " ' difficulty-adjustment ' " [ showTitle ] = " false " [ showProgress ] = " false " [ showHalving ] = " true " > < / app-difficulty-mining >
2022-02-28 17:31:10 +09:00
< / div >
<!-- pool distribution -->
2022-05-12 17:05:31 +02:00
< div class = "col" style = "margin-bottom: 1.47rem" >
< div class = "card graph-card" >
< div class = "card-body pl-2 pr-2" >
2022-07-06 10:00:32 -07:00
< app-pool-ranking [ attr . data-cy ] = " ' pool-distribution ' " [ widget ] = true > < / app-pool-ranking >
< div class = "mt-1" > < a [ attr . data-cy ] = " ' pool-distribution-view-more ' " [ routerLink ] = " [ ' / graphs / mining / pools ' | relativeUrl ] " i18n = "dashboard.view-more" > View more » < / a > < / div >
2022-02-16 17:32:12 +09:00
< / div >
< / div >
< / div >
2022-02-28 17:31:10 +09:00
<!-- hashrate -->
2022-05-12 17:05:31 +02:00
< div class = "col" style = "margin-bottom: 1.47rem" >
2022-03-31 18:14:07 +09:00
< div class = "card" >
2022-05-12 17:05:31 +02:00
< div class = "card-body pl-lg-3 pr-lg-3 pl-2 pr-2" >
2022-07-06 10:00:32 -07:00
< app-hashrate-chart [ attr . data-cy ] = " ' hashrate-graph ' " [ widget ] = " true " > < / app-hashrate-chart >
2022-07-06 21:03:55 +02:00
< div class = "mt-1" > < a [ routerLink ] = " [ ' / graphs / mining / hashrate-difficulty ' | relativeUrl ] " fragment = "1y" i18n = "dashboard.view-more" > View more » < / a > < / div >
2022-02-21 12:23:32 +09:00
< / div >
< / div >
2022-02-28 17:31:10 +09:00
< / div >
2023-11-25 17:49:37 +09:00
<!-- Recent blocks -->
2022-03-11 17:09:13 +01:00
< div class = "col" >
2022-03-31 18:14:07 +09:00
< div class = "card" >
2022-03-11 17:09:13 +01:00
< div class = "card-body" >
2022-06-14 10:35:29 +02:00
< a class = "title-link" href = "" [ routerLink ] = " [ ' / blocks ' | relativeUrl ] " >
2023-11-25 17:49:37 +09:00
< h5 class = "card-title d-inline" i18n = "dashboard.recent-blocks" > Recent Blocks< / h5 >
2022-06-14 10:35:29 +02:00
< span > < / span >
2023-07-20 16:02:04 +09:00
< fa-icon [ icon ] = " [ ' fas ' , ' external-link-alt ' ] " [ fixedWidth ] = " true " style = "vertical-align: text-top; font-size: 13px; color: #4a68b9" > < / fa-icon >
2022-06-14 10:35:29 +02:00
< / a >
2022-07-06 10:00:32 -07:00
< app-blocks-list [ attr . data-cy ] = " ' latest-blocks ' " [ widget ] = true > < / app-blocks-list >
2022-03-11 17:09:13 +01:00
< / div >
< / div >
2022-02-28 17:31:10 +09:00
< / div >
2022-02-24 16:55:18 +09:00
2022-03-14 18:06:54 +01:00
<!-- Difficult adjustments -->
2022-02-28 17:52:55 +09:00
< div class = "col" >
2022-03-31 18:14:07 +09:00
< div class = "card" >
2022-02-28 17:52:55 +09:00
< div class = "card-body" >
2022-06-14 10:35:29 +02:00
< a class = "title-link" href = "" [ routerLink ] = " [ ' / graphs / mining / hashrate-difficulty ' | relativeUrl ] " >
< h5 class = "card-title d-inline" i18n = "dashboard.adjustments" > Adjustments< / h5 >
< span > < / span >
2023-07-20 16:02:04 +09:00
< fa-icon [ icon ] = " [ ' fas ' , ' external-link-alt ' ] " [ fixedWidth ] = " true " style = "vertical-align: text-top; font-size: 13px; color: #4a68b9" > < / fa-icon >
2022-06-14 10:35:29 +02:00
< / a >
2022-07-06 10:00:32 -07:00
< app-difficulty-adjustments-table [ attr . data-cy ] = " ' difficulty-adjustments-table ' " > < / app-difficulty-adjustments-table >
2022-02-28 17:52:55 +09:00
< / div >
< / div >
< / div >
2022-02-16 17:32:12 +09:00
< / div >
2022-03-14 18:06:54 +01:00
< / div >