mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
Deploy thephez/dash-docs to github.com/thephez/dash-docs.git:gh-pages
This commit is contained in:
commit
391f4f5496
1080 changed files with 220436 additions and 0 deletions
25
img/dev/en-pooled-mining-overview.dot
Normal file
25
img/dev/en-pooled-mining-overview.dot
Normal file
|
@ -0,0 +1,25 @@
|
|||
digraph {
|
||||
|
||||
size=6.25;
|
||||
rankdir=LR
|
||||
node [ shape = "box" ]
|
||||
splines = ortho;
|
||||
//ranksep = 10;
|
||||
nodesep = 0.5;
|
||||
|
||||
p2pnetwork [ label = "P2P\nNetwork" ]
|
||||
asic0 [ label = "ASIC" ];
|
||||
software [ label = "Mining\nSoftware" ]
|
||||
pool0 [ label = "Mining\nPool" ];
|
||||
|
||||
pool0 -> software [ label = "Prototype\nBlock→" ];
|
||||
p2pnetwork -> pool0 [ label = "TXes→" ];
|
||||
pool0 -> p2pnetwork [ label = "←Blocks" ];
|
||||
|
||||
software -> asic0 [ label = "Block\nHeaders &\nTargets→" ];
|
||||
asic0 -> software [ label = "←Headers\nBelow\nTarget" ];
|
||||
|
||||
software -> pool0 [ constraint = false, label = "←Shares" ];
|
||||
|
||||
label = "Pool-Based Dash Mining Workflow"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue