HomePart 1: NodePart 2: Antminer
Part 2 of 3 — The Brawn

How to Configure an Antminer S19j Pro for Solo Mining

Access the Antminer's web interface, point it at your personal mining pool, set your Bitcoin address as the worker name, and optionally enable Low Power mode for better efficiency.

What You Will Need

  • Bitmain Antminer S19j Pro (or similar ASIC miner)
  • Part 1 complete — your Bitcoin node and public-pool must be running
  • The Antminer connected to the same local network as your node (or reachable via the Pi relay from Part 3)
  • A computer on the same network to access the Antminer web interface
  • The Antminer's local IP address (check your router's device list)

Electrical Safety — Read This First

The Antminer S19j Pro draws up to 3,250 watts at full power — roughly the same as a large electric oven. It requires a 240V circuit with a 20A or 30A breaker. Do not plug it into a standard 120V household outlet. Have a licensed electrician install the appropriate circuit if needed.

Step-by-Step Instructions

1

Find the Antminer's IP Address

The Antminer gets an IP address from your router via DHCP. Log into your router's admin page (usually http://192.168.0.1 or http://192.168.1.1) and look for the Antminer in the connected devices list. It will typically show up as "Antminer" or a Bitmain MAC address.

Alternatively, you can ping the hostname from a computer on the same network:

ping antminer.local

Reserve a Static IP for the Antminer

In your router settings, reserve a static IP for the Antminer's MAC address (e.g., 192.168.0.107). This prevents the IP from changing and breaking your pool configuration.
2

Access the Antminer Web Interface

Open a web browser on any computer on the same network and navigate to the Antminer's IP address:

http://192.168.0.107

Log in with the default credentials:

FieldDefault Value
Usernameroot
Passwordroot

Change the Default Password

The default password root is well-known. Change it immediately after logging in via System → Admin to prevent unauthorized access on your network.
3

Configure the Mining Pool

Navigate to Miner Configuration → Pools. You will see three pool slots (Pool 1, Pool 2, Pool 3). Pool 1 is the primary pool — this is where your miner will send its work.

Fill in Pool 1 with your node's details:

FieldValueNotes
Pool 1 URLstratum+tcp://192.168.0.100:3333Replace with your node's IP
WorkerYOUR_BITCOIN_ADDRESS.s19jproYour BTC address + a dot + a name
PasswordxAny value works — just use 'x'
Pool 2 URLstratum+tcp://public-pool.io:21496Backup pool (optional)
Pool 2 WorkerYOUR_BITCOIN_ADDRESS.backupSame address, different name

Your Bitcoin Address IS Your Worker Name

In solo mining with public-pool, your Bitcoin address is used as the worker name. This is how the pool knows which address to pay if you find a block. Use a real Bitcoin address that you control — ideally from a hardware wallet.

Click Save & Apply when done.

4

Enable Low Power Mode (Recommended)

The S19j Pro's default power mode runs at ~3,250W for ~104 TH/s. Low Power mode reduces this to approximately 2,400W for ~82 TH/s — a much better efficiency ratio and significantly lower operating cost.

To enable it, navigate to Miner Configuration → Advanced (or look for a "Power Mode" or "Working Mode" option depending on your firmware version). Select Low Power and save.

ModePower DrawHash RateEfficiencyMonthly Cost*
Normal~3,250W~104 TH/s31.3 J/TH~$234
Low Power~2,400W~82 TH/s29.3 J/TH~$173

*At $0.10/kWh, 24/7 operation

Low Power Mode Also Runs Cooler

In Low Power mode, chip temperatures typically run 10–15°C cooler (around 65–70°C vs 80–85°C in normal mode). This reduces thermal stress and extends the hardware's lifespan.
5

Restart and Verify

After saving your pool configuration, restart the Antminer from the web interface: System → Reboot. Wait 2–3 minutes for it to come back online.

Once it restarts, check the pool status under Miner Status. Pool 1 should show "Normal" within a few minutes. If it shows "Abnormal", double-check the pool URL — make sure there is no extra text in the field.

You can also verify from your node's public-pool dashboard:

http://192.168.0.100:3334

Your Antminer should appear in the connected miners list with its hash rate.

Part 2 Complete!

Your Antminer is now solo mining through your personal Bitcoin node. If the miner is at a remote location, continue to Part 3 to set up the Raspberry Pi relay so you can manage everything remotely.

Temperature Reference

ReadingNormal RangeWarningCritical
Chip temperature60–75°C80°C95°C+
Inlet air temperature15–35°C40°C45°C+
PCB board temperature50–70°C80°C90°C+

The Antminer will automatically throttle or shut down before reaching critical temperatures. It will not damage itself from overheating.

Diagram showing Antminer pool configuration pointing to home Bitcoin node