Post
Topic
Board Wallet software
Re: How to make a bitcoin transaction and pay less than 1 sat/vByte
by
potatotom
on 09/09/2025, 07:43:20 UTC
I also wonder how to do it in bitcoin core... (with the GUI, haven't tried command line)...
I'm too lazy to edit config files, so I start Bitcoin Core with these options:
Code:
bitcoin-qt -minrelaytxfee=0.000001 -mintxfee=0.000001
Thanks, i was missing the mintxfee... haven't seen that mentioned anywhere... works now !