Bitcoin Forum
September 22, 2024, 02:17:23 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to disable the dust limit without recompiling the client?  (Read 102 times)
garlonicon (OP)
Legendary
*
Offline Offline

Activity: 864
Merit: 2100


Pawns are the soul of chess


View Profile
March 12, 2022, 11:03:31 AM
Merited by vapourminer (2)
 #1

I know it is possible to lower fees by using this configuration:
Code:
mintxfee=0.00000001
minrelaytxfee=0.00000001
blockmintxfee=0.00000001
But even with those settings, my node still rejects transaction to Segwit outputs below 0.00000294 BTC. Is it possible to use some other configuration option to lower the dust limit? Or is it hard-coded into the client and I have to rebuild it manually to allow that?

nc50lc
Legendary
*
Offline Offline

Activity: 2548
Merit: 6142


Self-proclaimed Genius


View Profile
March 12, 2022, 11:26:48 AM
Merited by garlonicon (5), vapourminer (2), BlackHatCoiner (1), PawGo (1)
 #2

Use dustrelayfee=n (BTC/kB) instead of the feerate-related configs | the default value is 0.00001 BTC/kB.

Here's the related note for that config:
Quote
# Fee rate (in BTC/kB) used to defined dust, the value of an output such that it will cost about 1/3 of its value in fees at this fee rate to spend it.
dustrelayfee=0.00001

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
garlonicon (OP)
Legendary
*
Offline Offline

Activity: 864
Merit: 2100


Pawns are the soul of chess


View Profile
March 12, 2022, 11:46:15 AM
 #3

Thank you! It works!

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!