Last active
March 8, 2018 08:31
-
-
Save Stadicus/5be012d19d56be0234c93a8bb28f080b to your computer and use it in GitHub Desktop.
Thundroid testnet: bitcoin.conf for Bitcoin Node with Lightning
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 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