BitConfig: Difference between revisions
Jump to navigation
Jump to search
Created page with " == '''Bitaxe Configuration Procedure''' == === New or Moved Device === * Write down Node IP Address: * 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 coinstats..." |
|||
| Line 1: | Line 1: | ||
{{Template:Parent:Bitcoin}} | |||
== '''Bitaxe Configuration Procedure''' == | == '''Bitaxe Configuration Procedure''' == | ||
Latest revision as of 00:20, 10 June 2026
Bitaxe Configuration Procedure
New or Moved Device
- Write down Node IP Address:
- 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
- From Bitaxe Screen
- Edit btcconf -> /media/bob/BTC/bitcoin.conf
# --- 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
- Browse to Bitaxe IP Address
test