pull down to refresh
10 sats \ 6 replies \ @m0wer 17h \ parent \ on: Below 1 sat/vbyte fees - are they here yet? bitcoin
For some reason I always have peers that broadcast transaction with lower fees. Without even hardcoding any. You could force the connection to some specific peers if you want to make sure. I think transactions in the mempool are not rebroadcasted by default.
What is the unit of that setting?
seems to agree that minrelaytxfee=100 means 0.1 sat/vB.
With minrelaytxfee=100 I see
[warning] -minrelaytxfee is set very high! The wallet will avoid paying less than the minimum relay fee.
Edit: and Electrum shows error 'min relay fee not met' when trying to publish a 0.3 sat/b transaction (through electrumpersonalserver).
reply
reply
reply
reply
must have addnode parameters in bitcoin.conf to connect to these peers: https://gist.github.com/ottosch/1aa7ef9a8a3971c19ef8a148931d4f49
reply
Some miners don't pick transactions under 1 sat/vb.
You can check if at least it propagated through the network. Checking https://mempool.space or similar.
reply