Skip to content

Commit 9050ba7

Browse files
authored
Merge pull request bitcoin#703 from dandelion-org/dandelion-rebase
BIP 156: Dandelion - Privacy Enhancing Routing
2 parents 941fb16 + b2c3359 commit 9050ba7

9 files changed

+344
-0
lines changed

README.mediawiki

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,13 @@ Those proposing changes should consider that ultimately consent may rest with th
743743
| Standard
744744
| Draft
745745
|-
746+
| [[bip-0156.mediawiki|156]]
747+
| Peer Services
748+
| Dandelion - Privacy Enhancing Routing
749+
| Brad Denby, Andrew Miller, Giulia Fanti, Surya Bakshi, Shaileshh Bojja Venkatakrishnan, Pramod Viswanath
750+
| Standard
751+
| Draft
752+
|-
746753
| [[bip-0157.mediawiki|157]]
747754
| Peer Services
748755
| Client Side Block Filtering

bip-0156.mediawiki

Lines changed: 321 additions & 0 deletions
Large diffs are not rendered by default.

bip-0156/1-dandelion.png

133 KB
Loading

bip-0156/2-attack.png

94.4 KB
Loading

bip-0156/3-attack-plot.png

70.3 KB
Loading

bip-0156/4-dandelion-plot.png

53.7 KB
Loading

bip-0156/bitcoin.conf

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
regtest=1 # Run this node on its own independent test network
2+
debug=net # Enable network debug logs
3+
debug=mempool # Enable mempool debug logs
4+
debug=mempoolrej # Enable mempool rejection debug logs
5+
debug=dandelion # Enable dandelion debug logs
6+
logips=1 # Log IP addresses in debug output
7+
logtimemicros=1 # Log timestamps with microsecond precision
8+
printtoconsole=1 # Print debug logs to console instead of debug.log
9+
server=1 # Accept command line JSON-RPC commands
10+
rpcuser=xxx # Username for JSON-RPC connections
11+
rpcpassword=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
12+
rpcauth=xxx:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
13+
dns=0 # Do not allow DNS lookups for -addnode, -seednode, and -connect
14+
dnsseed=0 # Do not query for peer addresses via DNS lookup
15+
persistmempool=0 # Do not save mempool on shutdown to load on restart
16+
dandelion=1 # Enable Dandelion transactions
40.1 KB
Binary file not shown.
87.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)