mirror of
https://github.com/skot/bitaxe.git
synced 2025-06-04 08:59:22 +02:00
fix method/thecnology for node mining
This commit is contained in:
parent
49df793ec0
commit
b02c6c9fb0
@ -37,8 +37,8 @@ bitaxeMAX is **not** a high ROI miner, do not expect any kind of income from it.
|
|||||||
```mermaid
|
```mermaid
|
||||||
graph TD
|
graph TD
|
||||||
A[bitaxeMAX] --> B{type of mining ?}
|
A[bitaxeMAX] --> B{type of mining ?}
|
||||||
B-->|node|C(RPC)
|
B-->|node|C(getblocktemplate)
|
||||||
C-->D(getblocktemplate)
|
C-->D(RPC)
|
||||||
D-->H(local network<br>no DNS request<br>IP:PORT enough)
|
D-->H(local network<br>no DNS request<br>IP:PORT enough)
|
||||||
B-->|pool|E(stratum)
|
B-->|pool|E(stratum)
|
||||||
E-->|v1|F(HTTP/JSON)
|
E-->|v1|F(HTTP/JSON)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user