Bitcoin Forum
June 01, 2024, 11:26:32 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1]
  Print  
Author Topic: $2000 bounty - Dividend Paying GCR  (Read 602 times)
Gocoiner (OP)
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
January 05, 2014, 02:35:42 AM
 #1

I am looking for talented developers to help incrementally build GoCoineR style features on top of the ProtoShares code base.  The first feature is to implement a dividend paying crypto-currency.  This will be the foundation for many different types of DAC.

GoCoineR pays dividends according to the following algorithm below:

a) The total money supply is tracked as MONEY_SUPPLY
b) 50% of mining rewards + transaction fees from each block are paid as DIVIDENDS
c) A dividend accumulation table is maintained that includes the total dividends per Satoshi paid for every block for the past year.  Each block adds DIVIDENDS/MONEY_SUPPLY to every entry in the accumulation table.   This table will require 128 bit 64.64 fixed-point precision so that dust can accumulate properly.
d) The dividends due a particular output can be calculated by looking up the coin-age in this dividend accumulation table and these dividends are part of the input value of the transaction when the output is spent.  All dividends except the past 100 blocks are included.   Dividends for the past 100 blocks are paid as part of the transaction fee because these dividends could be lost if there is a chain reorganization.

In addition to updating the block chain, the bitcoin wallet would have to be updated to reflect the current balance along with all dividends. 

I have already implemented a proof-of-concept block chain based upon this dividend system, but I am looking for a developer who can integrate such a system on top of the Bitcoin code base.

Bounty to be paid in PTS at the bter.com price as of the time of payment.

More details about GoCoineR: https://bitcointalk.org/index.php?topic=398647.msg4307705#msg4307705
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!