mirror of
https://github.com/skot/bitaxe.git
synced 2025-03-29 11:12:12 +01: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
|
||||
graph TD
|
||||
A[bitaxeMAX] --> B{type of mining ?}
|
||||
B-->|node|C(RPC)
|
||||
C-->D(getblocktemplate)
|
||||
B-->|node|C(getblocktemplate)
|
||||
C-->D(RPC)
|
||||
D-->H(local network<br>no DNS request<br>IP:PORT enough)
|
||||
B-->|pool|E(stratum)
|
||||
E-->|v1|F(HTTP/JSON)
|
||||
|
Loading…
x
Reference in New Issue
Block a user