Bitcoin Forum
May 05, 2024, 06:46:48 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Transaction Fees  (Read 541 times)
antonimasso (OP)
Member
**
Offline Offline

Activity: 73
Merit: 10


View Profile
November 11, 2013, 04:46:01 PM
 #1

Hello,

Since Bitcoin's value is growing day by day, should the "recommended" 0.0005 BTC transaction fee be reduced?
Is there a way to calculate a fair transaction fee based on the current value of a Bitcoin?

Thanks
If you see garbage posts (off-topic, trolling, spam, no point, etc.), use the "report to moderator" links. All reports are investigated, though you will rarely be contacted about your reports.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714891608
Hero Member
*
Offline Offline

Posts: 1714891608

View Profile Personal Message (Offline)

Ignore
1714891608
Reply with quote  #2

1714891608
Report to moderator
1714891608
Hero Member
*
Offline Offline

Posts: 1714891608

View Profile Personal Message (Offline)

Ignore
1714891608
Reply with quote  #2

1714891608
Report to moderator
Mike Hearn
Legendary
*
expert
Offline Offline

Activity: 1526
Merit: 1129


View Profile
November 11, 2013, 05:07:24 PM
 #2

It has been reduced to 0.0001 already. The direction we're going in is dynamic fee estimation, Gavin has been working on this already for some time:

https://bitcoinfoundation.org/blog/?p=290

antonimasso (OP)
Member
**
Offline Offline

Activity: 73
Merit: 10


View Profile
November 11, 2013, 05:16:00 PM
 #3

Thanks for the link Mike. Is there a site where developers can read the current transaction fee? I'm not using bitcoind to sign and send transactions to the blockchain, so I need to add the transaction fee programatically.
deepceleron
Legendary
*
Offline Offline

Activity: 1512
Merit: 1028



View Profile WWW
November 11, 2013, 06:16:52 PM
Last edit: November 11, 2013, 06:27:47 PM by deepceleron
 #4

You should really understand the algorithm that calculates when fees are required and what they are in the Bitcoin source code before attempting to roll your own transactions, otherwise you will likely duplicate blockchain.info wallet fail where they send transactions without adequate fee or non-standard transactions that will never confirm.

https://en.bitcoin.it/wiki/Transaction_fee

A safe minimum is 0.0001 BTC per 1000 bytes (rounding up transaction size) for any transaction, if you want timely processing. If this BTC amount were to be adjusted, you would find it on line 50 of https://github.com/bitcoin/bitcoin/blob/master/src/main.cpp

One caveat is that this calculation must be correct for the final transaction that is broadcast. Adding a fee can change the payment inputs that are used and the size of the transaction.
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!