|
|
| (One intermediate revision by the same user not shown) |
| Line 1: |
Line 1: |
| {{Parent|Bitcoin}} | | {{Parent|Bitcoin}} |
| == '''Bitaxe Configuration Procedure''' ==
| |
|
| |
|
| === New or Moved Device ===
| | [[BitConfig|Bitcoin Configuration Procedure]] |
| * 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
| |
| coinstatsindex=1
| |
|
| |
|
| # --- Wallet ---
| | [[bitErr15|Error 15 Recovery]] |
| 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>
| |