if the cap is 21 million bitcoin does this mean that there will be only 21 million transaction?

0

so as the tittle says , and if I got right , a bitcoin is given to the first miner who got the right hash , so with 21 million cap does this mean the limit of transactions is also 21 million transaction ?

Smail shuk

Posted 2014-08-22T00:48:45.477

Reputation: 1

Answers

2

No, this is not correct.

  1. It is possible to spend tiny fractions of a bitcoin.

  2. Coins can be passed on from person to person (just like any other kind of money). So the same coins can be involved in many different transactions.

Incidentally, the reward for a valid block hash is currently 25 bitcoins, not 1, though this will decrease over time. Even after this decreases to 0 (when the total number of bitcoins in circulation is 21 million), it will still be possible to have new transactions as people give each other bitcoins in exchange for goods and services.

There is no practical limit on the number of transactions.

Nate Eldredge

Posted 2014-08-22T00:48:45.477

Reputation: 21 420

2

No. There can be an unlimited number of transactions using the mined to day number of coins, or to be more precise, as of today there can be a maximum of around 604,800 transactions per day (7 tx/sec * 3600 sec/h * 24h) which is an artificial limit set by the protocol and can be lifted at any given time.

George Kimionis

Posted 2014-08-22T00:48:45.477

Reputation: 2 824