Pages:
Author

Topic: ★★★ MaruCoin ★★★ NEW X13 ALGO ! ★★★ MINE NOW ! [KGW+DGW] ★★★ NO IPO/PM EXCHANGE! - page 39. (Read 96468 times)

sr. member
Activity: 294
Merit: 250
newbie
Activity: 20
Merit: 0
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.
sr. member
Activity: 252
Merit: 250
Add these nodes if you want to sync with my pools
Code:
addnode=maru.altmine.net
addnode=sg.altmine.net
addnode=us.altmine.net

Code:
./marucoind getblockhash 2047
0000000035cbe5efabdb67725cb3e975ae4a28abb58cdbbdfef610a05413c01c
sr. member
Activity: 616
Merit: 250
Chuck Norris can sync the wallet and mine from block 2000!
newbie
Activity: 50
Merit: 0
We have updated the OP with the new version for Windows, Mac will follow soon, hopefully the forks will merge soon.
sr. member
Activity: 294
Merit: 250
Yesterday everything is ok, but now my wallet is not sync, what happen with Maru?
hero member
Activity: 796
Merit: 505
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!

newbie
Activity: 50
Merit: 0
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.
sr. member
Activity: 336
Merit: 250
git-cf682a1a version still crashes on startup

Code:
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
sr. member
Activity: 336
Merit: 250
sr. member
Activity: 616
Merit: 250
1999 Current Block

1,026.54% Of Expected Shares

 Roll Eyes
sr. member
Activity: 252
Merit: 250
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
Code:
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
Code:
if (vtx[0].GetValueOut() > GetBlockValue(pindex->nBits, pindex->pprev->nHeight + 1, nFees))
and line 4681 to
Code:
int64 reward = GetBlockValue(GetNextWorkRequired(pindexPrev, pblock),pindexPrev->nHeight+1, 0);
and line 1913
Code:
int64 charityAmount = GetBlockValue(pindex->nBits, pindex->pprev->nHeight + 1, 0) * 2.5 / 100;
sr. member
Activity: 616
Merit: 250
hero member
Activity: 796
Merit: 505
newbie
Activity: 50
Merit: 0
Sorry fix will take some time, we'll post here when we are finished, in our tests everything was good.
sr. member
Activity: 616
Merit: 250
So stop mining..
But they never test the scripts before release?
legendary
Activity: 1274
Merit: 1000
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
hero member
Activity: 796
Merit: 505
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
sr. member
Activity: 336
Merit: 250
I'm looking at the code now.

I would have hoped the developer was also doing that, but probably no.
Last login: 2014-04-17, 15:22:24
Pages:
Jump to: