Browse Source

Allow relaying low fee txs(#97)

mount-script-check
Mayank Chhabra 5 years ago
committed by GitHub
parent
commit
4d45bb47df
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .gitignore
  2. 4
      templates/bitcoin-sample.conf

1
.gitignore

@ -27,4 +27,3 @@ db/*
!tor/data/.gitkeep !tor/data/.gitkeep
!tor/run/.gitkeep !tor/run/.gitkeep
!db/.gitkeep !db/.gitkeep

4
templates/bitcoin-sample.conf

@ -31,7 +31,6 @@ rpcauth=<rpcauth>
prune=0 prune=0
# Temporary solution while we don't have the drives
#txindex=1 #txindex=1
#blockfilterindex=1 #blockfilterindex=1
#peerbloomfilters=0 #peerbloomfilters=0
@ -39,5 +38,6 @@ prune=0
logips=1 logips=1
logtimestamps=0 logtimestamps=0
logthreadnames=1 logthreadnames=1
nodebuglogfile=1 nodebuglogfile=1
minrelaytxfee=0.00000001

Loading…
Cancel
Save