Bitcoin Forum
August 18, 2024, 12:22:13 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Altcoin Discussion / Let's Talk About Consensus Dangers in Block Rewards on: September 23, 2015, 09:40:53 PM
It struck me that a fully continuous block reward function leveraging exponential decay would possibly be superior to many other algorithms. Then it struck me that such algorithms may face trouble reaching consensus, due to differing floating point math in different architectures.

Here is an example of the type of formula I am talking about:



Or as text:

F(n) = c * (4000000 - n) ^ e / 4000000

Where F(n) is the block reward, n is the block number, c is a scalar constant, and e is Euler's number.

Would this type of formula risk differing architectures disagreeing on the block reward due to different strategies on floating point math and rounding? Or is there a way to design an algorithm similar to this one that does not face these risks? Or am I being overly crazy and this problem does not exist whatsoever?

Any thoughts or comments would be appreciated. Any references that show other coins using or dismissing this type of algorithm doubly so.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!