Bitcoin Forum
May 06, 2024, 01:46:41 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Transaction Fees in the Deflated Economy  (Read 9468 times)
InterArmaEnimSil (OP)
Member
**
Offline Offline

Activity: 77
Merit: 10


View Profile
July 18, 2010, 10:08:56 PM
 #1

I saw a post from Satoshi in another thread informing us that "Typically over 25,000BTC" had to change hands in a single transaction to warrant transaction fees.

So, will no fees, ever, be charged in a deflated economy?  If the average transaction is .01BTC, or if only 10,000BTC exist in the economy, will no fees ever occur?

12aro27eH2SbM1N1XT4kgfsx89VkDf2rYK
The network tries to produce one block per 10 minutes. It does this by automatically adjusting how difficult it is to produce blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714960001
Hero Member
*
Offline Offline

Posts: 1714960001

View Profile Personal Message (Offline)

Ignore
1714960001
Reply with quote  #2

1714960001
Report to moderator
1714960001
Hero Member
*
Offline Offline

Posts: 1714960001

View Profile Personal Message (Offline)

Ignore
1714960001
Reply with quote  #2

1714960001
Report to moderator
1714960001
Hero Member
*
Offline Offline

Posts: 1714960001

View Profile Personal Message (Offline)

Ignore
1714960001
Reply with quote  #2

1714960001
Report to moderator
lachesis
Full Member
***
Offline Offline

Activity: 210
Merit: 104


View Profile
July 19, 2010, 12:35:01 AM
 #2

That number is based on the average payment. Specifically, anything over 500 times the size of the average payment will incur a roughly 0.02% fee.

Bitcoin Calculator | Scallion | GPG Key | WoT Rating | 1QGacAtYA7E8V3BAiM7sgvLg7PZHk5WnYc
theymos
Administrator
Legendary
*
Offline Offline

Activity: 5194
Merit: 12972


View Profile
July 19, 2010, 12:40:47 AM
 #3

It's based on data size. The first 60 kilobytes are free, and it's (around?) 0.01 BTC per kilobyte after that. Data size is increased when sending the transaction requires that you draw Bitcoins from many different sources.

In the image below (from someone on IRC), 0.01 BTC was sent back and forth until their balance was made mostly of these "cents". Then, when they tried to send the entire balance, 1/8th of their transaction was required as a fee because combining all of these transactions took up so much data.



Transaction fees are at line 525 in main.h.

1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
InterArmaEnimSil (OP)
Member
**
Offline Offline

Activity: 77
Merit: 10


View Profile
July 19, 2010, 12:48:14 AM
 #4

Thanks for the clarification - far better way of handling it than I originally assumed.

12aro27eH2SbM1N1XT4kgfsx89VkDf2rYK
FreeMoney
Legendary
*
Offline Offline

Activity: 1246
Merit: 1014


Strength in numbers


View Profile WWW
July 19, 2010, 12:58:43 AM
 #5

It's based on data size. The first 60 kilobytes are free, and it's (around?) 0.01 BTC per kilobyte after that. Data size is increased when sending the transaction requires that you draw Bitcoins from many different sources.

In the image below (from someone on IRC), 0.01 BTC was sent back and forth until their balance was made mostly of these "cents". Then, when they tried to send the entire balance, 1/8th of their transaction was required as a fee because combining all of these transactions took up so much data.



Transaction fees are at line 525 in main.h.

Wait is that money poison for all time or does it get reduced somehow?

Play Bitcoin Poker at sealswithclubs.eu. We're active and open to everyone.
InterArmaEnimSil (OP)
Member
**
Offline Offline

Activity: 77
Merit: 10


View Profile
July 19, 2010, 01:11:07 AM
 #6

Wait is that money poison for all time or does it get reduced somehow?

If I understand the thread correctly, it all depends on which coins the client chooses to send, and whether the transmission of these coins requires the addition of more than 6 (or was it 60) kb of data.  So, no, after being transmitted, all the "bitCents" are in a bundle again, and can be transmitted without charge.  Could be wrong here, though.

Here's a thought - to Satoshi, or one of the other high-order devs:

Does the client choose which of your cash to send to as to minimize transaction fees for the transaction at hand?  It really should.

12aro27eH2SbM1N1XT4kgfsx89VkDf2rYK
Bitcoiner
Member
**
Offline Offline

Activity: 70
Merit: 11


View Profile
July 19, 2010, 01:26:44 AM
 #7

Wait is that money poison for all time or does it get reduced somehow?

If I understand the thread correctly, it all depends on which coins the client chooses to send, and whether the transmission of these coins requires the addition of more than 6 (or was it 60) kb of data.  So, no, after being transmitted, all the "bitCents" are in a bundle again, and can be transmitted without charge.  Could be wrong here, though.

Here's a thought - to Satoshi, or one of the other high-order devs:

Does the client choose which of your cash to send to as to minimize transaction fees for the transaction at hand?  It really should.

I didn't see a cancel button there.

Couldn't a client just send a burst of small transactions in order to avoid the transaction fee? If/when 0.01 BTCs become valuable, then the charge might also be something to adjust.

Want to thank me for this post? Donate here! Flip your coins over to: 13Cq8AmdrqewatRxEyU2xNuMvegbaLCvEe  Smiley
theymos
Administrator
Legendary
*
Offline Offline

Activity: 5194
Merit: 12972


View Profile
July 19, 2010, 02:06:43 AM
 #8

Quote
I didn't see a cancel button there.

Couldn't a client just send a burst of small transactions in order to avoid the transaction fee? If/when 0.01 BTCs become valuable, then the charge might also be something to adjust.

There's no cancel button because the person doesn't have enough funds to pay the transaction fee.

When there are already 80 kilobytes of transactions in a block, further transactions get only 3 kilobytes of free transactions. But I don't think the current implementation actually accounts for this when sending, so transactions over 3KB would get rejected and would have to wait for the next block. In any case, the total size of all transactions is capped at either 100KB or 200KB (not sure which), and any transactions beyond that will have to wait for the next block.

It's pretty harmless to adjust transaction fee stuff, which is probably why the terms are not too well-defined right now.

I am not too familiar with the source code (just did a bit of browsing), so I could be wrong about this stuff.

1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
FreeMoney
Legendary
*
Offline Offline

Activity: 1246
Merit: 1014


Strength in numbers


View Profile WWW
July 19, 2010, 09:28:50 AM
 #9

I'm fairly concerned about this. I really don't understand though. Can't transactions get arbitrarily badly backed up if there is a limit to the size of the transactions file? 113k so 13k carries over, 122 in the next time period plus the old 13 is 135 so 135 carries over etc. Isn't it a huge problem once we start averaging hundreds of thousands of trades per block?

Play Bitcoin Poker at sealswithclubs.eu. We're active and open to everyone.
theymos
Administrator
Legendary
*
Offline Offline

Activity: 5194
Merit: 12972


View Profile
July 19, 2010, 06:51:39 PM
 #10

In the future you could pay an additional voluntary fee for your transactions to get priority, but this isn't implemented now (in either generating or sending, I think). Also, the max block size isn't a "hard limit", just an arbitrary number that will be changed in the future.

1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
dillema018
Member
**
Offline Offline

Activity: 214
Merit: 20


View Profile
August 18, 2018, 12:00:47 AM
 #11

Yes
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!