Skip to content

Commit 5acd472

Browse files
committed
bitcoin-signet/bitcoin.conf: fee settings
1 parent dddaba8 commit 5acd472

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

GNUmakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,8 @@ export TARGET_DIR
355355

356356
.ONESHELL:
357357
all: initialize init install prune-cluster## all
358+
359+
.PHONY: venv
358360
venv:## create python3 virtualenv .venv
359361
test -d .venv || $(PYTHON3) -m virtualenv .venv
360362
( \

bitcoin-signet/bitcoin.conf

100644100755
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@ blocknotify=blocknotify
88
walletnotify=walletnotify
99
uacomment=plebnet.fun
1010
[signet]
11+
fallbackfee=0.00000001
12+
paytxfee=0.00001000
13+
maxtxfee=1.0
14+
mintxfee=0.00000001
1115
rpcbind=0.0.0.0:38332
1216
rpcallowip=0.0.0.0/0
1317
whitelist=0.0.0.0/0
1418
zmqpubrawblock=tcp://0.0.0.0:28332
1519
zmqpubrawtx=tcp://0.0.0.0:28333
1620
zmqpubhashblock=tcp://0.0.0.0:28334
1721
signetchallenge=512102ee856c56a5aaadd1656f849bafa4c9dacc86a2878fe546c6189185f842ae2c1851ae
18-
addnode=104.131.10.218:38333
19-
addnode=playground.bitcoincore.dev:38333
22+
addnode=104.131.10.218:38333
23+
addnode=playground.bitcoincore.dev:38333

0 commit comments

Comments
 (0)