4
1
I am unable to earn money from solving blocks, but I think I could make money from transaction fees. The issue is that pools hide the transaction fees from the miners. The miners earn the solved blocks. How would I go about processing transactions on my own?
This will satisfy two goals:
- earn transaction fees
- any transactions I perform, I can process myself
1I believe that is incorrect because that would imply that we cannot process transactions after running out of coins. As a result, they must be separate components. Unless, it's the value of each block that is being halved, not the computational complexity of each block being doubled (my assumption is the later because we increase the number of leading zeros on the proof of work). – clueless – 2014-02-04T22:51:56.597
4No, that doesn't imply such a thing at all. After the coinbase reward reaches zero in 2140 or whatever, the only reward miners will receive is the transaction fee component. The complexity of the mining transaction (the so-called "difficulty") is adjusted up OR down every two weeks to match the network performance, independent of the predetermined coinbase reward reduction schedule. – Greg Hewgill – 2014-02-04T22:56:39.980
It looks like my assumption, required for my reasoning to follow does not hold. The reason we run of out coins is because the value of mining a block is reduced over time: ( https://en.bitcoin.it/wiki/Controlled_supply ) not because it becomes more computationally difficult. Thanks for your help.
– clueless – 2014-02-04T23:01:08.857