Author

Topic: Tx fees (Read 705 times)

hero member
Activity: 868
Merit: 502
August 19, 2013, 10:01:44 AM
#3
In the reference software defaults to zero fees,  except when a transaction fails to meet it's own tests that would qualify it as a free transactions for relay (implying that its peers would also not relay the transaction). In that case, it uses the minimum fees which would satisfy the relay rules— 0.0001 BTC/kb of txn data.  The amounts you're showing indicate that you're making rather large transactions!

(search for nMinRelayTxFee in the codebase)

Reducing it further will just result in stuck transactions, since your peers won't relay them.


Thanks!
staff
Activity: 4200
Merit: 8441
August 18, 2013, 11:46:35 PM
#2
In the reference software defaults to zero fees,  except when a transaction fails to meet it's own tests that would qualify it as a free transactions for relay (implying that its peers would also not relay the transaction). In that case, it uses the minimum fees which would satisfy the relay rules— 0.0001 BTC/kb of txn data.  The amounts you're showing indicate that you're making rather large transactions!

(search for nMinRelayTxFee in the codebase)

Reducing it further will just result in stuck transactions, since your peers won't relay them.
hero member
Activity: 868
Merit: 502
August 18, 2013, 10:54:42 PM
#1
How are tx fees in the bitcoin client determined?  (Sometimes I get 0.004, sometimes 0.005, and sometimes nothing). Where in the source can I find them too, maybe I can create a pull request for lower tx fees!  Smiley

Thanks.
Jump to: