summaryrefslogtreecommitdiff
path: root/bip-0156/bitcoin.conf
diff options
context:
space:
mode:
authorLuke Dashjr <luke_github1@dashjr.org>2018-08-14 04:18:40 +0000
committerGitHub <noreply@github.com>2018-08-14 04:18:40 +0000
commit9050ba70921532b4f64ccfde2f119f7f10fcb23c (patch)
treea24fe1b811bb497c05f2d4d3136b23cb3ad63a12 /bip-0156/bitcoin.conf
parent941fb162d8cf649ea3a0a85011ebac5883f82819 (diff)
parentb2c3359bffa6254f5b8df12a06d18b3159693763 (diff)
downloadbips-9050ba70921532b4f64ccfde2f119f7f10fcb23c.tar.xz
Merge pull request #703 from dandelion-org/dandelion-rebase
BIP 156: Dandelion - Privacy Enhancing Routing
Diffstat (limited to 'bip-0156/bitcoin.conf')
-rw-r--r--bip-0156/bitcoin.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/bip-0156/bitcoin.conf b/bip-0156/bitcoin.conf
new file mode 100644
index 0000000..e9e6581
--- /dev/null
+++ b/bip-0156/bitcoin.conf
@@ -0,0 +1,16 @@
+regtest=1 # Run this node on its own independent test network
+debug=net # Enable network debug logs
+debug=mempool # Enable mempool debug logs
+debug=mempoolrej # Enable mempool rejection debug logs
+debug=dandelion # Enable dandelion debug logs
+logips=1 # Log IP addresses in debug output
+logtimemicros=1 # Log timestamps with microsecond precision
+printtoconsole=1 # Print debug logs to console instead of debug.log
+server=1 # Accept command line JSON-RPC commands
+rpcuser=xxx # Username for JSON-RPC connections
+rpcpassword=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+rpcauth=xxx:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+dns=0 # Do not allow DNS lookups for -addnode, -seednode, and -connect
+dnsseed=0 # Do not query for peer addresses via DNS lookup
+persistmempool=0 # Do not save mempool on shutdown to load on restart
+dandelion=1 # Enable Dandelion transactions