14

As I understand it, by running a full node (i.e. Bitcoin-QT) , I am helping confirm transactions and contributing to the Bitcoin network.

When transaction fees are offered, do I receive these, and if so, how? Or do I need to be a fully fledged miner?

Murch
  • 75,206
  • 34
  • 186
  • 622
Dave Lassiter
  • 141
  • 1
  • 1
  • 3

3 Answers3

11

Nope, transaction fees of a transaction can only be collected by including it into a valid block. And to be able to include a transaction in a valid block you have to mine a valid block.

John T
  • 2,883
  • 15
  • 27
6

While running Bitcoin-qt it is true you are contributing to the Bitcoin network, but only in the sense that other peers can now download the blockchain using your bandwidth. There are no transaction fees sent to anyone that is not mining. Mining is the process which helps the network transact and thus sending balances from one account to another.

Mark S.
  • 2,710
  • 14
  • 23
0

Bitnodes has just launched their incentive program. Every week they randomly select one node out of a pool of eligible nodes who receives a small incentive (~10-30USD). Besides that you will not receive any Bitcoins by just running a full node.

P.P.
  • 161
  • 3