<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.eawf.com/index.php?action=history&amp;feed=atom&amp;title=BitErr15</id>
	<title>BitErr15 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://docs.eawf.com/index.php?action=history&amp;feed=atom&amp;title=BitErr15"/>
	<link rel="alternate" type="text/html" href="https://docs.eawf.com/index.php?title=BitErr15&amp;action=history"/>
	<updated>2026-08-15T03:08:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://docs.eawf.com/index.php?title=BitErr15&amp;diff=254&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;{{Parent|Bitcoin}} == &#039;&#039;&#039;Bitaxe Network Recovery and Config Guide&#039;&#039;&#039; ==  * Purpose  This procedure documents how to recover access to a Bitaxe after it has been moved to a new network, displays a Wi-Fi password error, or its IP address is unknown.  ---  * Symptoms  Common symptoms include:  * Display shows **Incorrect Password (Err 15)** * Bitaxe is not visible on the local network * Unknown IP address * Unable to access AxeOS * Device broadcasts a setup access point suc...&quot;</title>
		<link rel="alternate" type="text/html" href="https://docs.eawf.com/index.php?title=BitErr15&amp;diff=254&amp;oldid=prev"/>
		<updated>2026-06-10T07:33:49Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Parent|Bitcoin}} == &amp;#039;&amp;#039;&amp;#039;Bitaxe Network Recovery and Config Guide&amp;#039;&amp;#039;&amp;#039; ==  * Purpose  This procedure documents how to recover access to a Bitaxe after it has been moved to a new network, displays a Wi-Fi password error, or its IP address is unknown.  ---  * Symptoms  Common symptoms include:  * Display shows **Incorrect Password (Err 15)** * Bitaxe is not visible on the local network * Unknown IP address * Unable to access AxeOS * Device broadcasts a setup access point suc...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Parent|Bitcoin}}&lt;br /&gt;
== &amp;#039;&amp;#039;&amp;#039;Bitaxe Network Recovery and Config Guide&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
&lt;br /&gt;
* Purpose&lt;br /&gt;
 This procedure documents how to recover access to a Bitaxe after it has been moved to a new network, displays a Wi-Fi password error, or its IP address is unknown.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
* Symptoms&lt;br /&gt;
&lt;br /&gt;
Common symptoms include:&lt;br /&gt;
&lt;br /&gt;
* Display shows **Incorrect Password (Err 15)**&lt;br /&gt;
* Bitaxe is not visible on the local network&lt;br /&gt;
* Unknown IP address&lt;br /&gt;
* Unable to access AxeOS&lt;br /&gt;
* Device broadcasts a setup access point such as:&lt;br /&gt;
&lt;br /&gt;
```&lt;br /&gt;
Bitaxe_6749&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
# Connect to the Bitaxe Setup Access Point&lt;br /&gt;
&lt;br /&gt;
If the Bitaxe cannot connect to the configured Wi-Fi network, it should create its own access point.&lt;br /&gt;
&lt;br /&gt;
1. Open Wi-Fi settings on your laptop or phone.&lt;br /&gt;
2. Connect to:&lt;br /&gt;
&lt;br /&gt;
```&lt;br /&gt;
Bitaxe_xxxx&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
3. Verify that your device receives an address in:&lt;br /&gt;
&lt;br /&gt;
```&lt;br /&gt;
192.168.4.x&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
4. Open a browser and navigate to:&lt;br /&gt;
&lt;br /&gt;
```&lt;br /&gt;
http://192.168.4.1&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
5. The AxeOS configuration page should appear.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
# Configure Wi-Fi&lt;br /&gt;
&lt;br /&gt;
1. Enter the desired Wi-Fi network name (SSID).&lt;br /&gt;
2. Enter the Wi-Fi password carefully.&lt;br /&gt;
3. Verify that the network is a 2.4 GHz network if required.&lt;br /&gt;
4. Save the configuration.&lt;br /&gt;
5. Reboot the Bitaxe.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
# Find the New IP Address&lt;br /&gt;
&lt;br /&gt;
After the Bitaxe joins the network, determine its new address.&lt;br /&gt;
&lt;br /&gt;
## Router Client List&lt;br /&gt;
&lt;br /&gt;
Check the router&amp;#039;s connected device list.&lt;br /&gt;
&lt;br /&gt;
Look for:&lt;br /&gt;
&lt;br /&gt;
* Bitaxe&lt;br /&gt;
* ESP32&lt;br /&gt;
* Unknown device&lt;br /&gt;
* The Bitaxe MAC address&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
## ARP Table&lt;br /&gt;
&lt;br /&gt;
Linux:&lt;br /&gt;
&lt;br /&gt;
```bash&lt;br /&gt;
arp -a&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
## Network Scan&lt;br /&gt;
&lt;br /&gt;
Linux:&lt;br /&gt;
&lt;br /&gt;
```bash&lt;br /&gt;
nmap -sn 192.168.123.0/24&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
Adjust the subnet as needed.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
```bash&lt;br /&gt;
nmap -sn 192.168.1.0/24&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
## Custom Discovery Scripts&lt;br /&gt;
&lt;br /&gt;
A custom script may be used to locate devices by:&lt;br /&gt;
&lt;br /&gt;
* MAC address&lt;br /&gt;
* Hostname&lt;br /&gt;
* Open HTTP services&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
# Verify Operation&lt;br /&gt;
&lt;br /&gt;
Once connected:&lt;br /&gt;
&lt;br /&gt;
1. Open AxeOS in a browser.&lt;br /&gt;
2. Verify pool connectivity.&lt;br /&gt;
3. Verify hash rate.&lt;br /&gt;
4. Verify share count is increasing.&lt;br /&gt;
5. Verify temperature and fan operation.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
# AxeOS API Examples&lt;br /&gt;
&lt;br /&gt;
## Display Raw API Output&lt;br /&gt;
&lt;br /&gt;
```bash&lt;br /&gt;
curl -s &amp;quot;$BITAXE_URL/api/system/info&amp;quot;&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
## Pretty Print JSON&lt;br /&gt;
&lt;br /&gt;
```bash&lt;br /&gt;
curl -s &amp;quot;$BITAXE_URL/api/system/info&amp;quot; | jq .&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
## View Available Keys&lt;br /&gt;
&lt;br /&gt;
```bash&lt;br /&gt;
curl -s &amp;quot;$BITAXE_URL/api/system/info&amp;quot; | jq &amp;#039;keys&amp;#039;&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
## Searchable Output Using less&lt;br /&gt;
&lt;br /&gt;
```bash&lt;br /&gt;
curl -s &amp;quot;$BITAXE_URL/api/system/info&amp;quot; | jq . | less&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
## Preserve jq Colors&lt;br /&gt;
&lt;br /&gt;
```bash&lt;br /&gt;
curl -s &amp;quot;$BITAXE_URL/api/system/info&amp;quot; | jq -C . | less -R&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
## Display a Specific Field&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
```bash&lt;br /&gt;
curl -s &amp;quot;$BITAXE_URL/api/system/info&amp;quot; | jq -r &amp;#039;.hostname&amp;#039;&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
# Useful less Commands&lt;br /&gt;
&lt;br /&gt;
While viewing output in `less`:&lt;br /&gt;
&lt;br /&gt;
| Key   | Function       |&lt;br /&gt;
| ----- | -------------- |&lt;br /&gt;
| /text | Search         |&lt;br /&gt;
| n     | Next match     |&lt;br /&gt;
| N     | Previous match |&lt;br /&gt;
| g     | Top of file    |&lt;br /&gt;
| G     | Bottom of file |&lt;br /&gt;
| q     | Quit           |&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
```text&lt;br /&gt;
/wifi&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
Searches for &amp;quot;wifi&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
# Notes&lt;br /&gt;
&lt;br /&gt;
* AxeOS v2.12.2 and later may return compact JSON rather than formatted JSON.&lt;br /&gt;
* `jq` is recommended for formatting and field extraction.&lt;br /&gt;
* Bitaxe devices are Wi-Fi only.&lt;br /&gt;
* 2.4 GHz Wi-Fi is generally recommended.&lt;br /&gt;
* Keeping the same SSID and password across locations simplifies relocation.&lt;br /&gt;
* Document the Bitaxe MAC address for easier future identification.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
# Example Environment&lt;br /&gt;
&lt;br /&gt;
Example setup:&lt;br /&gt;
&lt;br /&gt;
| Device   | Address         |&lt;br /&gt;
| -------- | --------------- |&lt;br /&gt;
| Bitaxe   | DHCP Assigned   |&lt;br /&gt;
| Gateway  | 192.168.123.1   |&lt;br /&gt;
| Laptop   | 192.168.123.240 |&lt;br /&gt;
| Setup AP | 192.168.4.1     |&lt;br /&gt;
&lt;br /&gt;
Adjust these values to match your own network.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
# Revision History&lt;br /&gt;
&lt;br /&gt;
| Date       | Notes           |&lt;br /&gt;
| ---------- | --------------- |&lt;br /&gt;
| 2026-06-10 | Initial version |&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>