Post
Topic
Board Altcoin Discussion
Re: [ANN] MemoryCoin
by
bahamapascal
on 21/09/2013, 12:01:44 UTC

I'll offer bounty to whom ever can find and correct bugs in the source code.

I'll try to correct the bugs myself if I can reproduce them.

****** So yeah this is a call for community involvement. ******


SlyWax.


Hey, just got an runtime error again and thought I would take a look at the logfiel.
Here are the last lines befor the crashe:

Committing 1 changed transactions to coin database...
SetBestChain: new best=00002c8bb1df8db4c1ebdbde3564f0ffa28bb261161859e038785cf48b2b79fc  height=10480  log2_work=31.800479  tx=12719  date=2013-09-21 11:41:13 dateunix=1379763673 progress=0.999997
ProcessBlock: ACCEPTED
ERROR: ConnectBlock() : coinbase pays too much (actual=10585323168 vs limit=1764220528)
trying connection 183.39.218.50:8555 lastseen=153.1hrs
connection timeout

I am not a programmer, but it seems to me that the system trys to pay out way to much as blockreward, which couses the sytem to crashe. And I notice that the amount the system wants to pay for this block is: Blockreward + 5x Grandreward...
Let me know if you can make any sence out of this or if my conclusions are right^^