Skip to content

Commit

Permalink
bitcoin-signet/bitcoin.conf: fee settings
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyMcMillan committed Mar 17, 2023
1 parent dddaba8 commit 5acd472
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,8 @@ export TARGET_DIR

.ONESHELL:
all: initialize init install prune-cluster## all

.PHONY: venv
venv:## create python3 virtualenv .venv
test -d .venv || $(PYTHON3) -m virtualenv .venv
( \
Expand Down
8 changes: 6 additions & 2 deletions bitcoin-signet/bitcoin.conf
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ blocknotify=blocknotify
walletnotify=walletnotify
uacomment=plebnet.fun
[signet]
fallbackfee=0.00000001
paytxfee=0.00001000
maxtxfee=1.0
mintxfee=0.00000001
rpcbind=0.0.0.0:38332
rpcallowip=0.0.0.0/0
whitelist=0.0.0.0/0
zmqpubrawblock=tcp://0.0.0.0:28332
zmqpubrawtx=tcp://0.0.0.0:28333
zmqpubhashblock=tcp://0.0.0.0:28334
signetchallenge=512102ee856c56a5aaadd1656f849bafa4c9dacc86a2878fe546c6189185f842ae2c1851ae
addnode=104.131.10.218:38333
addnode=playground.bitcoincore.dev:38333
addnode=104.131.10.218:38333
addnode=playground.bitcoincore.dev:38333

0 comments on commit 5acd472

Please sign in to comment.