Bitaxe: Difference between revisions

From EAWF Document Repository
Jump to navigation Jump to search
Admin (talk | contribs)
No edit summary
Admin (talk | contribs)
Replaced content with "{{Parent|Bitcoin}} Bitcoin Configuration Procedure Error 15 Recovery"
Tag: Replaced
Line 1: Line 1:
{{Parent|Bitcoin}}
{{Parent|Bitcoin}}
== '''Bitaxe Configuration Procedure''' ==


=== New or Moved Device ===
[[BitConfig|Bitcoin Configuration Procedure]]
* Write down Node IP Address:
[[bitErr15|Error 15 Recovery]]
* Power up device.
** From Bitaxe Screen
*** Write down Spectrum Host (Node IP):
*** Write down IP Address (Bitaxe IP):
** From Node
*** Run /home/bob/bitcoin/rpcauth.py
*** Write down "rpcauth=ckpool" line
* Edit btcconf -> /media/bob/BTC/bitcoin.conf
<small>
<syntaxhighlight lang="text">
# --- Core operation ---
server=1
daemon=1
txindex=1
blockfilterindex=0
coinstatsindex=1
 
# --- Wallet ---
disablewallet=0
 
# --- P2P networking ---
listen=1
maxconnections=20
 
# --- Upload control ---
maxuploadtarget=5000
 
# --- Logging ---
logtimestamps=1
 
# --- RPC (LAN only) ---
rpcbind=0.0.0.0
rpcallowip=127.0.0.1
 
# --- Gateway ---
rpcallowip=192.168.123.0/24
 
# --- Password from rpcauth.py ---
rpcauth=ckpool:xxxxxxxxxxxxxxx
</syntaxhighlight>
</small>
 
* Browse to Bitaxe IP Address
 
 
 
 
<syntaxhighlight lang="text">
test
</syntaxhighlight>

Revision as of 00:19, 10 June 2026