Skip to content

Instantly share code, notes, and snippets.

@Stadicus
Last active March 15, 2018 22:04
Show Gist options
  • Save Stadicus/04096cdcc887a8e6e7529dd2ec43f030 to your computer and use it in GitHub Desktop.
Save Stadicus/04096cdcc887a8e6e7529dd2ec43f030 to your computer and use it in GitHub Desktop.
RaspiBolt Eclair: bitcoin.conf for Raspberry Pi
# Example bitcoin.conf for RaspiBolt
server=1
daemon=1
testnet=1
txindex=1
# use "old" Segregated Witness rpc method until Eclair supports
# the new native Segwit commands of Bitcoin 0.16
deprecatedrpc=addwitnessaddress
# Connection settings
rpcuser=raspibolt
rpcpassword=PASSWORD_[E]
zmqpubrawblock=tcp://127.0.0.1:29000
zmqpubrawtx=tcp://127.0.0.1:29000
# Raspberry Pi optimizations
dbcache=100
maxorphantx=10
maxmempool=50
maxconnections=40
maxuploadtarget=5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment