MaruCoinOfficial (OP)
Newbie
Offline
Activity: 50
Merit: 0
|
|
April 18, 2014, 07:51:02 PM |
|
We are working on a fix
|
|
|
|
MarcusDe
|
|
April 18, 2014, 07:54:26 PM |
|
Just compute it yourself.
The developer missed a 4 in the op...the graph is accurate. Even if he missed TWO "4" reward will be 50 coins? :-D
|
|
|
|
dbt1033
Legendary
Offline
Activity: 1274
Merit: 1000
|
|
April 18, 2014, 07:55:07 PM |
|
Just compute it yourself.
The developer missed a 4 in the op...the graph is accurate. Even if he missed TWO "4" reward will be 50 coins? :-D Lol whatever! Maru FTW
|
|
|
|
ibinsad
|
|
April 18, 2014, 07:56:46 PM |
|
So stop mining.. But they never test the scripts before release?
|
|
|
|
MaruCoinOfficial (OP)
Newbie
Offline
Activity: 50
Merit: 0
|
|
April 18, 2014, 07:57:28 PM |
|
Sorry fix will take some time, we'll post here when we are finished, in our tests everything was good.
|
|
|
|
MarcusDe
|
|
April 18, 2014, 07:58:36 PM |
|
Maxcoin start comes into my mind :-D
|
|
|
|
ibinsad
|
|
April 18, 2014, 08:00:04 PM |
|
We are working on a fix
Thank you.. Give me few thousand maru so i forgive you
|
|
|
|
dstorm
|
|
April 18, 2014, 08:15:32 PM Last edit: April 18, 2014, 09:21:44 PM by dstorm |
|
Sorry fix will take some time, we'll post here when we are finished, in our tests everything was good.
It works if you change line 1907 to if (vtx[0].GetValueOut() > GetBlockValue(pindex->pprev->nBits, pindex->pprev->nHeight + 1, nFees))
but it shouldn't use the nBits value from the previous block. edit: Change it to if (vtx[0].GetValueOut() > GetBlockValue(pindex->nBits, pindex->pprev->nHeight + 1, nFees))
and line 4681 to int64 reward = GetBlockValue(GetNextWorkRequired(pindexPrev, pblock),pindexPrev->nHeight+1, 0);
and line 1913 int64 charityAmount = GetBlockValue(pindex->nBits, pindex->pprev->nHeight + 1, 0) * 2.5 / 100;
|
|
|
|
ibinsad
|
|
April 18, 2014, 08:19:46 PM |
|
1999 Current Block 1,026.54% Of Expected Shares
|
|
|
|
otila
|
|
April 18, 2014, 09:36:12 PM |
|
and line 4681 to
unified diff is more readable
|
|
|
|
otila
|
|
April 18, 2014, 10:50:42 PM |
|
git-cf682a1a version still crashes on startup 2014-04-18 22:49:00 keypool reserve 37 2014-04-18 22:49:00 CreateNewBlock(): total size 1000 2014-04-18 22:49:00 ERROR: ConnectBlock() : coinbase pays too much (actual=18500000000 vs limit=900000000)
stalls on block 210 if I start from scratch
|
|
|
|
MaruCoinOfficial (OP)
Newbie
Offline
Activity: 50
Merit: 0
|
|
April 18, 2014, 11:38:46 PM |
|
We are still working on a fix and commited a new version to github, current problem is there are too many forks and everyone is mining on a separate one, so its hard to come by.
We'll update as soon as something new comes up, please stop mining for the moment, some major things need to be fixed in the daemon.
|
|
|
|
MarcusDe
|
|
April 18, 2014, 11:41:29 PM |
|
latest commit 8eb6a06c48 Its working; Im on last official fork;
[01:33:57] Accepted 24a2dc05 Diff 6.988/3.468 BLOCK! GPU 1
"blocks" : 2002,
./marucoind listaccounts { "" : 258.37500000 }
Hurray!
|
|
|
|
deathchuck
|
|
April 18, 2014, 11:54:40 PM |
|
Yesterday everything is ok, but now my wallet is not sync, what happen with Maru?
|
|
|
|
MaruCoinOfficial (OP)
Newbie
Offline
Activity: 50
Merit: 0
|
|
April 19, 2014, 12:17:56 AM |
|
We have updated the OP with the new version for Windows, Mac will follow soon, hopefully the forks will merge soon.
|
|
|
|
ibinsad
|
|
April 19, 2014, 12:19:13 AM |
|
Chuck Norris can sync the wallet and mine from block 2000!
|
|
|
|
dstorm
|
|
April 19, 2014, 12:37:34 AM |
|
Add these nodes if you want to sync with my pools addnode=maru.altmine.net addnode=sg.altmine.net addnode=us.altmine.net
./marucoind getblockhash 2047 0000000035cbe5efabdb67725cb3e975ae4a28abb58cdbbdfef610a05413c01c
|
|
|
|
Yepachuchu
Newbie
Offline
Activity: 20
Merit: 0
|
|
April 19, 2014, 01:14:33 AM |
|
Nobody I've talked to can get wallet to sync yet, I tried the 1.1 posted in OP but it just gives an error saying that either *I* or the other nodes need to upgrade. Still being worked on? Thread is just slow, people in my home trollbox wondering if maru is kill.
|
|
|
|
deathchuck
|
|
April 19, 2014, 02:28:20 AM |
|
Hi dev, Wallet 1.1 is not sync now, fix it.
|
|
|
|
dbt1033
Legendary
Offline
Activity: 1274
Merit: 1000
|
|
April 19, 2014, 02:38:45 AM |
|
The wallet works. Just go to the console of your qt client and add the nodes. Over 3,000 Maru traded so far at atomic-trade.com!
|
|
|
|
|