Skip to content

Commit c947050

Browse files
mablem8gfanti
authored andcommitted
Dandelion BIP
Dandelion BIP Dandelion BIP Dandelion BIP Dandelion BIP Dandelion BIP Dandelion BIP Dandelion BIP Dandelion BIP Dandelion BIP Dandelion BIP
1 parent f7cfefa commit c947050

8 files changed

+337
-0
lines changed

bip-dandelion.mediawiki

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

bip-dandelion/1-dandelion.png

133 KB
Loading

bip-dandelion/2-attack.png

94.4 KB
Loading

bip-dandelion/3-attack-plot.png

70.3 KB
Loading

bip-dandelion/4-dandelion-plot.png

53.7 KB
Loading

bip-dandelion/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.
Binary file not shown.

0 commit comments

Comments
 (0)