Bitcoin Forum
June 16, 2024, 07:53:27 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 [19] 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 »
  Print  
Author Topic: ★★★ MaruCoin ★★★ NEW X13 ALGO ! ★★★ MINE NOW ! [KGW+DGW] ★★★ NO IPO/PM EXCHANGE!  (Read 96385 times)
MaruCoinOfficial (OP)
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
April 18, 2014, 07:51:02 PM
 #361

We are working on a fix
MarcusDe
Hero Member
*****
Offline Offline

Activity: 796
Merit: 505



View Profile WWW
April 18, 2014, 07:54:26 PM
 #362

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 Offline

Activity: 1274
Merit: 1000



View Profile
April 18, 2014, 07:55:07 PM
 #363

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
Sr. Member
****
Offline Offline

Activity: 616
Merit: 250


View Profile
April 18, 2014, 07:56:46 PM
 #364

So stop mining..
But they never test the scripts before release?
MaruCoinOfficial (OP)
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
April 18, 2014, 07:57:28 PM
 #365

Sorry fix will take some time, we'll post here when we are finished, in our tests everything was good.
MarcusDe
Hero Member
*****
Offline Offline

Activity: 796
Merit: 505



View Profile WWW
April 18, 2014, 07:58:36 PM
 #366

Maxcoin start comes into my mind :-D


ibinsad
Sr. Member
****
Offline Offline

Activity: 616
Merit: 250


View Profile
April 18, 2014, 08:00:04 PM
 #367

We are working on a fix

Thank you..
Give me few thousand maru so i forgive you  Cheesy
dstorm
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
April 18, 2014, 08:15:32 PM
Last edit: April 18, 2014, 09:21:44 PM by dstorm
 #368

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;

altmine.net p2pools - Follow me on Twitter for latest updates @altminenet
ibinsad
Sr. Member
****
Offline Offline

Activity: 616
Merit: 250


View Profile
April 18, 2014, 08:19:46 PM
 #369

1999 Current Block

1,026.54% Of Expected Shares

 Roll Eyes
otila
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


View Profile
April 18, 2014, 09:36:12 PM
 #370

and line 4681 to

unified diff is more readable
otila
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


View Profile
April 18, 2014, 10:50:42 PM
 #371

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
MaruCoinOfficial (OP)
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
April 18, 2014, 11:38:46 PM
 #372

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
Hero Member
*****
Offline Offline

Activity: 796
Merit: 505



View Profile WWW
April 18, 2014, 11:41:29 PM
 #373

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
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
April 18, 2014, 11:54:40 PM
 #374

Yesterday everything is ok, but now my wallet is not sync, what happen with Maru?

MaruCoinOfficial (OP)
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
April 19, 2014, 12:17:56 AM
 #375

We have updated the OP with the new version for Windows, Mac will follow soon, hopefully the forks will merge soon.
ibinsad
Sr. Member
****
Offline Offline

Activity: 616
Merit: 250


View Profile
April 19, 2014, 12:19:13 AM
 #376

Chuck Norris can sync the wallet and mine from block 2000!
dstorm
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
April 19, 2014, 12:37:34 AM
 #377

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

altmine.net p2pools - Follow me on Twitter for latest updates @altminenet
Yepachuchu
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
April 19, 2014, 01:14:33 AM
 #378

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
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
April 19, 2014, 02:28:20 AM
 #379

Hi dev,
Wallet 1.1 is not sync now, fix it.

dbt1033
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
April 19, 2014, 02:38:45 AM
 #380

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! Smiley
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 [19] 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 »
  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!