Author

Topic: List of all bitcoin.conf parameters (Read 11055 times)

legendary
Activity: 2058
Merit: 1431
June 03, 2013, 06:31:32 PM
#11
Specially because everybody's pushing for the emergence of a "free market" for tx fee. As I understand it, it would mean I can decide of a minimum fee if I want to, it is not that esoteric as a whishes.
But whatever is the reason for people to use it or not, if it exists as a parameter it should at least be documented for advanced users and developers. My view is that, if as a user of bitcoind I interact with it at the level of raw transactions, I would need a full documentation and I should be able to understand the reasoning of the core devs about what makes sense as a usage or not.


There should never be undocumented "features". How terribly unprofessional. If they don't want people using it, they should not put it in.

see:
It was left out because the developers did not want users to tinker with it. Having an inconsistent fee policy across nodes has a devastating effect on the network. If each node has its own relay policy, it would be difficult for the client to decide what fee to use. This will result in transactions not being propagated.
here's the discussion on github: https://github.com/bitcoin/bitcoin/pull/2577
legendary
Activity: 1484
Merit: 1003
Still wild and free
June 03, 2013, 03:03:01 PM
#10
Specially because everybody's pushing for the emergence of a "free market" for tx fee. As I understand it, it would mean I can decide of a minimum fee if I want to, it is not that esoteric as a whishes.
But whatever is the reason for people to use it or not, if it exists as a parameter it should at least be documented for advanced users and developers. My view is that, if as a user of bitcoind I interact with it at the level of raw transactions, I would need a full documentation and I should be able to understand the reasoning of the core devs about what makes sense as a usage or not.

hero member
Activity: 490
Merit: 501
June 03, 2013, 02:21:14 PM
#9
There should never be undocumented "features". How terribly unprofessional. If they don't want people using it, they should not put it in.
legendary
Activity: 2058
Merit: 1431
June 03, 2013, 01:21:33 PM
#8
From your explanation I understand that the parameter is for filtering transactions that are relayed?
What I thought was that this parameter is to specify a minimum tx fee to include, even if the transaction is smaller than 1KB. Currently the rules implemented in the bitcoin-qt client sends some transactions without any fees if they meet a certain number of criteria. There is no way to enforce that a fee is always used?
that's a different setting. paytxfee is for how much fee per kb.

also, release notes for 0.8.2:
Quote
Fee Policy changes

The default fee for low-priority transactions is lowered from 0.0005 BTC
(for each 1,000 bytes in the transaction; an average transaction is
about 500 bytes) to 0.0001 BTC.

Payments (transaction outputs) of 0.543 times the minimum relay fee
(0.00005430 BTC) are now considered 'non-standard', because storing them
costs the network more than they are worth and spending them will usually
cost their owner more in transaction fees than they are worth.

Non-standard transactions are not relayed across the network, are not included
in blocks by most miners, and will not show up in your wallet until they are
included in a block.

The default fee policy can be overridden using the -mintxfee and -minrelaytxfee
command-line options
, but note that we intend to replace the hard-coded fees
with code that automatically calculates and suggests appropriate fees in the
0.9 release and note that if you set a fee policy significantly different from
the rest of the network your transactions may never confirm.
legendary
Activity: 1484
Merit: 1003
Still wild and free
June 03, 2013, 11:28:01 AM
#7
Out of the documented list? Why? Other parameter as well?
It was left out because the developers did not want users to tinker with it. Having an inconsistent fee policy across nodes has a devastating effect on the network. If each node has its own relay policy, it would be difficult for the client to decide what fee to use. This will result in transactions not being propagated.
From your explanation I understand that the parameter is for filtering transactions that are relayed?
What I thought was that this parameter is to specify a minimum tx fee to include, even if the transaction is smaller than 1KB. Currently the rules implemented in the bitcoin-qt client sends some transactions without any fees if they meet a certain number of criteria. There is no way to enforce that a fee is always used?
legendary
Activity: 2058
Merit: 1431
June 03, 2013, 11:08:30 AM
#6
Out of the documented list? Why? Other parameter as well?
It was left out because the developers did not want users to tinker with it. Having an inconsistent fee policy across nodes has a devastating effect on the network. If each node has its own relay policy, it would be difficult for the client to decide what fee to use. This will result in transactions not being propagated.
legendary
Activity: 1484
Merit: 1003
Still wild and free
June 02, 2013, 06:56:25 PM
#5
But the reason I thought at first it was incomplete remains, the parameter "mintxfee" is mentioned here:
https://en.bitcoin.it/wiki/Transaction_fees#Sending
but not on the list page. Thus I wonder if the parameter is valid or if there are also other existing ones not mentioned in the list.
that was left out intentionally.

Out of the documented list? Why? Other parameter as well?
legendary
Activity: 2058
Merit: 1431
June 02, 2013, 06:03:12 PM
#4
But the reason I thought at first it was incomplete remains, the parameter "mintxfee" is mentioned here:
https://en.bitcoin.it/wiki/Transaction_fees#Sending
but not on the list page. Thus I wonder if the parameter is valid or if there are also other existing ones not mentioned in the list.
that was left out intentionally.
legendary
Activity: 1484
Merit: 1003
Still wild and free
June 02, 2013, 04:53:13 PM
#3
Yes, but I had strong doubts the list is complete. I just checked the page again and noticed this: "All command-line options (except for -datadir and -conf) may be specified in a configuration file, and all configuration file options may also be specified on the command line.".

So it looks like it would be complete.

But the reason I thought at first it was incomplete remains, the parameter "mintxfee" is mentioned here:
https://en.bitcoin.it/wiki/Transaction_fees#Sending
but not on the list page. Thus I wonder if the parameter is valid or if there are also other existing ones not mentioned in the list.

hero member
Activity: 616
Merit: 522
June 02, 2013, 03:13:31 PM
#2
The title almost says it all. I've been searching around and surprisingly I couldn't find a list of the parameters all together. Any link?

Did you check the bitcoin wiki? https://en.bitcoin.it/wiki/Running_Bitcoin#Command-line_arguments
legendary
Activity: 1484
Merit: 1003
Still wild and free
June 02, 2013, 03:11:49 PM
#1
The title almost says it all. I've been searching around and surprisingly I couldn't find a list of the parameters all together. Any link?
Jump to: