Post
Topic
Board Bitcoin Technical Support
Merits 2 from 1 user
Re: Which wallet still support sending bitcoin with 0 fee?
by
AdolfinWolf
on 29/12/2018, 18:12:30 UTC
⭐ Merited by Jet Cash (2)
Hi. I need a wallet that support sending bitcoin with 0 fee. I tried electrum but i get that server can send transaction with 0 fee, i tried blockchain info but say is needed minimum 1sat/byte fee.

Anyone know any wallet that still support 0 fee?
I think i’ve read somewhere that you can use Bitcoin core with
Code:
-minrelaytxfee
and
Code:
-mintxfee
set to 0? (Or 0.00000001)That should allow the broadcasting of a transaction with little to no fees at all.

https://bitcoin.stackexchange.com/questions/48235/what-is-the-minrelaytxfee

EDIT: This probably is no longer possible as LoyceV suggests?