Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch config a and b #188

Merged
merged 4 commits into from
Feb 16, 2024
Merged
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
683 changes: 341 additions & 342 deletions src/.vuepress/public/assets/config-a-mobile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,000 changes: 500 additions & 500 deletions src/.vuepress/public/assets/config-a.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
680 changes: 372 additions & 308 deletions src/.vuepress/public/assets/config-b-mobile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,077 changes: 522 additions & 555 deletions src/.vuepress/public/assets/config-b.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
679 changes: 308 additions & 371 deletions src/.vuepress/public/assets/config-d-mobile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,077 changes: 555 additions & 522 deletions src/.vuepress/public/assets/config-d.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ configurationTabs:
value: config_A
visualSrc: /assets/config-a.svg
mobileVisualSrc: /assets/config-a-mobile.svg
textContent: Before Stratum V2, transaction sets were selected by pools. With this SV2 configuration they’re selected by individual miners, making the network more censorship-resistant. Miners run SV2 firmware, connecting to the SV2 proxy server. Miners can pick their transactions locally and declare them to an SV2 pool.
textContent: Miners can utilize Stratum V2 without updating to SV2 firmware. Connect your SV1 firmware devices through Translation Proxy which facilitates the conversion of SV1 messages to SV2 for communication with an SV2 pool. Miners handle transaction selection locally via their own Template Provider, and declare them to a pool. If a pool rejects the proposed transactions, miners automatically switch to an alternative pool. Should all configured pools decline the proposal, miners fallback to solo mining.
- name: Config B
value: config_B
visualSrc: /assets/config-b.svg
mobileVisualSrc: /assets/config-b-mobile.svg
textContent: In this configurations, mining pool select transactions, but it uses all the security and performance features of the protocol.
textContent: Before Stratum V2, transaction sets were selected by pools. With this SV2 configuration they’re selected by individual miners, making the network more censorship-resistant. Miners run SV2 firmware, connecting to the SV2 proxy server. Miners can pick their transactions locally and declare them to an SV2 pool.
- name: Config C
value: config_C
visualSrc: /assets/config-c.svg
Expand All @@ -43,7 +43,7 @@ configurationTabs:
value: config_D
visualSrc: /assets/config-d.svg
mobileVisualSrc: /assets/config-d-mobile.svg
textContent: In this configuration miners run mining devices with SV1 firmware and connect to the translation proxy which translates the SV1 to SV2 messages and sends them to the SV2 pool. Transaction selection is done by the miners locally and then declared to the pool.
textContent: In this configuration, mining pool selects transactions, but it uses all the security and performance features of the SV2 protocol.
roadmapTitle: Progress and Roadmap
roadmapTagline: This is where the Stratum V2 protocol’s progress currently stands.
roadmapSteps:
Expand Down
Loading