Last active
March 15, 2018 22:04
-
-
Save Stadicus/04096cdcc887a8e6e7529dd2ec43f030 to your computer and use it in GitHub Desktop.
RaspiBolt Eclair: bitcoin.conf for Raspberry Pi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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