pull down to refresh
0 sats \ 0 replies \ @m0wer OP 1 Sep \ parent \ on: What happens when Bitcoin wins - YouTube bitcoin
Not sure yet. But keeping your stack private from the government is never a bad idea. To keep your options open.
Yup. Something's happening, but they aren't saying anything.
There was some downtime on their DATUM server as well.
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.
Yeah the units are a bit weird: BTC/kvB.
This is my conf. The second one is to raise data limits already, but this is more controversial nowadays.
# relay settings
# min relay fee of 0.01 sat/vB
minrelaytxfee=0.0000001
datacarriersize=1000000
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.
Sparrow does allow for fees lower than 1 sat/vB. You just need to connect it to a Bitcoin node that has a lower minrelaytxfee 😎