Skip to content
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
2 changes: 1 addition & 1 deletion installer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ In `braiins` mode, the installer provisions Braiins Farm Proxy (`farm-proxy` and
- The miner container uses `APS_MINER_SUBNET_POOL_NAME` (default: `central-proxy`) to select which pool gets absolute `target_hashrate`.
- The selected pool name must exist in `proxy/pools.toml`; otherwise no subnet target update is applied.
- During installation, if `proxy/pools.toml` does not exist yet, the script asks for backup/private pool host/port and writes those values to `pools.backup`.
- Installer default sets `[extranonce].extranonce2_size = 5` to stay compatible with pools that expose `extranonce2_size = 6` and require one extra bridge byte.
- Installer default sets `[extranonce].extranonce2_size = 2`.
- After updating `proxy/pools.toml`, APS miner touches reload sentinel `APS_MINER_IHP_RELOAD_SENTINEL` (default: `/root/src/proxy/.reload-ihp`); sidecar `ihp-proxy-reloader` then runs `kill -HUP 1` in `ihp-proxy` PID namespace.

`braiins` mode:
Expand Down
2 changes: 1 addition & 1 deletion installer/miner_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ port = 9332
weight = 1

[extranonce]
extranonce2_size = 5
extranonce2_size = 2

[routing]
rebalance_interval_seconds = 10
Expand Down