Search content
Sort by

Showing 3 of 3 results by KaevurMati
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][FC] Fuguecoin - Fugue256 hash, Launched! NO PRE-M! CPU/GPU minable!
by
KaevurMati
on 10/04/2014, 06:29:58 UTC
No Block source available.....  any working nodes? or this coin is dead! as in D.E.A.D  Grin

I added these, and got syncing again

Code:
addnode=moria.dwarfpool.com
addnode=fugue.cpu-pool.net
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] microCoin MRC - alcurEX - Scrypt-Jane - nFactor - Mandatory wallet update!
by
KaevurMati
on 06/03/2014, 13:04:10 UTC
Before sending any BTC to cryptsy, take into account that crpytsy hasn't said anything about when and if the winner of the vote will be added to their market. Quote from UTC thread:
They are not 'picking' a coin. Its a 'tell us what you want' poll. Its clever what they have done really! They havent promised anything and are getting us to send them BTC.

That said, I can donate 0.04BTC, but we are going to need a lot more. UTC has almost 34k votes, right now that's 6.8BTC.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] microCoin MRC - alcurEX - Scrypt-Jane - nFactor - Now on MintPal
by
KaevurMati
on 21/02/2014, 10:08:39 UTC
Kernel.cpp Line 20

// Hard checkpoints of stake modifiers to ensure they are deterministic
static std::map mapStakeModifierCheckpoints =
    boost::assign::map_list_of
    ( 0, 0x0e00670bu )
   ( 124000, 0xe791f02cu )
    
    ;

It looks like block 124000 is looking for 0xa4251ce5b54ee576 but got 0xe791f02cu in checkpoints array.



I was also looking into this ...
My understanding is that the second checkpoint (124000) should not be set at all yet.

It was most probably in PPC because PPC already went over block 124000. But the value is probably valid for the PPC blockchain, not for MRC.

Anyone can confirm ?

(will look into the PPC code in the meantime)

Google found the same line from TIX source, so this is probably the cause.
https://github.com/LotteryTickets/LotteryTickets/blob/master/src/kernel.cpp