Bitcoin Forum
June 25, 2024, 06:11:28 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FC] Fuguecoin - Fugue256 hash, Launched! NO PRE-M! CPU/GPU minable! on: April 10, 2014, 06:29:58 AM
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
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] microCoin MRC - alcurEX - Scrypt-Jane - nFactor - Mandatory wallet update! on: March 06, 2014, 01:04:10 PM
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.
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] microCoin MRC - alcurEX - Scrypt-Jane - nFactor - Now on MintPal on: February 21, 2014, 10:08:39 AM
Kernel.cpp Line 20

// Hard checkpoints of stake modifiers to ensure they are deterministic
static std::map<int, unsigned int> 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

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!