Skip to content

Instantly share code, notes, and snippets.

@Stadicus
Last active March 8, 2018 08:31
Show Gist options
  • Save Stadicus/5be012d19d56be0234c93a8bb28f080b to your computer and use it in GitHub Desktop.
Save Stadicus/5be012d19d56be0234c93a8bb28f080b to your computer and use it in GitHub Desktop.
Thundroid testnet: bitcoin.conf for Bitcoin Node with Lightning
# Example bitcoin.conf for Thundroid
server=1
daemon=1
testnet=1
txindex=1
# Connection settings
#externalip=111.222.333.444 # to announce fixed ip
#port=12345 # for non-standard port
rpcuser=bitcoin
rpcpassword=PASSWORD_[E]
zmqpubrawblock=tcp://127.0.0.1:29000
zmqpubrawtx=tcp://127.0.0.1:29000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment