diff --git a/readme.md b/readme.md index a3ff1b3..2b22d19 100644 --- a/readme.md +++ b/readme.md @@ -39,12 +39,12 @@ graph TD A[bitaxeMAX] --> B{type of mining ?} B-->|node|C(RPC) C-->D(getblocktemplate) - D-->H(local network\nno DNS request\nIP:PORT enough) + D-->H(local network
no DNS request
IP:PORT enough) B-->|pool|E(stratum) E-->|v1|F(HTTP/JSON) - F-->I(plain text => string manipulation => less embedded friendly\nnot authenticated => not safe\ncompatible with most Pool) + F-->I(plain text => string manipulation => less embedded friendly
not authenticated => not safe
compatible with most Pool) E-->|v2|G(Binary/NoiseProtocol) - G-->J(binary => embedded friendly\nauthenticated => safe\nDNS request needed\ncompatible with Braiins Pool only\nRust library available) + G-->J(binary => embedded friendly
authenticated => safe
DNS request needed
compatible with Braiins Pool only
Rust library available) ``` ## Hardware