-
-
Save pinheadmz/6b7393b61f7b19e1c5bc02219f5c7712 to your computer and use it in GitHub Desktop.
This file contains 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
signet=1 | |
[signet] | |
port=12738 | |
rpcport=17738 | |
rpcservertimeout=99000 | |
rpcdoccheck=1 | |
fallbackfee=0.0002 | |
server=1 | |
keypool=1 | |
discover=0 | |
dnsseed=0 | |
fixedseeds=0 | |
listenonion=0 | |
peertimeout=999999999 | |
printtoconsole=0 | |
upnp=0 | |
natpmp=0 | |
shrinkdebugfile=0 | |
deprecatedrpc=create_bdb | |
unsafesqlitesync=1 | |
connect=1 | |
bind=0.0.0.0 | |
signetchallenge=0014e465e43a5e6a013f5c5ec43eae826f57cbb3f83d | |
zmqpubrawblock=tcp://0.0.0.0:28332 | |
zmqpubrawtx=tcp://0.0.0.0:28333 | |
rpcuser=**** | |
rpcpassword=**** |
This file contains 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
noseedbackup=1 | |
debuglevel=debug | |
bitcoin.active=1 | |
bitcoin.node=bitcoind | |
bitcoin.signet=1 | |
#bitcoin.signetchallenge=0014e465e43a5e6a013f5c5ec43eae826f57cbb3f83d | |
[Bitcoind] | |
bitcoind.rpchost=127.0.0.1:17738 | |
bitcoind.rpcuser=**** | |
bitcoind.rpcpass=**** | |
bitcoind.zmqpubrawblock=tcp://localhost:28332 | |
bitcoind.zmqpubrawtx=tcp://localhost:28333 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment