File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -355,6 +355,8 @@ export TARGET_DIR
355355
356356.ONESHELL :
357357all : initialize init install prune-cluster# # all
358+
359+ .PHONY : venv
358360venv :# # create python3 virtualenv .venv
359361 test -d .venv || $(PYTHON3 ) -m virtualenv .venv
360362 ( \
Original file line number Diff line number Diff line change @@ -8,12 +8,16 @@ blocknotify=blocknotify
88walletnotify=walletnotify
99uacomment=plebnet.fun
1010[signet]
11+ fallbackfee=0.00000001
12+ paytxfee=0.00001000
13+ maxtxfee=1.0
14+ mintxfee=0.00000001
1115rpcbind=0.0.0.0:38332
1216rpcallowip=0.0.0.0/0
1317whitelist=0.0.0.0/0
1418zmqpubrawblock=tcp://0.0.0.0:28332
1519zmqpubrawtx=tcp://0.0.0.0:28333
1620zmqpubhashblock=tcp://0.0.0.0:28334
1721signetchallenge=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
You can’t perform that action at this time.
0 commit comments