BitConfig

From EAWF Document Repository
Jump to navigation Jump to search

Template:Parent:Bitcoin

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

# --- 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